Skip to content

SeanMcLoughlin/ray-tracing-in-one-weekend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ray-tracing-in-one-weekend

Implementing the book Ray Tracing in One Weekend in Rust.

I chose Rust due to the ability to quickly multithread the rendering process. It turned out to be quite easy to do so, and without multithreading, the rendering process for high resolution images would take abysmally long.

Below is a 4K render of the final image the book recommends. It took ~30 minutes to render on my i9 9900 with cargo run --release.

render

About

Implementing the book Ray Tracing in One Weekend in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages