Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stepchowfun/raytracer
- Owner: stepchowfun
- Archived: true
- Created: 2013-03-30T13:41:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-14T23:22:15.000Z (over 7 years ago)
- Last Synced: 2024-05-01T23:36:01.296Z (7 months ago)
- Language: CSS
- Size: 207 KB
- Stars: 52
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.