Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 568 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 568 Bytes

raytracer-challenge

A Typed Racket implementation of the ray tracer described in The Ray Tracer Challenge by Jamis Buck.

Cornell Box

Unoptimized and very slow; currently has features of up to chapter 11 of the book and additionally:

  • multithreaded rendering
  • focal blur

Source code is tangled from the (not very) literate raytracer-challenge.org document.