1

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.

Sudarshan S
  • 1,235
  • 2
  • 16
  • 25

1 Answers1

1

Yes. CeGUI is perfectly capable of drawing into an OpenGL context (it doesn't care how you initialize OpenGL).

Nicol Bolas
  • 449,505
  • 63
  • 781
  • 982