Skip to content

mm318/ray-tracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray Tracing in Rust

Build & Lint

This is an implementation of a ray tracer in the Rust programming language, based on Peter Shirley's Ray Tracing in One Weekend.

Recommended usage:

git clone https://github.com/mm318/ray-tracing
cd ray-tracing
cargo run --release

RayTracingInOneWeekend