Click to See Complete Forum and Search --> : Graphic Developement Libraries QT or GTK+


genen
05-25-2000, 02:52 PM
I would like to hear some discussion on which graphic library a person should use to start development on a new application for Linux. QT or GTK+ .

geekd
05-25-2000, 08:48 PM
well, QT (KDE) has a GREAT development tool called KDevelop that is very similar to Microsoft's Visual C++ and has alot of ggod documentation.

If your going to be doing an office type app, in C++, I would use that.

GTK is C based. So I guess it depends on which language you want to use.

C++: QT-KDE
C: GTK Gnome

If your doing a game, then it doesn't really matter. It depends more on which game library you want to use.

-geekd