discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cross platform question


From: Johannes Brakensiek
Subject: Re: cross platform question
Date: Thu, 14 May 2020 11:43:10 +0200

Hi Andreas,

On 14 May 2020, at 10:56, Andreas Fink wrote:

If you want to write new apps running on MacOS X & GNUstep, what would you use to create the nib/xib/storyboard stuff which Xcode manages normally for you?
Handcoded source files? or is there an easier way.

I was investigating this for some time. For now two approaches seem reasonable to me.

The first one is creating xib files using Xcode and use these files with GNUstep. This works (somewhat well) since the latest GNUstep release.

I did some basic documentation here: http://wiki.gnustep.org/index.php/XIB
I have an experimental port of an app which uses this and kind of runs (thanks to the help of Fred): https://github.com/Letterus/app-time-tracker

This approach would be even nicer if xib 5 support would be added to Gorm.

The other approach is to use lib Renaissance1 which requires writing xml files and f.e. is used by FisicaLab2 or EOModelEditor3.

Let me know what you think.

Johannes


  1. http://www.gnustep.it/Renaissance/index.html | https://github.com/gnustep/libs-renaissance

  2. https://www.gnu.org/software/fisicalab/

  3. https://github.com/gnustep/libs-gdl2/tree/master/Apps/EOModelEditor


reply via email to

[Prev in Thread] Current Thread [Next in Thread]