Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 733 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 733 Bytes

Raytracer

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.

Dependencies

sudo apt-get install libsfml-dev
sudo apt-get install libsfml-dev
sudo apt-get install libconfig++-dev`

How to build

mkdir build
cd build
cmake .. -G Ninja
ninja

Results