Skip to content

Sinan-Karakaya/Raytracer-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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