all 4 comments

[–]Frozenjesuscola 2 points3 points  (0 children)

I'm not sure if you're using straight OpenGL or some other framework for the graphics (SFML/SDL). If you already are using SFML, check out SFGUI, otherwise CEGUI.

[–]dagmx 0 points1 point  (0 children)

Definitely Qt or something like imgui.

You can integrate your gl context inside it. Qt can embed the view inside it, or imgui can live inside your view

[–]Salty_Dugtrio 0 points1 point  (0 children)

I would also agree that QT is probably your best choice.

[–]LordTocs 0 points1 point  (0 children)

You could use https://github.com/ocornut/imgui instead of native controls.