Software:Gorm (computing)

From HandWiki
Short description: Open source interface builder software
Gorm
Gorm Icon.png
Gorm-gs-1.png
Gorm in Window Maker (on FreeBSD), showing the main windows and the inspector. Note the menu and window being edited.
Developer(s)Gregory John Casamento, Richard Frith-Macdonald, Pierre-Yves Rivaille
Initial release1999
Written inObjective-C
Operating systemCross-platform, Linux, FreeBSD, Windows
Type
LicenseGNU General Public License
Websitewww.gnustep.org/experience/Gorm.html

Gorm (Graphical Object Relationship Modeller) is a graphical user interface builder application. It is part of the developer tools of GNUstep. Gorm is the equivalent of Interface Builder that was originally found on NeXTSTEP, then OPENSTEP, and finally on Mac OS X. It supports the old .nib files as well as its own .gorm file format.

Gorm and Project Center represent the heart of the suite for GNUstep. Gorm follows Interface Builder so closely that using tutorials written for the latter is possible without much hassle and thus brings the power of Interface Builder to the open source world, being part of the GNU project.

Gorm allows developers to quickly create graphical applications and to design every little aspect of the application's user interface. The developer can drag and drop all types of objects such as menus, buttons, tables, lists and browsers into the interface. With the mouse, it is possible to resize, move or convert the objects or connect them to functions, as well as to edit nearly every aspect of them using Gorm's powerful inspectors.

See also

External links