This repo is a Rust implementation of Ray Tracing in One Weekend.
- multithreading rendering (CPU)
- generic type (not perfect)
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. 🤗