You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sharps edited this page Sep 13, 2013
·
6 revisions
cl-glfw is a set of CFFI bindings to the GLFW library. It provides a simple cross-platform way to get a window with an opengl context, and do input handling and other platform-dependent things.
cl-glfw also includes automatically generated opengl and glu bindings, but you can use other opengl bindings with it as well (cl-opengl is known to work). The interface is less lispy than that provided by cl-opengl. For example, opengl functions have type suffixes (as they do in C) in cl-glfw but not cl-opengl.