Post-WIMP
title: "Post-WIMP" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["graphical-user-interfaces", "user-interface-techniques"] topic_path: "general/graphical-user-interfaces" source: "https://en.wikipedia.org/wiki/Post-WIMP" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0
In computing, post-WIMP ("windows, icons, menus, pointer") comprises work on user interfaces, mostly graphical user interfaces, which attempt to go beyond the paradigm of windows, icons, menus and a pointing device, i.e. WIMP interfaces.
The reason WIMP interfaces have become so prevalent since their conception at Xerox PARC is that they are very good at abstracting work-spaces, documents, and their actions. Their analogous desktop metaphor to documents as paper sheets or folders makes WIMP interfaces easy to introduce to new users. Furthermore their basic representations as rectangular regions on a 2D flat screen make them a good fit for system programmers, thus favoring the abundance of commercial widget toolkits in this style.
However, WIMP interfaces are not optimal for working with certain tasks or through input devices which differ from a mouse and keyboard. WIMPs are usually pixel-hungry, so given limited screen real estate they can distract attention from the task at hand. Thus, other interfaces can better encapsulate workspaces, actions, and objects for such tasks.
Interfaces based on these considerations, now called "post-WIMP", have made their way to the general public in mobile and embedded applications. Meanwhile, software for desktop computer workstations still uses WIMP interfaces, but has started undergoing major operational changes as desktop marketshare declines. These include the exploration of virtual 3D space, interaction techniques for window/icon sorting, focus, and embellishment.
The seminal paper for post-WIMP interfaces is "Non Command User Interfaces" by Jakob Nielsen 1993, | author = Jakob Nielsen | title = Noncommand User Interfaces | journal = Communications of the ACM | publisher = ACM Press | volume = 36 | issue = 4 | pages = 83–99 |date=April 1993 | url = http://www.useit.com/papers/noncommand.html | doi = 10.1145/255950.153582 | s2cid = 7684922 | author-link = Jakob Nielsen (usability consultant) | doi-access = free | author = Don Gentner and Jakob Nielsen | title = The Anti-Mac Interface | journal = Communications of the ACM | publisher = ACM Press | volume = 39 | issue = 8 | pages = 70–82 |date=August 1996 | url = http://www.useit.com/papers/anti-mac.html | doi = 10.1145/232014.232032 | s2cid = 1503181 | doi-access = free | author = Andries van Dam | title = POST-WIMP User Interfaces | journal = Communications of the ACM | publisher = ACM Press | volume = 40 | issue = 2 | pages = 63–67 |date=February 1997 | doi = 10.1145/253671.253708 | s2cid = 9947290 | author-link = Andries van Dam | doi-access = free | author = Michel Beaudouin-Lafon | title = Instrumental Interaction: An Interaction Model for Designing Post-WIMP User Interfaces | book-title = CHI '00: Proceedings of the SIGCHI Conference on Human Factors in Computing Systems | date = November 2000 | isbn = 1-58113-216-6 | pages = 446–453 | location = The Hague, The Netherlands | doi = 10.1145/332040.332473 | publisher = ACM Press | url = http://www.daimi.au.dk/CPnets/CPN2000/download/chi2000.pdf | author-link = Michel Beaudouin-Lafon | title = 3D User Interfaces: Theory and Practice | year = 2005 | isbn = 0-201-75867-9 | publisher = Addison–Wesley/Pearson Education |author1 = Doug A. Bowman|author2 = Ernst Kruijff| author3 = Joseph J. LaViola | author4 = Ivan Poupyrev | author-link1 = Doug A. Bowman | author-link2 = Ernst Kruijff | author-link3 = Joseph J. LaViola | author-link4 = Ivan Poupyrev | author = Robert Jacob, Audrey Girouard, Leanne Hirshfield, Michael Horn, Orit Shaer, Erin Solovey, Jamie Zigelbaum | title = Reality-Based Interaction: A Framework for Post-WIMP Interfaces | book-title = CHI '08: Proceedings of the Twenty-Sixth Annual SIGCHI Conference on Human Factors in Computing Systems | year = 2008 | isbn = 978-1-60558-011-1 | pages = 201–210 | location = Florence, Italy | doi = 10.1145/1357054.1357089 | publisher = ACM
Examples
- Computer game
- Virtual reality systems
- Gesture-based interfaces
- Voice user interfaces
- See-through tools
- Smartphones and mobile apps
- Zooming user interfaces
- Tangible user interfaces
- Web applications
References
::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::