Skip to content

dlowe-net/Hello-gl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-gl

This contains a Common Lisp implementation of the tutorial found at An intro to modern OpenGL.

To use, asdf-install or use quicklisp to install these library dependencies:

  • lispbuilder-sdl
  • lispbuilder-sdl-image
  • lispbuilder-sdl-gfx
  • cl-opengl

Load the hello-gl system with asdf, then execute with:

(hello-gl:chap2)  ;; for chapter 2

You can exit by pressing the q' or escape' keys.

About

CL translation of code example in An Intro to Modern OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published