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
- Host: GitHub
- URL: https://github.com/maxinteger/node-raytracer
- Owner: maxinteger
- Created: 2015-09-21T21:35:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T18:38:13.000Z (almost 8 years ago)
- Last Synced: 2025-03-21T15:17:01.733Z (10 months ago)
- Language: JavaScript
- Size: 1.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)