pie menu

{{Short description|Software menu where elements are arranged in a circle}}

Image:EasyGestures PieMenu.png

In user interface design, a pie menu or radial menu is a circular context menu where selection depends on direction. It is a graphical control element. A pie menu is made of several "pie slices" around an inactive center and works best with stylus input, and well with a mouse. Pie slices are drawn with a hole in the middle for an easy way to exit the menu.

Pie menus work well with keyboard acceleration, particularly four and eight item menus, on the cursor keys and the number pad. A goal of pie menus is to provide a smooth, reliable gestural style of interaction for novices and experts. A slice can lead to another pie menu; selecting this may center the pointer in the new menu.

A marking menu{{cite web|title=User Learning and Performance with Marking Menus|author=Gordon Kurtenbach1 and William Buxton|url=http://www.billbuxton.com/MMUserLearn.html}} is a variant of this technique that makes the menu less sensitive to variance in gesture size.

As a kind of context menu, pie menus are often context-sensitive,{{cite web|title=Dynamic Pie Menus|url=http://www.donhopkins.com/drupal/node/68|author=Don Hopkins|access-date=2009-12-29|archive-url=https://web.archive.org/web/20091120102819/http://www.donhopkins.com/drupal/node/68|archive-date=2009-11-20|url-status=dead}} showing different options depending on what the pointer was pointing at when the menu was requested.

History

The first documented radial menu is attributed to a system called PIXIE in 1969. Some universities explored alternative visual layouts.{{cite web|url=https://www.autodeskresearch.com/publications/menuhistory |title=Notes on the History of Radial menus, Pie menus and Marking menus|author=Gord Kurtenbach|date=April 2004 }}{{cbignore|bot=medic}}

In 1986, Mike Gallaher and Don Hopkins together independently arrived at the concept of a context menu based on the angle to the origin where the exact angle and radius could be passed as parameters to a command, and a mouse click could be used to trigger an item or submenu.{{cite web|title=Theta Menus Proposal and Pie Menu Designs - May 1986|url=http://www.donhopkins.com/drupal/node/82|author=Don Hopkins|access-date=2010-04-07|archive-url=https://web.archive.org/web/20110611185226/http://www.donhopkins.com/drupal/node/82|archive-date=2011-06-11|url-status=dead}}

The first performance comparison to linear menus was performed in 1988, and showed an increase in performance of 15% less time and a reduction of selection errors.Callahan, Jack; Hopkins, Don; Weiser, Mark; Shneiderman, Ben (1988). "An empirical comparison of pie vs. linear menus". Proceedings of ACM CHI Conference on Human Factors in Computing Systems. pp. 95–100. http://doi.acm.org/10.1145/57167.57182.

The role-playing video game Secret of Mana featured an innovative icon-based radial menu system in 1993.{{cite book|title=Dungeons and Desktops: The History of Computer Role-Playing Games|date=2008|publisher=CRC Press|isbn=9781439865248|page=220|url=https://books.google.com/books?id=qPPRBQAAQBAJ&pg=PA220|language=en}} Its ring menu system was adopted by later video games.{{cite magazine |title=Retrospective: Secret Of Mana |magazine=Edge |publisher=Future plc |date=2014-06-01 |url=http://www.edge-online.com/features/retrospective-secret-of-mana/ |access-date=2014-08-20| archive-url=https://web.archive.org/web/20140715210921/http://www.edge-online.com/features/retrospective-secret-of-mana/ |archive-date=2014-07-15 |url-status=live}}

Usage

{{more citations needed section|date=March 2015}}

Pie menus are a self-revealing gestural interface: they display multiple options to a user and direct them to select one.

Users operate the menu by observing the labels or icons present as options, moving the pointer in the desired direction, then clicking to make a selection. This action is called a "mark ahead" ("mouse ahead" in the case of a mouse, "wave ahead" in the case of a dataglove).{{Citation needed|date=March 2023}}

Repetition of actions and memorization of the interface further simplify the user experience. Pie menus take advantage of the body's ability to remember muscle motion and direction, even when the mind has forgotten the corresponding symbolic labels.

Comparison with other interaction techniques

Pie menus are faster and more reliable to select from than linear menus, because selection depends on direction instead of distance. The circular menu slices are large in size and near the pointer for fast interaction (see Fitts's law). Experienced users use muscle memory without looking at the menu while selecting from it.{{Cite journal |url=http://www.donhopkins.com/drupal/node/98 |title=The Design and Implementation of Pie Menus |first=Don |last=Hopkins |author-link=Don Hopkins |journal=Dr. Dobb's Journal |date=December 1991 |access-date=December 15, 2009 |archive-url=https://web.archive.org/web/20091225004939/http://www.donhopkins.com/drupal/node/98 |archive-date=2009-12-25 |url-status=dead }}{{Cite web |url=http://www.donhopkins.com/drupal/node/102 |title=Designing to Facilitate Browsing: A Look Back at the Hyperties Workstation Browser |first1=Ben |last1=Shneiderman |author-link1=Ben Shneiderman |first2=Catherine |last2=Plaisant |first3=Rodrigo |last3=Botafogo |first4=Don |last4=Hopkins |author-link4=Don Hopkins |first5=William |last5=Weiland |publisher=Human-Computer Interaction Laboratory |place=University of Maryland |access-date=December 15, 2009 |archive-url=https://web.archive.org/web/20091225004931/http://www.donhopkins.com/drupal/node/102 |archive-date=2009-12-25 |url-status=dead }} Nested pie menus can efficiently offer many options, and some pie menus can pop up linear menus, and combine linear and radial items in the same menu.{{cite web |url=http://www.donhopkins.com/drupal/node/128 |title=Pie Menus on Python/GTK/Cairo for OLPC Sugar |first=Don |last=Hopkins |author-link=Don Hopkins |access-date=December 15, 2009 |archive-url=https://web.archive.org/web/20070427222309/http://www.donhopkins.com/drupal/node/128 |archive-date=2007-04-27 |url-status=dead }} Pie menus, just like any popup menu, are shown only when requested, resulting in less visual distraction and cognitive load than toolbars and menu bars that are always shown.

Pie menus show available options, in contrast to invisible mouse gestures. Pie menus, which delay appearance until the pointer is not moving, reduce intrusiveness to the same level as mouse gestures for experienced users. Pie menus take up more screen space than linear menus, and the number of slices in an individual menu must be kept low for effectiveness by using submenus. When using pie menus, submenus may overlap with the parent menu, but the parent menu may become translucent or hidden.

Pie menus are most suited for actions that have been laid out by humans, and have logical grouping choices. Linear menus are most suited for dynamic, large menus that have many possible options, without any logical grouping, since pie menus can only show a limited number of menu items. Around 3-12 items can be reasonably accommodated in a radial layout, but additional items past that tend to counteract the benefits of using pie menus in the first place. This can be overcome with related techniques that allow chaining commands in one single gesture through submenus.{{Cite web|url=http://www.betriebsraum.de/blog/2009/12/11/extremely-efficient-menu-selection-marking-menus-for-the-flash-platform/|title=Extremely Efficient Menu Selection: Marking Menus for the Flash Platform » b-log – betriebsraum weblog}}{{Cite web |url=http://www.markingmenus.org/ |title=www.markingmenus.org |access-date=2010-04-07 |archive-url=https://web.archive.org/web/20100328113318/http://www.markingmenus.org/ |archive-date=2010-03-28 |url-status=dead }}

However, using interaction techniques that are not pointer-based have proven problematic with both pie and linear menus for cluttered digital tabletop, where physical objects might occlude menu items.{{cite conference |title=Improving Menu Interaction for Cluttered Tabletop Setups with User-Drawn Path Menus |last1=Leithinger |first1=D |last2=Haller |first2=M |book-title=Horizontal Interactive Human-Computer Systems, 2007. TABLETOP '07. Second Annual IEEE International Workshop on |date=October 10–12, 2007 |pages=121–128 |location =Newport, RI |isbn=978-0-7695-2013-1 |doi=10.1109/TABLETOP.2007.24 }}

Pie menus are unavailable as standard graphical control element in common commercial toolkits. Video games often require custom widget development, so pie menu cost is lower in that particular scenario.

Notable implementations

{{Importance section|date=March 2011}}

=Software=

File:XO laptop running GUI "Sugar" in "home view".png

  • [https://www.pie-menu.com Pie Menu] for Mac OS can trigger a Pie Menu for every active app
  • [https://apps.apple.com/app/id6739781207 Pieoneer] for macOS lets users switch between running apps and launch favorites ones
  • Android Browser in Android
  • Autodesk Maya, a commercial 3D modelling program[https://books.google.com/books?id=z-IJWp3u-j4C&dq=maya+%22radial+menu%22&pg=PA143 Understanding 3-D animation using Maya] by John Edgar Park
  • Blender, an open source 3D modelling program, which currently has pie menus as an optional feature
  • BumpTop, a computer desktop created to mimic paper files on a real world desk that uses pie menus as many of its control menus
  • PowerAnimator, a commercial 3D modelling program that used marking menus{{cite web| url = https://books.google.com/books?id=7wEAAAAAMBAJ&dq=PowerAnimator+marking+menu+maya&pg=PT89| title = Maximum PC Oct 1998| date = October 1998}}
  • Mozilla and Mozilla Firefox extensions RadialContext{{cite web|url=http://newtechpost.com/2007/09/18/a-tale-of-two-atoms-atompub-and-atom-interface|title=A Tale Of Two Atoms: AtomPub And Atom Interface|author=John Breslin|publisher=newtechpost.com|author-link=John Breslin}}{{dead link|date=March 2018 |bot=InternetArchiveBot |fix-attempted=yes }}{{cite web| url = https://books.google.com/books?id=C55YaWmDBiAC&dq=radialcontext&pg=PA26| title = AUUGN Mar 2003| date = March 2003}} and easyGestures[https://books.google.com/books?id=3WdQ3CZSw7UC&dq=easygestures&pg=PA155 Mozilla Firefox 4] (in German)
  • Metisse and Unix Desktop Environment, window managers for the X Window System
  • modo, an advanced polygon and subdivision surface modeling package
  • SolidWorks, a 3D modeling software.
  • Songza, a music search engine and internet jukebox that uses a pie menu for its main mode of interaction, by Aza Raskin
  • Quicksilver via the Constellation plug-in
  • Sugar, GUI implementation for the One Laptop per Child project
  • OneNote App for Windows 8 and Windows RT
  • The Cherry mouse driver for the Power Pad mouse M-1000 optionally offers a circular context menu
  • The Samsung Galaxy Note series, starting with the Note 3{{Cite web|url=https://www.cnet.com/tech/mobile/make-sure-youre-using-the-s-pen-correctly/|title=Make sure you're using the S Pen correctly|first=Dan|last=Graziano|website=CNET}}{{Cite web|url=https://www.androidauthority.com/note-4-s-pen-feature-532978/|title=S Pen on the Note 4 is better than ever: Feature Focus|date=October 2, 2014|website=Android Authority|access-date=January 19, 2022|archive-date=January 19, 2022|archive-url=https://web.archive.org/web/20220119012837/https://www.androidauthority.com/note-4-s-pen-feature-532978/|url-status=dead}}{{Cite web|url=https://www.greenbot.com/article/2970449/4-new-and-noteworthy-features-of-the-galaxy-note-5s-s-pen.html|title=4 new noteworthy features of the Galaxy Note 5's S n|first=GreenBot|last=Staff|date=14 August 2015}}
  • RadialMenu, lightweight free software for Windows programmed with AutoHotkey

===Games===

  • In the game Counter-Strike: Global Offensive, the buy menu is a radial menu.
  • The 2000 videogame The Sims extensively utilized pie menus for player-directed interaction. These pie menus were primarily developed by Don Hopkins.{{cite web |last1=Hopkins |first1=Don |title=The Sims, Pie Menus, Edith Editing, and SimAntics Visual Programming Demo |url=https://medium.com/@donhopkins/the-sims-pie-menus-49ca02a74da3 |website=medium.com |access-date=18 December 2018 |date=2018-07-07 |archive-date=2018-12-19 |archive-url=https://web.archive.org/web/20181219001040/https://medium.com/@donhopkins/the-sims-pie-menus-49ca02a74da3 |url-status=dead }}
  • The videogame Grand Theft Auto V, for weapon and radio station selection{{cite web|url=http://uproxx.com/gammasquad/2013/09/grand-theft-auto-v-plays-like-whole-new-game/|title='Grand Theft Auto V' Plays Like A Whole New Game |last=Seitz |first=Dan |work=Uproxx |access-date=5 February 2015|date=2013-09-17 }}
  • Secret of Mana{{cite web | author=Campbell, Greg | title=Secret of Mana - Retroview | url=http://www.rpgamer.com/games/sd/som/reviews/somrdrev2.html | publisher=RPGamer | access-date=2008-12-24 | archive-url=https://web.archive.org/web/20140118175015/http://www.rpgamer.com/games/sd/som/reviews/somrdrev2.html | archive-date=2014-01-18 | url-status=dead }} and its successor Secret of Evermore (where the menu was used to accelerate the pacing of combat{{cite web|url=http://videogamesarerad.com/2012/02/22/ring-of-fire-how-secret-of-mana-perfected-the-action-rpg/|title=Ring of Fire: How Secret of Mana Perfected the Action RPG|publisher=videogamesarerad.com|access-date=2012-02-29|archive-date=2020-07-28|archive-url=https://web.archive.org/web/20200728094345/http://videogamesarerad.com/2012/02/22/ring-of-fire-how-secret-of-mana-perfected-the-action-rpg/|url-status=dead}})
  • The Curse of Monkey Island, also called a "Verb Coin"{{Cite web|url=https://davidyat.es/2019/02/03/review-unavowed/|title=Review: Unavowed|website=davidyat.es|date=3 February 2019 }}{{Cite web|url=http://gamerwalkthroughs.com/the-curse-of-monkey-island/|title=The Curse of Monkey Island - Gamer Walkthroughs|website=gamerwalkthroughs.com}}
  • Games by BioWare use the "Dialogue Wheel", a patented radial menu

See also

References

{{reflist}}

  • {{cite conference |title=PIXIE: A New Approach to Graphical Man-Machine Communications |last1=Wiseman |first1=N. E. |last2=Lemke |first2=H. U. |last3=Hiles |first3=J. O. |book-title=Proceedings of 1969 CAD Conference Southampton, IEEE Conference Publication 51 |pages=463}}