Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Whats better for crossplatform applications?
Date: Sun, 31 May 2009 11:10:42
Message-Id: gvtoij$197$1@ger.gmane.org
In Reply to: [gentoo-user] Whats better for crossplatform applications? by Alexander Pilipovsky
1 Alexander Pilipovsky wrote:
2 > May be, it's not a "only Gentoo" question, but I want to write and start
3 > applications under Gentoo and Windows. I saw Tcl/Tk library in work (as
4 > example OOMMF: http://math.nist.gov/oommf/, but it, sometimes, unstable
5 > under Windows XP). And it did not like me to look of buttons, lists etc.
6 > Other way I saw in using wxPython (http://www.wxpython.org/) or
7 > wxWidgets (http://www.wxwidgets.org/). I want to have as little as
8 > possible differences in GUI of my program when it starts under GNOME,
9 > KDE or Windows. May be some other libraries for crossplatform
10 > development are exists.
11 >
12 > What library better for unification of application look and developing?
13
14 I also recommend Qt (version 4) because it looks native on Windows and
15 Mac OS X too. Qt is C++ but it has Python, C and Java bindings too so
16 you can develop in Python for example but still have a native
17 KDE/Windows/OS X look&feel.

Replies

Subject Author
Re: [gentoo-user] Re: Whats better for crossplatform applications? Alexander Pilipovsky <alexander.pilipovsky@×××××.com>