-
Notifications
You must be signed in to change notification settings - Fork 4
cl opengl
Pavel Korolev edited this page Mar 12, 2017
·
1 revision
cl-opengl is a set of idiomatic CFFI bindings for the OpenGL API.
cl-opengl also includes bindings to the GLU utility library and GLUT portability layer libraries. You can use just the opengl parts, though. It is known to work using any of lispbuilder-SDL, cl-glfw, and glop instead of the included GLUT.
- Opengl Resources - has tutorials for cl-opengl as well as other useful things
- OpenGL_Wrappers