Difference between revisions of "Development tools"

From GNUstepWiki
Jump to navigation Jump to search
(Link to Development Frameworks, DevelopmentKit is listed there)
Line 23: Line 23:
  
 
* '''[http://www.freshports.org/devel/gorm FreeBSD Ports]'''
 
* '''[http://www.freshports.org/devel/gorm FreeBSD Ports]'''
 +
  
 
== Project Center ==
 
== Project Center ==
Line 28: Line 29:
  
 
ProjectCenter is GNUstep's integrated developement environment (IDE). It is based in part on NeXT's original Project Builder. It assists you in starting new projects and lets you manage your project files using a intuitive and well ordered graphical user interface.
 
ProjectCenter is GNUstep's integrated developement environment (IDE). It is based in part on NeXT's original Project Builder. It assists you in starting new projects and lets you manage your project files using a intuitive and well ordered graphical user interface.
 +
  
 
== Other tools ==
 
== Other tools ==
  
[[DevelopmentKit]] framework
+
''to be provided''
  
 
----
 
----
  
See also: [http://ide.roard.com/wakka.php?wiki=Main GNUstep IDE (idea)]
+
See also:
 +
* [http://ide.roard.com/wakka.php?wiki=Main GNUstep IDE (idea)]
 +
* [[Frameworks#Development|Official Development Frameworks]]
 +
* [[Frameworks#Development_2|Development Frameworks]]

Revision as of 09:12, 28 February 2005

More abou development tools: http://www.gnustep.org/experience/DeveloperTools.html

Gorm - Graphical Object Relationship Modeller

Gorm stands for "Graphical Object Relationship Modeller" and is GNUstep's easy-to-use interface designer.

With Gorm designing tough and complex graphical interfaces for your applications can be done easily and quickl, using drag & drop, powerful inspectors and teamwork with ProjectCenter.

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.

After creating the interface, objects can be linked using mouse operations. Also Gorm features interactive testing of interfaces.

Please see the following wiki sections to learn tips on how to effectively utilize Gorm:

Also see the following external links:


Project Center

Project Center

ProjectCenter is GNUstep's integrated developement environment (IDE). It is based in part on NeXT's original Project Builder. It assists you in starting new projects and lets you manage your project files using a intuitive and well ordered graphical user interface.


Other tools

to be provided


See also: