Skip to content

aalekhpatel07/tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray-Tracing-in-One-Weekend (w/ Rust)

A Rust implementation of Ray Tracing in One Weekend.

Usage

  1. Build the project.
cargo build --release
  1. Run (and time) the release binary.
time ./target/release/tracer
  1. Check static/complex_scene.ppm for the generated image.