A project to port my undergrad raytracer project from C++ to common lisp.
I'm using SBCL to build this.
Other than that, I've also installed quicklisp
Then you should symlink the cl-raytracer
directory into ~/quicklisp/local-projects/
or whever you set up quicklisp.
$ sbcl
* (require 'asdf)
* (asdf:load-system 'raytracer)
* (raytracer:tracer)