https://github.com/maxmindlin/raytracing-in-one-weekend
Rust implementation of Peter Shirley's Ray Tracing in One Weekend
https://github.com/maxmindlin/raytracing-in-one-weekend
raytracing
Last synced: about 1 year ago
JSON representation
Rust implementation of Peter Shirley's Ray Tracing in One Weekend
- Host: GitHub
- URL: https://github.com/maxmindlin/raytracing-in-one-weekend
- Owner: maxmindlin
- Created: 2020-06-13T05:08:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T17:41:12.000Z (almost 6 years ago)
- Last Synced: 2025-02-01T14:31:10.540Z (over 1 year ago)
- Topics: raytracing
- Language: Rust
- Size: 166 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rust implementation of the [Ray Tracing in One Weekend Book Series](https://github.com/RayTracing/raytracing.github.io) by Peter Shirley.
Used as a learning excersize for raytracing + C++ translation.