raytracer Simple raytracer written in Rust Introduction I'm following the online course Ray Tracing in One Weekend but am using Rust instead of the example C++ code. Progress Reflective Material Shading ("Diffuse Materials") Edge Smoothing ("Antialiasing") Simple "World" Colored Sphere Initial Render Usage Build cargo build Test cargo test Run cargo run