Sudarshan S
Sudarshan S

Reputation: 1295

Drawing widgets on existing sdl_opengl context

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

Answers (1)

Nicol Bolas
Nicol Bolas

Reputation: 473437

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

Upvotes: 1

Related Questions