- GNUstep Renaissance
GNUstep Renaissance is a development
framework that readsXML descriptions ofgraphical user interface s from an application bundle and converts them into native widgets and connections at runtime under eitherGNUstep orMac OS X .GNUstep Renaissance was written by
Nicola Pero as an alternative to the NIB and gorm files used byInterface Builder and Gorm, respectively. Unlike the aforementioned formats, Renaissance can generate interfaces that can be run without modification on eitherGNUstep orMac OS X . It also uses a feature called AutoLayout, which means that localized strings do not have to be manually resized.As of January 2006, GNUstep Renaissance is beta software. A graphical frontend to Renaissance does not yet exist.
Example
A simple example of an interface specification:
Assuming this file is in the application bundle and named Sample.gsmarkup, it can be loaded with the following<gsmarkup> <objects> <menu type="main"> <menuItem title="Quit" action="terminate:" key="q"/> </menu> <window id="myWindow" title="Hello, World"> <vbox> <label>Hello, World</label> <button title="OK" action="performClose:" target="#myWindow"/> </vbox> </window> </objects></gsmarkup>Objective-C code:[NSBundle loadGSMarkupNamed:@"Sample" owner:self] ;See also
* Gorm - GNUstep Graphical Object Relationship Manager (also UI builder)
*Interface Builder - Mac OS X and former NextStep Graphical Object Relationship Manager and UI builderExternal links
* [http://www.gnustep.it/Renaissance/ GNUstep Renaissance web site]
Wikimedia Foundation. 2010.