Skip to content

haritkapadia/cl-learn-opengl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL in Common Lisp

This project follows along the Learn OpenGL tutorial by Joey de Vries, with a special twist of being implemented in Common Lisp.

Usage

Simply run the main script.

$ sbcl --script main.lisp

Controls

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.

Notes

You need Quicklisp to run this project.

Tested with SBCL 2.0.5 on Linux.

About

Following Learn OpenGL tutorial in Common Lisp

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors