This project follows along the Learn OpenGL tutorial by Joey de Vries, with a special twist of being implemented in Common Lisp.
Simply run the main script.
$ sbcl --script main.lisp
Mouse to look around.
Q to move down.
E to move up.
W to move forward.
A to move left.
S to move backward.
D to move right.
You need Quicklisp to run this project.
Tested with SBCL 2.0.5 on Linux.