The native Amiga windowing system is called Intuition, which manages the rendering of screens, windows and basic widgets. However, until AmigaOS 2.0 there was no standardized look and feel, and often application developers had to write their own non-standard widgets, with Intuition providing little support. Intuition was later enhanced with gadtools.library, which provides a set of standard widgets. AmigaOS 2.0 also introduced a standard dialog system called ASL and the Amiga User InterfaceStyle Guide, which defined how applications should be laid out for consistency. Intuition was improved with BOOPSI which provides an object-oriented interface on which to build an extensible set of widgets. The introduction of BOOPSI allowed third-party developers to create comprehensive widget toolkits, such as MUI and ClassAct which later evolved into ReAction.
Features
ClassACT
ClassAct is an object-oriented system of classes and gadgets developed on the BOOPSI system introduced with AmigaOS 3.0. Its main features are expandability and modularity. New classes and gadgets could be added to the system and improve it with new capabilities. ClassAct was modeled after the future direction Commodore had envisioned for the future of the OS presented at Orlando Developers Conference prior to Commodore's Bankruptcy. Programmers Christopher 'caldi' Aldi, Timothy Aston, Osma 'Tau' Ahvenlampi came together and ClassAct is a realization of that future.
Classes of ClassACT
Main classes are:
window.class
requester.class
arexx.class
Main gadgets are:
button.gadget
checkbox.gadget
speedbar.gadget
space.gadget
slider.gadget
scroller.gadget
radiobutton.gadget
palette.gadget
listbrowser.gadget
layout.gadget
integer.gadget
getscreenmode.gadget
getfont.gadget
getfile.gadget
fuelgauge.gadget
clicktab.gadget
chooser.gadget
string.gadget
textfield.gadget
Various styles can be applied to ClassAct gadgets, such as 3D aspect. Gadgets could have bevel borders, the font have fallback option in case the default font is too large to fit the window on the screen, Pen number to use for labels and labels fonts could be set by the user, and many, many options like these.
ReAction
ReAction is the official AmigaOS GUI builder since OS 3.5 days. Nowadays it is being built on top of Intuition, updated and has a better and more consistent look through the apps that use it. ReAction system of classes and gadgets is almost the same as ClassACT. It is expandable and modular as the same as ClassAct. New classes and gadgets can be added to the system with ease to enhance its features. A simple example of this modularity is the newly-available ReAction gadget class known as piechart.gadget. The main purpose of this gadget is displaying data distribution among various sources, like shares, disk capacity and free space, etc. via a graphical pie chart. Optional interaction from the user is also possible.
There are two main widget toolkits competing in the Amiga world. ReAction which is the default GUI toolkit chosen for AmigaOS 3.5-4.1 and for developing AmigaOS software, and MUI which is the default GUI toolkit chosen for MorphOS. AROS uses Zune toolkit which is an open source MUI clone. Cygnix is a lightweight UNIX simulation environment for AmigaOS that comes with an X11 serverCygwin, and this has been used to port programs such as AbiWord or GIMP to the Amiga. A slightly related project is a GTK MUI wrapper which eventually will simplify porting of GTK based software. Various multi-platforms graphics libraries and toolkits such as Cairo and SDL are also available on Amiga, and are the basics for creating new and enhanced Toolkits, new GUIs, new systems of widgets, etc. There is also XML based toolkit, .