PDA

View Full Version : Good Graphics Library 4 window in Linux Needed


anuj919
12-07-2008, 09:07 AM
Hi Friends:p
Can anyone suggest me about a good(Good = portable through many Linux s, easy to use) library for making ''Window'' s(Not Microsoft Windows) in Linux for C++...
I know names like Qt,OpenGL.., But which one is good to start with??:!:

chandru.in
12-07-2008, 10:13 AM
If you want a simple GUI application library, both Qt (KDE) and GTK+ (Gnome) are great options. Both can run on any Linux or any desktop environment. Both are cross-platform too.

QwertyManiac
13-07-2008, 10:24 AM
Qt is the best for use with C++ and is also portable to Mac/Windows

anuj919
13-07-2008, 11:39 AM
Thanks QwertyManiac & chandru.in for the reply....
Starting with Qt....;-)

Can suggest me some good IDE also??(for Linux, like I used Turbo & Borland on Windows)

T159
13-07-2008, 11:57 AM
geany for lightweight working

mehulved
13-07-2008, 01:06 PM
vim
emacs
KDevelop
Qt Assistant(for creating Qt GUI)
Eclipse
Anjuta

QwertyManiac
13-07-2008, 02:07 PM
For simply Qt4 you can go for QDevelop too.
http://www.qdevelop.org/

Charan
13-07-2008, 02:51 PM
QT. its the best ..

mehulved
13-07-2008, 04:48 PM
QT. its the best ..
You been trying it?