libglui / glui

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
194 stars 82 forks source link

Launch parameters support? #131

Open Ryder17z opened 1 year ago

Ryder17z commented 1 year ago

i.e. --verbose (your code logs everything to a log file) --size 1024x768 (override default window size) etc

Some sensible way to have launch arguments in cross platform applications