This is an implementation of the book Ray Tracing in One Weekend. (Book v4.0.1; Oct 23rd, 2024)
For an overview of all other available resources, check out their io-page.
git clone https://github.com/Fr4cK5/raytracing-in-one-weekend-rs ./rtiow
cd ./rtiow
cargo run -r
After running it, you'll find a file test-img.pmm
in the project's root directory.
To look at it either use GIMP or some online PPM-Viewer tool.
This was rendered with following quality settings.
- 2560x1440 Resolution
- 1000 Samples/px
- 50 Bounces