[plt-scheme] Release: GLUTSCM v0.1
Hello.
GLUTSCM is a MzScheme extension that implements a OpenGL Utility
Toolkit (GLUT) binding. GLUTSCM was developed and tested using GLUT
version 3.7. GLUTSCM is LGPL.
GLUTSCM currently implements most of the GLUT functionality,
with the notable exceptions of:
- Menu bindings
- Font rendering interface
- glutTimerFunc callback
GLUTSCM is available for download at
http://www.inf.ufrgs.br/~carlossch/code/glutscm-0.1.tar.bz2
Compilation should be trivial in any system with GLUT, gcc and mzc, but
there are some instructions in the package, just in case.
The missing features are going to come with the next releases, which
will be ASAP. There is a small example illustrating the use of the
bindings.
Hoping it will be useful,
Carlos Eduardo Scheidegger