My initial attempt at implementing raytracing in rust (from Raytracing in A Weekend). This is an almost literal translation from C++ to Rust, which was a pain to write.
- Complete re-write in idiomatic rust (once i get a hang of it :/)
- Parallelism (the .ppm image takes too much time to render)
- Render more textures and different shapes
