Skip to content

Makalou/embree-raytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

embree-raytracer

A simple offline path tracer written in C++ with intel embree library.

How to Build & Run

git clone https://github.com/Makalou/embree-raytracer.git

or

git clone git@github.com: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.

Showcases

plot

plot

plot

alt-text

About

A simple path tracer written in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published