This is a raytracer written in C++/SFML for the Epitech second year project. The duration of the project was 4 weeks. Ths raytracer includes Dear ImGui for the save window, which displays an estimated time remaining, and lets you save your render in different file format.
You can find the wiki here.
sudo apt-get install libsfml-dev
sudo apt-get install libsfml-dev
sudo apt-get install libconfig++-dev`
mkdir build
cd build
cmake .. -G Ninja
ninja