You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Rust based implementation of the basic ray tracer described in Peter Shirley's book Raytracing in One Weekend. The primary objective behind building this project was to explore the Rust language.
About
raytracer based on Peter Shirley's "Raytracing in One Weekend" series