Skip to content

Boltzmachine/RayTracing-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray Tracing in One Weekend - Rust

This repo is a Rust implementation of Ray Tracing in One Weekend.

Extra Features (Not Implemented in the vanilla C++ version)

  • multithreading rendering (CPU)
  • generic type (not perfect)

How to run

you can turn on your compiler's optimize option to make it fast

cargo run > image.ppm
# optimized (faster)
cargo run -r > image.ppm

Happy for feedbacks and comments since it is my first Rust project. 🤗

Render Results

rendered

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages