Cuda-accelerated volume visualization implementing Phong illumination and silhouette shading.
Go to file
Djairo Hougee e74d1ef3ba . 2025-01-11 15:46:59 +01:00
GLFW feat: cmake + lib 2025-01-03 19:57:39 +01:00
cmake feat: cmake + lib 2025-01-03 19:57:39 +01:00
include implemented controls 2025-01-11 15:20:39 +01:00
lib feat: cmake + lib 2025-01-03 19:57:39 +01:00
src . 2025-01-11 15:46:59 +01:00
thirdparty feat: cmake + lib 2025-01-03 19:57:39 +01:00
.gitignore implemented controls 2025-01-11 15:20:39 +01:00
.gitmodules implemented controls 2025-01-11 15:20:39 +01:00
CMakeLists.txt implemented controls 2025-01-11 15:20:39 +01:00
LICENSE Initial commit 2024-11-14 12:07:21 +01:00
README.md readme update 2025-01-08 00:46:05 +01:00
cuda_install_guide.md Updated cuda install guide 2024-12-23 19:10:34 +01:00
load-modules.sh FieldData structs implemented 2024-12-20 18:46:18 +01:00
makefile feat: cmake + lib 2025-01-03 19:57:39 +01:00

README.md

cuda-based-raytrace

How to run

Gui branch was a bit easier to compile using Cmake so to run this branch do:

mkdir build
cd build
cmake ..
make 
./cuda-raytracer