GUI on opengl

can you help me…???
how to make GUI on opengl based Windows???

-thanks-

Take a look at something like SDL and it’s associated libraries.
There are others out there also…

http://libagar.org
http://www.cegui.org.uk

Also check out http://www.libnui.net

Thanks meeloo his last one looks very nice! :slight_smile:

There is also glui which is very simple, easy to use and especially adapted to 3D programs, demos…

There’s always GLUT: http://www.opengl.org/resources/libraries/glut/

For simple applications, like the demos I post here, I use GLUT. GLUT really doesn’t build GUI’s for you. It lets you use the keyboard to interact with your graphics. GLUT does let you set up pulldown menus, which are basic GUI widgets. When I need buttons, sliders, menus, etc., I use FLTK. See http://www.fltk.org.

Check Qt library.