A simple offline path tracer written in C++ with intel embree library.
git clone https://github.com/Makalou/embree-raytracer.git
or
git clone [email protected]:Makalou/embree-raytracer.git
This project is managed by CMake so please make sure that CMake has been installed before following proccess.
At the root path of project:
mkdir build
cd build
cmake ..
Then CMake should automatically check dependencies and generate platform-specific project manage file : (e.g. .sln on Windows). You can then open the project within your favorite IDE then build and run.