Puneet Varma (Editor)

GNUstep Renaissance

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer(s)
  
Nicola Pero

Written in
  
Objective-C

Stable release
  
0.9.0 / March 19, 2008 (2008-03-19)

Operating system
  
Cross-platform, Mac OS X, and GNUstep

License
  
GNU Lesser General Public License

GNUstep Renaissance is a development framework that reads XML descriptions of graphical user interfaces from an application bundle and converts them into native widgets and connections at runtime under either GNUstep or Mac OS X.

Contents

GNUstep Renaissance was written by Nicola Pero as an alternative to the NIB and gorm files used by Interface Builder and Gorm, respectively. Unlike the aforementioned formats, Renaissance can generate interfaces that can be run without modification on either GNUstep or Mac 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. A stable release has not been made since 2008, though the downloadable binary has not been rebuilt and is still the previous version.

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 Objective-C code:

[NSBundle loadGSMarkupNamed:@"Sample" owner:self];

Software using Renaissance

  • Zipper
  • References

    GNUstep Renaissance Wikipedia