Skip to content

NiklasDallmann/ToyPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToyPT

ToyPT is a research project. The goal is to write a pathtracer in C++ with kernels using AVX, CUDA and OpenCL.

Building

Building this project is straight forward.

mkdir <build directory>
cd <build directory>
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=<installation directory> <path to repository>
make -j<threads> -l<cores>
[sudo] make install

Dependencies

ToyPT depends on OpenMP, OpenCL, Qt, Open Image Deniose, CUDA and CXXUtility.

About

C++ pathtracer research project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published