crt icon indicating copy to clipboard operation
crt copied to clipboard

Core Ray Tracer

Rust #![no_std] raytracer using &mut [u8] for all allocations. See the accompanying blog post:

https://matklad.github.io/2022/10/06/hard-mode-rust.html

$ cargo r -r -p crt < scenes/utah.crt > out.ppm