mirror of
https://github.com/MartinOpat/cuda-based-raytrace.git
synced 2025-06-07 02:13:10 +02:00
33365a26a762b62fca9e6e2bcb975110a773f281
cuda-based-raytrace
How to run
First, initialize the imGui submodule:
git submodule update --init
Then, compile using cmake:
mkdir build
cd build
cmake ..
make
./cuda-raytracer
Description
Cuda-accelerated volume visualization implementing Phong illumination and silhouette shading.
Readme
9.3 MiB
Languages
C
81%
C++
7.1%
Cuda
6.9%
Objective-C
3.7%
CMake
0.9%
Other
0.3%