HOME

TheInfoList



OR:

Intuition is the native windowing system and user interface (UI) engine of
AmigaOS AmigaOS is a family of proprietary native operating systems of the Amiga and AmigaOne personal computers. It was developed first by Commodore International and introduced with the launch of the first Amiga, the Amiga 1000, in 1985. Early versions ...
. It was developed almost entirely by RJ Mical. Intuition should not be confused with Workbench, the AmigaOS desktop environment and spatial file manager, which relies on Intuition for handling windows and input events. Workbench uses Intuition to produce displays and AmigaDOS to interact with filing system: AmigaDOS is built on Exec (OS kernel). Intuition is the internal widget and graphics system. It is not implemented primarily as an application-managed graphics library (as most systems, following
Xerox Xerox Holdings Corporation (, ) is an American corporation that sells print and electronic document, digital document products and services in more than 160 countries. Xerox was the pioneer of the photocopier market, beginning with the introduc ...
's design, have done), but rather as a separate task that maintains the state of all the standard UI elements independently from the application. This makes it responsive because UI gadgets are live even when the application is busy. The Intuition task is driven by user events through the
mouse A mouse (: mice) is a small rodent. Characteristically, mice are known to have a pointed snout, small rounded ears, a body-length scaly tail, and a high breeding rate. The best known mouse species is the common house mouse (''Mus musculus'' ...
, keyboard, and other input devices. It also arbitrates collisions of the mouse pointer and icons and control of "animated icons". Like most GUIs of the day, Amiga's Intuition followed Xerox's lead anteceding solutions, but pragmatically, a command line interface was also included and it extended the functionality of the platform. Later releases added more improvements, like support for high-color Workbench screens and 3D aspect. Replacement desktop file managers were also made available, such as Directory Opus Magellan and Scalos interface. Initial releases used blue, orange, white and black palettes. This was intentional – in a time before cheap high-quality video monitors, Commodore tested output on the worst
television Television (TV) is a telecommunication medium for transmitting moving images and sound. Additionally, the term can refer to a physical television set rather than the medium of transmission. Television is a mass medium for advertising, ...
s they could find, with the goal of obtaining the best possible contrast under these worst-case conditions.


Intuition in Release 2 of Amiga operating system

Intuition was heavily extended upon release of version 2 of the AmigaOS. The Basic Object-Oriented Programming System for Intuition (BOOPSI) was introduced. It allows a programmer to build graphics user interface using object-oriented programming. Some built-in classes are provided (like "gadgetclass" or "imageclass"), and it's also possible to build own classes on top of existing, or completely new (on top of "rootclass").


Other GUI toolkits

Due to the limitations of Intuition's basic widget set, developers adopted other third-party GUI toolkits, such as Magic User Interface (MUI), and ReAction. These object oriented UI engines driven by "classes" of graphic objects and functions with new standard gadgets, animated buttons, true-color icons, etc. offered developers standardized and more attractive interfaces. MUI and similar systems abandoned the separation of the User Interface between the application (which specified gadgets to be displayed) and the Intuition task (which actually managed gadgets for all applications, even when they were busy). Modern day successors to the Workbench environment include Ambient for MorphOS, Scalos, Workbench for
AmigaOS 4 AmigaOS 4 (abbreviated as OS4 or AOS4) is a line of Amiga operating systems which runs on PowerPC microprocessors. It is mainly based on AmigaOS 3.1 source code developed by Commodore International, Commodore, and partially on version 3.9 develop ...
and Wanderer for AROS. There is a brief article on Ambient and descriptions of MUI icons, menus and gadget
here
(aps.fr) and images of Zune stay at mai
AROS site
A new object-oriented toolkit for all Amiga-like platforms (AmigaOS, MorphOS, AROS), Feelin, was introduced in 2005, and makes extensive use of
XML Extensible Markup Language (XML) is a markup language and file format for storing, transmitting, and reconstructing data. It defines a set of rules for encoding electronic document, documents in a format that is both human-readable and Machine-r ...
guidelines. It uses its own memory management system, and its memory-pools system shares the embedded OS's semaphores. Feelin also features a non-centralized ID allocation system, a crash-free object invocation mechanism, and an advanced logging system. Details and images on Feelin can be found at it
website


Reception

Stewart Alsop II said in 1988 that Intuition was among several GUIs that "have already been knocked out" of the market by Apple, IBM/Microsoft, and others. Stating that it "was slapped together in about six months ... and that lack of forethought or vision shows", he criticized Intuition's drive letters, lack of network support, and "hundreds of other small features".


References

{{Widget toolkits Amiga APIs AmigaOS MorphOS Windowing systems