Difference between revisions of "Gorm.app"

From GNUstepWiki
Jump to navigation Jump to search
(updated version info and link)
m (Updated to 1.2.1)
Line 1: Line 1:
 
{{Application|
 
{{Application|
 
shortdescription = Gorm (''Graphical Object Relationship Modeller'') is meant to be the counter part to NeXT's [[Interface Builder]]. With Gorm designing tough and complex graphical interfaces for your applications can easy and quickly be done using drag & drop, powerful inspectors and teamwork with [[ProjectCenter]]. |
 
shortdescription = Gorm (''Graphical Object Relationship Modeller'') is meant to be the counter part to NeXT's [[Interface Builder]]. With Gorm designing tough and complex graphical interfaces for your applications can easy and quickly be done using drag & drop, powerful inspectors and teamwork with [[ProjectCenter]]. |
currentversion = [http://ftpmain.gnustep.org/pub/gnustep/dev-apps/gorm-1.2.0.tar.gz 1.2.0] |
+
 
releasedate = April 18, 2007 |
+
currentversion = [http://ftpmain.gnustep.org/pub/gnustep/dev-apps/gorm-1.2.1.tar.gz 1.2.1] |
 +
 
 +
releasedate = May 8, 2007 |
 +
 
 
license = GPL 2.0 |
 
license = GPL 2.0 |
 +
 
overview = Before NeXT Computer Inc. revolutionized software developement with its OpenStep API, a new way of designing graphical user interfaces was already introduced by NeXT at the beginning of the 90s. Its operating system NeXTstep featured Interface Builder, an application that for the first time allowed developers to quickly create nice user interfaces without having to code everything manually. Using drag & drop elements of windows such as buttons, sliders, textfields etc. were created and edited, then linked to functions and variables. Thus, Interface Builder helped developers to focus on the code for the actual functions without having to care about stuff not related to their project goal.
 
overview = Before NeXT Computer Inc. revolutionized software developement with its OpenStep API, a new way of designing graphical user interfaces was already introduced by NeXT at the beginning of the 90s. Its operating system NeXTstep featured Interface Builder, an application that for the first time allowed developers to quickly create nice user interfaces without having to code everything manually. Using drag & drop elements of windows such as buttons, sliders, textfields etc. were created and edited, then linked to functions and variables. Thus, Interface Builder helped developers to focus on the code for the actual functions without having to care about stuff not related to their project goal.
  
 
Gorm allows developers to quickly create and edit graphical application interfaces using a whole lot of GUI elements: windows, menus, buttons, labels, sliders, tables, textfields, browsers, images, altert panels and more. Custom palettes can be dynamically loaded to add additional elements or functionality. |
 
Gorm allows developers to quickly create and edit graphical application interfaces using a whole lot of GUI elements: windows, menus, buttons, labels, sliders, tables, textfields, browsers, images, altert panels and more. Custom palettes can be dynamically loaded to add additional elements or functionality. |
 +
 
features = Currently Gorm gets extended with new elements and inspectors to get every common GUI object included in the standard palettes. Doing this is relatively easy now as all the inspectors are now created using Gorm itself.
 
features = Currently Gorm gets extended with new elements and inspectors to get every common GUI object included in the standard palettes. Doing this is relatively easy now as all the inspectors are now created using Gorm itself.
 
:'''Please Note'''
 
:'''Please Note'''
 
:The recently added NIB compatibility is for 10.2.x and later nibs. Older typed stream nibs will need to be converted to 10.2.x nibs for use in Gorm. Older nibs will contain objects.nib, while newer ones will have keyedobjects.nib. If you have access to a Mac, the you can convert them. Please load them into InterfaceBuilder and save them again and they should convert. |
 
:The recently added NIB compatibility is for 10.2.x and later nibs. Older typed stream nibs will need to be converted to 10.2.x nibs for use in Gorm. Older nibs will contain objects.nib, while newer ones will have keyedobjects.nib. If you have access to a Mac, the you can convert them. Please load them into InterfaceBuilder and save them again and they should convert. |
 +
 
maintainer = * [mailto:greg_casamento@yahoo.com Greg Casamento] |
 
maintainer = * [mailto:greg_casamento@yahoo.com Greg Casamento] |
 +
 
relatedlinks =
 
relatedlinks =
 
* [[Gorm Manual]]
 
* [[Gorm Manual]]
Line 18: Line 25:
 
* [[ProjectCenter]]
 
* [[ProjectCenter]]
 
* [[Gorm Installation On Windows]] |
 
* [[Gorm Installation On Windows]] |
 +
 
category = [[Category:Development_Applications]]
 
category = [[Category:Development_Applications]]
 
}}
 
}}

Revision as of 08:31, 9 May 2007

Gorm (Graphical Object Relationship Modeller) is meant to be the counter part to NeXT's Interface Builder. With Gorm designing tough and complex graphical interfaces for your applications can easy and quickly be done using drag & drop, powerful inspectors and teamwork with ProjectCenter.

Current Version: 1.2.1

  • Released: May 8, 2007
  • Licensed: GPL 2.0

Overview

Before NeXT Computer Inc. revolutionized software developement with its OpenStep API, a new way of designing graphical user interfaces was already introduced by NeXT at the beginning of the 90s. Its operating system NeXTstep featured Interface Builder, an application that for the first time allowed developers to quickly create nice user interfaces without having to code everything manually. Using drag & drop elements of windows such as buttons, sliders, textfields etc. were created and edited, then linked to functions and variables. Thus, Interface Builder helped developers to focus on the code for the actual functions without having to care about stuff not related to their project goal.

Gorm allows developers to quickly create and edit graphical application interfaces using a whole lot of GUI elements: windows, menus, buttons, labels, sliders, tables, textfields, browsers, images, altert panels and more. Custom palettes can be dynamically loaded to add additional elements or functionality.

Features

Currently Gorm gets extended with new elements and inspectors to get every common GUI object included in the standard palettes. Doing this is relatively easy now as all the inspectors are now created using Gorm itself.

Please Note
The recently added NIB compatibility is for 10.2.x and later nibs. Older typed stream nibs will need to be converted to 10.2.x nibs for use in Gorm. Older nibs will contain objects.nib, while newer ones will have keyedobjects.nib. If you have access to a Mac, the you can convert them. Please load them into InterfaceBuilder and save them again and they should convert.

Maintainer

Related Links