Skip to content

Latest commit

 

History

105 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

2 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages