This basic path tracer project is allow me to learn the basic concepts of graphics programming as well as to learn basic Rust.
Install the latest version of Rust.
Use cargo run > image.ppm to render the path traced image.
Note: Since this is just a demo project for me to learn how to write a path tracer and Rust, I have wrote a few tests, but it's not comprehensive as it could be.
To run tests, use cargo test.