GLUI is a GLUT-based C++ user interface library which provides controls such as buttons, checkboxes, radio buttons, and spinners to OpenGL applications. It is window-system independent, using GLUT or FreeGLUT.
Other
200
stars
81
forks
source link
Replace MIN and MAX with std::min and std::max #77
Further harmonisation with modern C++ standard library.