https://github.com/jfroy/rrt
Ray Tracing in a Weekend in Rust
https://github.com/jfroy/rrt
image rayon raytracing rust weekend
Last synced: 5 months ago
JSON representation
Ray Tracing in a Weekend in Rust
- Host: GitHub
- URL: https://github.com/jfroy/rrt
- Owner: jfroy
- License: apache-2.0
- Created: 2019-04-15T05:14:58.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T05:56:23.000Z (over 1 year ago)
- Last Synced: 2025-04-26T04:33:05.689Z (about 1 year ago)
- Topics: image, rayon, raytracing, rust, weekend
- Language: Rust
- Homepage:
- Size: 227 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rrt
My attempt at [Ray Tracing In One Weekend][rtiow] and
[Ray Tracing: The Next Week][rttnw] in Rust.
This is terrible code, do not reference it, copy it, or get inspired by it. It
is almost certainly wrong, slow, and not idiomatic.
[rtiow]: https://raytracing.github.io/books/RayTracingInOneWeekend.html
[rttnw]: https://raytracing.github.io/books/RayTracingTheNextWeek.html