Ray tracer A rust attempt at a ray tracer that runs in your browser (compiles to wasm). You can check the live demo at this page. Build For building you just need rust and run: cargo build cargo run -- -f png -o img.png --width 1080 Example Diffuse render: Normals render: