Skip to content

Fr4cK5/raytracing-in-one-weekend-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Rust implementation of the book "Ray Tracing in One Weekend"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages