Cuda-accelerated volume visualization implementing Phong illumination and silhouette shading.
Go to file
Martin Opat 7c046a099a Playing around with values to actually get something not fully opaque 2025-01-09 23:42:33 +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/glad feat: cmake + lib 2025-01-03 19:57:39 +01:00
lib feat: cmake + lib 2025-01-03 19:57:39 +01:00
src Playing around with values to actually get something not fully opaque 2025-01-09 23:42:33 +01:00
thirdparty feat: cmake + lib 2025-01-03 19:57:39 +01:00
.gitignore Merging branches 2024-12-28 11:36:23 +01:00
CMakeLists.txt added shader 2025-01-05 22:48:09 +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