Which is the best FRONT END to use ??

Hi,

My project requires extensive user interface…and I am not too happy with GLUT or GLUI and I needed something much more flexible…

Can anyone suggest any thing better for my front end…

How good is VB’s interface with OpenGL…?

Thanks in advance…

FLTK http://www.fltk.org/

FLTK is primarily a cross-platform GUI library, but it has support for OpenGL drawing. It is easy to use, comes with a UI designer called FLUID, is cross-platform, and is LGPL’ed. If has a class called Fl_GL_Window that you must subclass and add a draw() method to in order to use OpenGL drawing. Read the documentation on using GL with FLTK.