A non physically accurate raytracer, written from scratch in C++.
Features light reflection, scattering and basic antialiasing.
The generated image is saved in a ppm file.
You can build and launch the program with the command make && build/render
.
Tested only on MacOS Monterey.