Good GUI for OpenGL

Posted by Cristina on Game Development See other posts from Game Development or by Cristina
Published on 2010-09-06T17:26:07Z Indexed on 2011/02/18 15:34 UTC
Read the original article Hit count: 268

Filed under:
|
|

I am starting to learn OpenGL with FreeGLUT using the Superbible and the knowledge i have from my elementary graphics to brush up on my skills.

To get more from this experience i want to integrate a GUI to overwrite the one FreeGLUT uses, now my question is this: is this thing possible and what library should i use?

Some characteristics for the library:

  • Open source
  • Multi-platform (Linux and Windows)
  • C/C++

If you have any other recommendations please feel free to post them along with your answers for my problem.

© Game Development or respective owner

Related posts about c++

Related posts about opengl