Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stepchowfun/raytracer

A browser-based real-time raytracer written in CoffeeScript.
https://github.com/stepchowfun/raytracer

Last synced: 3 months ago
JSON representation

A browser-based real-time raytracer written in CoffeeScript.

Awesome Lists containing this project

README

        

A browser-based real-time raytracer written in CoffeeScript.

![Screenshot of the demo.](https://static.stephanboyer.com/raytracer.jpg)

See the accompanying [demo](http://jsraytracer.herokuapp.com/) and [blog post](http://www.stephanboyer.com/post/30).

The raytracing code is in [/app/assets/javascripts](https://github.com/boyers/raytracer/tree/master/app/assets/javascripts). The rest is just Ruby on Rails boilerplate.