Reputation: 1295
Is there any actively developed open-source (GPL is fine) library that can draw widgets such as buttons, menus, etc on an existing SDL/OpenGL context? I have heard of FLTK, but it appears that it creates its own window and its own OpenGL context to draw widgets on.
Upvotes: 1
Views: 561
Reputation: 473437
Yes. CeGUI is perfectly capable of drawing into an OpenGL context (it doesn't care how you initialize OpenGL).
Upvotes: 1