A simple ray tracer written in C++ that can render spherical objects with diffuse and metal materials.
It was made by following the book on Ray Tracing in One Weekend.
The ray tracer uses a small library written by me to render images into uncompressed .bmp files.