First GNUstep Renaissance Public Release. 13
Christopher "CJayC" Jenkins writes "Nicola Pero recently announced on the discuss-gnustep mailing list the public release of his GNUstep Renaissance software, which allows for user interfaces utilizing the GNUstep and Apple Cocoa APIs to be specified in XML. While still alpha-quality code, it can be used at the present to replace .nib (and .gorm and .gmodel) files with .gsmarkup files, which can be easily edited by hand.
"
The source code can be checked out of the GNUstep CVS repo:
cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/gn ustep login
cvs -z3 -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/gn ustep co dev-libs/Renaissance
Re:great.... (Score:4, Insightful)
It seems to be the way to go if you (in general) want to develop applications that run basically wherever GNUstep runs on, without having to worry about the layout of your GUI, however...
I hope MacOSX developpers will use it.... why the fsck would they care? They have Interface- and ProjectBuilder that undeniably are much more mature compared to Gorm and ProjectCenter (and now Renaissance). And I don't think most really _are_ interested in porting their software to Windows or any of the various UNICES, GNUstep runs on. A few, maybe, but most certainly not.
But Renaissance most certainly will help GNUstep to "get the word out" - and it might even help to get GNUstep a little (compared to GNOME and KDE) of much deserved (again, compared to GNOME and KDE) "hype" - as applications do not require a running X server, like ported GTK/Qt applications do.
Re:great.... (Score:2, Informative)
Additionally, GTK, QT, and GNUstep are all varying degrees of X-independent... QT has QT embedded as well as QT for Windows and MacOS. GTK is available for Windows (though, why?), but GNUstep has a raw xlib backend, a postscript backend (eg ghostscript + XWindows), or a Windows backend.
Re:great.... (Score:1)
True, but - you still need to install GTK and Qt on your MacOSX, while GNUstep applications can (or say: should - as long as you don't use GNUstep extesions) run "out of the box" - as most prominently demonstrated by GNUMail.
Windows, as usual, is a different story entirely....
As a Mac OSX developer ... (Score:2)
Of course, audio API's are a different story.
rapid response (Score:2)
The full announcement.... (Score:2, Informative)
Any chance of a standard? (Score:4, Insightful)
plus dozens of non-portable, programmatic interfaces (Tk, Swing, Motif, Mac Toolbox, etc.) Is anybody looking at whether a portable superset XML spec is feasible? XSLT transforms ought to be able to derive a platform-specifc file. Imagine:
User Interfaces are the final frontier of program portability.
Re:Any chance of a standard? (Score:1)
Not every software needs to be ./configure'd ;-)
User Interfaces are the final frontier of program portability.Take a look at THE [sourceforge.net].