Aashiq's Projects

The full Astro logo.
Ray Tracer
CPU Ray Tracer in C++
github

A CPU ray tracer, written in C++. I am writing this to validate my fundamentals in linear algebra and computer graphics from the ground up. I will continually update it with new features. Based on Peter Shirley’s ray tracing book.

Current features: • ray traced spheres • materials (diffused, metal, dielectric) • reflection/refraction • physically-based camera

Click here to see my documentation.