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
196 stars 81 forks source link

Support native Mac builds with makefile #73

Closed nigels-com closed 7 years ago

nigels-com commented 7 years ago

Resolves https://github.com/libglui/glui/issues/33 Based on https://sourceforge.net/p/glui/patches/9/ Works for me on Mac, and in Travis