Fixup fromcvs/togit conversion
[pkgsrcv2.git] / devel / Renaissance / DESCR
1 GNUstep Renaissance is a development framework which runs on top of the
2 GNUstep libraries.  It also works on top of the Apple OSX Cocoa libraries,
3 providing an opaque layer to write portable applications.
4
5   In short, GNUstep Renaissance allows you to describe your user
6 interfaces (that is, the windows in your application, and the buttons,
7 boxes, textfields, etc in the windows) in simple and intuitive XML files,
8 using an open, standard format describing the logic of the interface.
9 GNUstep Renaissance can then, at run time, generate the user interfaces
10 (using the native host OpenStep-like libraries) by reading the XML files.
11 The connections between the objects created from the XML files, and the
12 other objects in the application are done via outlets (as traditionally in
13 OpenStep); a new quick and intuitive syntax has been developed to make
14 creating outlets as easy as possible.