A 3-D Ray Tracer built using C which relies on Lambertian Reflectance Model to illuminate objects. Currently only sphere is supported, but more shapes to be added soon. Fast Approximate Anti-Aliasing (FXAA) supported.
Built using C11 on Windows but should also run on Linux.
Run make
.