Linked by Thom Holwerda on Thu 25th Sep 2008 15:29 UTC, submitted by Guido
GTK+ Imendio has released a binary build for the native Gtk+ Mac OS X port. It can be downloaded at the project's webpage. The installed frameworks can be used directly in the Xcode IDE and come with a project template that sets all the necessary flags and variables to build against them.
Thread beginning with comment 331483
To read all comments associated with this story, please click here.
If this looks native
by TLZ_ on Thu 25th Sep 2008 16:49 UTC
TLZ_
Member since:
2007-02-05

Then I'll strongly consider making my app in GTK. PyObjC only confused me so far, I think I have a better chance at grasping GTK. (Or maybe I should stop pretending to be a developer, and just design a mockup and get a _real_ programmer to make it... *laughs*)=

The Apple and GNOME HIG are quite similar, and having apps with similiar UI tends to work well. (Look at transmission for instance.)

Reply Score: 3

RE: If this looks native
by danieldk on Thu 25th Sep 2008 17:46 in reply to "If this looks native"
danieldk Member since:
2005-11-18

Then I'll strongly consider making my app in GTK.


I don't think so. There are screenshots here, I am not sure how up to date they are:

http://developer.imendio.com/projects/gtk-macosx/

I think "native" in this context means that no X11 server is required, but Gtk+ will still draw its own widgets.

PyObjC only confused me so far, I think I have a better chance at grasping GTK. (Or maybe I should stop pretending to be a developer, and just design a mockup and get a _real_ programmer to make it... *laughs*)=


Actually, you may want to try Qt. It uses native widgets on OS X and Windows (on Linux Qt is itself one of the native widgets, of course). It has a very comfortable UI designer that can produce C++ class, or if you use PyQT, a Python class that you can use or subclass. It's really comfortable for focusing on designing the UI, and Qt is also a very nice toolkit to work with (it's more than just a UI library).

There are also some nice PyQt books.

Edited 2008-09-25 17:46 UTC

Reply Parent Score: 6

RE[2]: If this looks native
by lteo on Thu 25th Sep 2008 23:32 in reply to "RE: If this looks native"
lteo Member since:
2007-03-25

Actually, you may want to try Qt.


Qt's licensing is much more restrictive than GTK+'s though, especially with regard to using Qt in commercial software.

http://trolltech.com/products/qt/learnmore/licensing-pricing/licens...

Reply Parent Score: 1

RE[2]: If this looks native
by darknexus on Sat 27th Sep 2008 00:00 in reply to "RE: If this looks native"
darknexus Member since:
2008-07-15

Actually, you may want to try Qt. It uses native widgets on OS X and Windows (on Linux Qt is itself one of the native widgets, of course).

Actually, QT uses _some_ native widgets, namely the window it appears in. However, many of the child controls are far from native on OSX--they don't look native, don't act native, and don't expose information the way native classes do. QT 4 is better, but not there yet on OS X.

Reply Parent Score: 1

RE[2]: If this looks native
by iain.dalton on Sat 27th Sep 2008 05:20 in reply to "RE: If this looks native"
iain.dalton Member since:
2006-02-28

Correct me if I'm wrong, but GTK has widgets Mac OS X doesn't have and vice versa.

Reply Parent Score: 1

RE[2]: If this looks native
by FooBarWidget on Sat 27th Sep 2008 07:57 in reply to "RE: If this looks native"
FooBarWidget Member since:
2005-11-11

Actually, you may want to try Qt.


Uh? Last time I checked, Qt was being flamed down by Mac fanboys for looking "totally miserable" on OS X. How is it any better?

Reply Parent Score: 2