mirror of
https://github.com/MartinOpat/cuda-based-raytrace.git
synced 2025-06-07 02:13:10 +02:00
2c6594244e90d9af297ca2c7402e4a4d9c956804
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%