Find the word definition

Wikipedia
Post-WIMP

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 paradigm to documents as paper sheets or folders makes WIMP interfaces easy to introduce to other users. Furthermore their basic representations as rectangular regions on a 2D flat screen make them a good fit for system programmers, thus favouring the abundance of commercial widget toolkits in this style.

However WIMP interfaces are not optimal for working with complex tasks such as computer-aided design, working on large amounts of data simultaneously, or interactive games. WIMPs are usually pixel-hungry, so given limited screen real estate they can distract attention from the task at hand. Thus, custom interfaces can better encapsulate workspaces, actions, and objects for specific complex tasks. Applications for which WIMP is not well suited include those requiring continuous input signals, showing 3D models, or simply portraying an interaction for which there is no defined standard widget.

Interfaces based on these considerations, now called "post-WIMP", have made their way to the general public. Examples include the interface of the classic MP3 player iPod and a bank's automated teller machine screen.

Meanwhile, average desktop computers are still based on WIMP interfaces, and have started undergoing major operational improvements to surpass the hurdles inherent to the classic WIMP interface. 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, followed by "The Anti-Mac Interface". Updated proposals are discussed in "Post-WIMP user interfaces" by Andries van Dam. Michel Beaudouin-Lafon subsequently proposed a framework called instrumental interaction, that defines a design space for Post-WIMP interaction techniques and a set of properties for comparing them. Examples of Post-WIMP interaction include 3D interaction and reality-based interaction.