Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 488 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 488 Bytes

cl-raytracer

A project to port my undergrad raytracer project from C++ to common lisp.

Install

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.

Run

$ sbcl
* (require 'asdf)
* (asdf:load-system 'raytracer)
* (raytracer:tracer)