Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mschuldt/rt

A contest winning raytracer in Scheme
https://github.com/mschuldt/rt

Last synced: 1 day ago
JSON representation

A contest winning raytracer in Scheme

Awesome Lists containing this project

README

        

# Tail-recursive Raytracer

Winner of the UC Berkeley fall 2013 CS61A Recursive Art Contest (heavyweight division)

#### Contributors:
+ Raytracing: [Andrey Elenskiy](https://github.com/Timoha)
+ Multiprocessing and scene setup: [Michael Schuldt](https://github.com/mschuldt)

![screenshot](screenshot.png)

The other contest entries may be viewed here: http://inst.eecs.berkeley.edu/~cs61a/fa13/proj/scheme_contest_gallery/scheme_contest_gallery.html

Built using non-standard extensions to the scheme interpreter project,
the interpreter has been removed but is available upon request.