Another one OpenGL utility "toolkit". Minimalistic. Uses X-like event processing scheme (doesn't use callbacks, as GLUT does). Uses GNU tools under POSIX, so you need "gmake" under Solaris, BSD, etc. Under Windows, can also be compiled by VC, Watcom and Borland C (with native "make" programs). No extensions (almost), but support for core OpenGL 1.1...2.0 (as of 2010) functions under Windows and POSIX. There are several demos inside. Planning to write more. Where to start (under POSIX): unpack, go to demos-11/01-minimal, say "make" (Linux) or "gmake" (all others). Note: tested with GCC 3.x and 4.x (mostly under FreeBSD 7.x/8.x) and VC 6.0. Under POSIX, works with NV (my personal favorite) and Intel (G41) hardware. UPD: works with many HW/drivers, on many platforms (in particular, under VirtualBox GL, though the code is not stable enough). # And this should be here, not only in changelog: mar 2013: built under suse 12.2 running on VM at Heitzner. Great ) Though, (conditional?) migrating to libxcb/RandR seems inevitable.