quote: Original post by MatrixCubed
Aqua
wxWindows is a good choice. So is GLUI if you happen to be using OpenGL and GLUT.
MatrixCubed
http://MatrixCubed.cjb.net
SDL is better for OpenGL than GLUT. (fullstop)
GLUT''s fullscreen is still bugged, and not even working on most machines. GLUT does not accept member functions for its function pointers (well SDL also doesn''t, but there are "extentions" to use boost::function)
an no... i''m not supposed to start a flame war here ^_^;
quote: Original post by Tha_HoodRat
Qt is nice a nice cross platform gui API(linux,Mac,.
1.Supports native look and feel (unlike GTK)
2.Object oriented.
3.Uses signals and slots.
4.VB like form creation using Qt designer.
one and two: like Null and void said
4: Visual Basic REALLY sucks. You should NEVER compare QT to visual basic
native X11