This began as an implementation of the exercises in Ray Tracing in One Weekend in Rust, but I've added my own extensions.
reading STL binary models, making cubes from triangles, using K-d Trees to accelerate ray-triangle interections within a mesh.
Non exhaustive list of other RTIOW implementations: