See its project page at common-lisp.net.
I had some problems on this install on SBCL under OS X: After some searching, I am of the opinion that OS X does not come with a version of GLUT. Further, installing GLUT from MacPorts installs GLUT, not OpenGLUT, which is actually the version that these bindings talk to. So I had to manually download, build and install OpenGLUT, which was an uneventful success, then create symlinks of the proper GLUT names (libglut.dylib and libglut.a) to the corresponding OpenGLUT libraries so the proper files can be found by name. I hope this helps. --Zach Smith
Mac OS X does come with GLUT, but it's a framework not a library. I don't know what changes you'd need to make for cl-opengl, but for a C program, it's a matter of #include'ing There's a version of cl-opengl that works on osx here: http://www.esden.net/content/lisp/cl-mac-native-opengl-thomas-0.1.tar.bz2
lispbuilder-sdl is an alternative to the glut binding for some purposes (i.e. games).
This page is linked from: Current recommended libraries lispbuilder-sdl OpenGL Bindings CLiki pages can be edited by anyone at any time. Imagine a fearsomely comprehensive disclaimer of liability. Now fear, comprehensively
Topic: OpenGL Bindings, OpenGL, graphics library