OpenGL GUI

Im developing a software using OpenGL and any suggestion what tool to use to develop the GUI?
Is it possible if i use VB.net? MFC? or any freeware?
Thanks

Hi !

It depends on what you want to use it for, if you are doing windows only then go ahead and use MFC or win32 api or anything you want.

If you want platform independance have a peek at gtk, FOX, fltk or maybe Qt, which one depends a little on what kind of license you want.

If you just want very simple gui widgets you might want to have a look at glui (works on top of glut) for example.

Mikael

I love this library, it doesn’t need GLUT:

http://nwaldren.bei.t-online.de/glgooey.htm