Skip to content

MiniGLUT 0.3

Compare
Choose a tag to compare
@jtsiomb jtsiomb released this 07 Aug 12:49
· 24 commits to master since this release

Release 0.3 changes:

  • Fixed Makefile to work with older GNU make versions which do not support "else ifeq" chains.
  • Implemented the missing functionality for hiding the cursor on X11 with glutSetCursor(GLUT_CURSOR_NONE).
  • Implemented the missing Utah teapot primitive (glutSolidTeapot and glutWireTeapot).