Skip to content

Releases: jtsiomb/miniglut

MiniGLUT 0.5

04 Sep 15:34
Compare
Choose a tag to compare

Release 0.5 changes:

  • fixed support for indexed color mode.
  • implemented colormap management functions: glutSetColor and glutGetColor.
  • fixed build on IRIX.
  • windows: added missing VK_OEM_* vkey translations.
  • windows: fixed RGB mode colors when windows are running in 256 color mode (construct default RGB 332 palette).

MiniGLUT 0.4

31 Dec 12:29
Compare
Choose a tag to compare

Release 0.3 changes:

  • Win32: fixed bugs in context creation resulting in potentially choosing a non-accelerated pixel format.
  • X11: fixed glutFullScreen regression.
  • Added glutIgnoreKeyRepeat and glutSetKeyRepeat functions.
  • X11: fixed small memory leaks (missing XFree calls after XGetProperty/XGetWMName).

MiniGLUT 0.3

07 Aug 12:49
Compare
Choose a tag to compare

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).

MiniGLUT 0.2

30 May 13:12
Compare
Choose a tag to compare

This release adds most of the features I had originally intended to implement, but had omitted from v0.1:

  • glutFullScreen()
  • client-area size adjustment on win32
  • sRGB framebuffer
  • multisample framebuffer
  • spaceball support on UNIX/X11
  • special keys

Also added a Watcom makefile for windows.

MiniGLUT 0.1

27 May 07:38
Compare
Choose a tag to compare

Initial release of MiniGLUT. Support for GNU/Linux and Windows mostly done. Most of the generally useful GLUT calls implemented. glutFullScreen not implemented yet, and the window size is not accurate on windows (client area adjustment missing).