On Jul 8, 2013, at 5:05 PM, Maxthon Chan <[email protected]> wrote:

> Have anyone of you guys tried GNUstep, the Cocoa clone (predates Cocoa!) that 
> works on Linux systems? And have any of you guys tried to write portable code 
> that builds on OS X/Cocoa and Linux/GNUstep?

I ported a non-GUI Foundation-based library to it last year. It definitely took 
some work — it was hardly just a recompile. GNUstep’s Foundation was missing 
some APIs I needed (IIRC some CFURL functions and the NSJSONSerialization 
class), and some APIs either had bugs or behaved differently in edge cases. Of 
course, things have probably improved since that time.

In general I wouldn’t use any cross-platform GUI toolkit for any serious app — 
it always ends up looking and feeling wrong. (The exception is apps with a 
totally custom GUI, like most games or web-based apps.)

—Jens
_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to