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

https://github.com/maxinteger/node-raytracer

Implement simple raytraceing int nodejs
https://github.com/maxinteger/node-raytracer

Last synced: 6 months ago
JSON representation

Implement simple raytraceing int nodejs

Awesome Lists containing this project

README

          

# Node Raytracer

Simple ray trace implementation in Node JS with node-canvas and gl-matrix

# Install
- install node-canvas dependencies [link](https://github.com/Automattic/node-canvas/wiki)
- run `npm install`

# Run

- raytrace: `npm start`
- viewer: run a static server for example `python -m SimpleHTTPServer` and open in browser [link](http://localhost:8000/viewer/)