Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 826 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 826 Bytes

Ray Tracing in One Weekend

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.

Usage

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.

An Example

This was rendered with following quality settings.

  • 2560x1440 Resolution
  • 1000 Samples/px
  • 50 Bounces

final-render