Is there a portable OpenGL UI library (buttons, lists, windows, drop down, etc.)?

I am looking for an OpenGL user interface library such as WxWidgets, but OS independent.

It would have to provide callbacks for user input, as it depends on the OS.

If something like this doesn't exist yet (which I doubt because most games have most of the basic interface elements) is there any OpenGL HTML / CSS rendering?

+3
source share
2 answers

FLTK, GTK + QT OpenGL . QT, , OpenGL. , - , GTK , .

OTK Google OpenGL.

, Cairo OpenGL, , , GTK +.

+3

Source: https://habr.com/ru/post/1716984/


All Articles