My GLUI fork

What is GLUI?

GLUI is a GLUT-based user interface library. It's quite simple to use and it's cool for making user interfaces when programming with OpenGL and GLUT without much complication. The usual problem when programming with OpenGL is that you must implement your own user interfaces. GLUI avoids this, thus speeding up programming and making prototyping easier.

You can find more information about GLUI here. If you want the last official version here, that right now is 2.36.

What's your fork?

Since GLUI community seems to have little activity lately, I decided to create my own fork to add new capabilities to the library. I really think this library is really good, but with a little work it can get even better.


You can access my fork SVN here:

http://svn3.xp-dev.com/svn/glui2.37fork_vs/ 

New Features:
  • A Canvas class that is capable of displaying images.
Incoming features:
  • Colour Picker class based on Canvas.
  • Drawable canvas demo.
  • Some bug fixes.
  • Features suggested by GLUI community.