Skip to content

A rust implementation version of Ray Tracing the Next Week.

Notifications You must be signed in to change notification settings

iXanadu13/ray-tracing-the-next-week

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray Tracing the Next Week

A rust implementation version of Ray Tracing the Next Week.

Include complete code and output ppm file for each chapter and section.

Preview

Final output (image_width = 600, sample_per_pixel = 200, max_depth = 50)

Description

example:

cargo run --bin raytracing  --release

You can replace "raytracing" with chapter2-6, chapter4-2 etc to get corresponding output.ppm files.

Reference

About

A rust implementation version of Ray Tracing the Next Week.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages