https://github.com/jrop/render.js
https://github.com/jrop/render.js
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jrop/render.js
- Owner: jrop
- License: mit
- Created: 2015-12-02T00:12:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-02T00:18:02.000Z (over 10 years ago)
- Last Synced: 2026-01-14T14:42:11.239Z (6 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# render.js
This is a concept repository to (hopefully/eventually) re-implement the raytracer I have started for CS410 (written in Java), porting it to JavaScript (node.js)
# Ideas
* Write native bindings to [libigl](http://libigl.github.io/libigl/)/[Eigen](http://eigen.tuxfamily.org/) to expose to JS
* make this a native node.js module
That's all I've got for now!