raycast Simple raytracer in Rust, based on Ray Tracing in One Weekend https://raytracing.github.io/ Still to do: Import scene data from json. Lights. Texture mapping. Raytracing polygons. Better parallel rendering. More...