Skip to content

Suppress deprecation warnings about glut as we investigate our options.

Starting in OSX 10.9, apple has deprecated the glut.h provided header so we need to figure out how we want to do window management on OSX. I expect the way forward is to require the developer to install openGLUT.

Merge request reports