Intuition (Amiga)

Intuition is the windowing system and user interface (UI) engine of AmigaOS. It was developed almost entirely by RJ Mical.[1] Intuition should not be confused with Workbench, the AmigaOS spatial file manager, which relies on Intuition for handling windows and input events.

Users may remember the initial releases for their unique blue/orange/white/black palettes. This was intentional: in a time before cheap high-quality video monitors, the Amiga team tested output on the worst televisions they could find, with the goal of obtaining the best possible contrast under these worst-case conditions.

Intuition is the internal widget and graphics system. It is not implemented primarily as an application-managed graphics library (as most systems, following Xerox' 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 singularly responsive because UI gadgets are live even when the application is busy. The Intuition task is driven by user events through the mouse, keyboard, and other input devices. It also arbitrates collisions of the mouse pointer and icons and control of "animated icons".

Due to a mistake made by the Commodore sales department, the first floppies of AmigaOS which were released with Amiga 1000 named the whole operating system (OS) "Workbench". Since then, users and CBM itself referred to "Workbench" as the nickname for the whole AmigaOS (including Amiga DOS, Extras, etc.). This common consent ended with release of version 2.0 of AmigaOS, which re-introduced proper names to the installation floppies of AmigaDOS, Workbench, Extras, etc.). Workbench is also used on the Amiga as a metaphor for their own standard of "desktop" as opposed to others, such as "Macintosh Finder". Workbench itself is another library or process. Rumors said that this concept of modularity was invented by Commodore to treat Workbench as a window amongst the others in the desktop, in order to avoid reprisal from Apple. But this can only be considered a rumor, as all patents on windowed GUIs were property of Xerox at that time.

Early versions of AmigaOS did treat the Workbench as just another window on top of a blank screen; but this is due to the ability of AmigaOS to have invisible screens with a chromakey or a genlock, even without losing the visibility of Workbench itself. In later AmigaOS versions Workbench could be set as a borderless desktop.

Amiga users were also able to boot their computer into a command line interface (CLI), also known as shell. This was a keyboard-based environment without the Workbench GUI. Later they could invoke it with the CLI/SHELL command LoadWB which performs the task to load Workbench GUI.

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 desktops were also made available, such as Directory Opus Magellan, or Scalos interface.

Other GUI toolkits

The use of improved, third party GUI engines became common amongst users who preferred more attractive interfaces—such as Magic User Interface (MUI), and ReAction. These Object Oriented graphic engines driven by "classes" of graphic objects and functions were then standardized into the Amiga environment and changed Amiga Workbench to a complete and modern guided interface, with new standard gadgets, animated buttons, true 24bit-color icons, increased use of wallpapers for screens and windows, alpha channel, transparencies and shadows as any modern GUI requires.

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).

Heirs of Workbench are nowadays: Ambient for MorphOS, Scalos, Workbench for AmigaOS 4 and Wanderer for AROS. There is a brief article on Ambient and descriptions of MUI icons, menus and gadgets here (aps.fr) and images of Zune stay at main 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 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 its website.

References

  1. ^ Mical, Robert J.; Deyl, Susan (1987). Amiga Intuition Reference Manual. Amiga Technical Reference Series. Addison-Wesley. ISBN 0-201-11076-8.