Skip to content

goooosick/ray-tracing-in-a-weekend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A rust implementation of Ray Tracing in One Weekend (Book by Peter Shirley). It uses image crate to write PNG files and rayon to do simple parallelization.

final_scene

How To Run

It provides examples for each chapter (3 - 12), simply do:

cargo run --release --example ch12

TheNext book codes are on the the_next branch.

Sources

Ray Tracing in One Weekend

About

ray-tracing-in-a-weekend rust implementation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages