Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexey-sveshnikov/rt
Toy Ray Tracer
https://github.com/alexey-sveshnikov/rt
Last synced: 25 days ago
JSON representation
Toy Ray Tracer
- Host: GitHub
- URL: https://github.com/alexey-sveshnikov/rt
- Owner: alexey-sveshnikov
- License: mit
- Created: 2017-12-02T17:41:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T13:38:45.000Z (over 6 years ago)
- Last Synced: 2024-12-08T00:46:03.127Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Toy Ray Tracer
This is a simple ray tracer project written mostly for educational purposes.
Built on top of [alexey-sveshnikov/es6-3d-primitives](https://github.com/alexey-sveshnikov/es6-3d-primitives).
It generates images like this:
![Hello World!](https://media.githubusercontent.com/media/alexey-sveshnikov/rt/master/screenshots/hello.png)
And this:
![Spiral](https://media.githubusercontent.com/media/alexey-sveshnikov/rt/master/screenshots/spiral.png)
Or this:
![Sphere](https://media.githubusercontent.com/media/alexey-sveshnikov/rt/master/screenshots/sphere.png)