https://github.com/passy/rust-tracerayer
A toy ray tracer in Rust.
https://github.com/passy/rust-tracerayer
Last synced: about 1 year ago
JSON representation
A toy ray tracer in Rust.
- Host: GitHub
- URL: https://github.com/passy/rust-tracerayer
- Owner: passy
- License: bsd-3-clause
- Created: 2017-03-26T16:40:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T18:11:32.000Z (over 9 years ago)
- Last Synced: 2025-04-30T05:45:00.199Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 165 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-tracerayer
A toy Rust ray tracer in a single file.

## Resources
This was highly inspired by the work these brilliant folks have put out:
- [ruuda/convector](https://github.com/ruuda/convector) - Non-spectral ray tracer with performance in mind.
- [ruuda/robigo](https://github.com/ruuda/robigo-luculenta) - Spectral ray tracer.
- [gyng/rust-raytracer](https://github.com/gyng/rust-raytracer) - http://gyng.github.io/rust-raytracer-gallery/
- [Twinklebear/tray\_rust](https://github.com/Twinklebear/tray_rust) - Adopts some Physically Based Rendering techniques.
- [lukehoban/rust-raytracer](https://github.com/lukehoban/rust-raytracer/blob/master/src/main.rs) - Another single-file raytracer.
- [gz/rust-raytracer](https://github.com/gz/rust-raytracer) - Several raytracers with increasing complexity.
- [kylc/raytracer](https://github.com/kylc/raytracer) - Another one, lots of modules.
## License
BSD