No description or website provided.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
shaders
.gitignore
LICENSE
README.md
clgl.asd
clgl.lisp
opengl-object.lisp
package.lisp
primitives.lisp
shaders.lisp
stl-file.lisp
transformation.lisp
utilities.lisp
viewer.lisp
viewport.lisp

README.md

clgl is a simple, REPL-based graphics library that uses OpenGL for rendering and GLFW for windowing.

The goal of this project is to give me a simple to use OpenGL canvas that I can interact with from Slime.

The primary use case is to have a CLGL window with various graphical objects open on one half of my screen, while I interact with them from Emacs on the other half of the screen.

It's also possible to use CLGL as a library in other applications.