Cuda-accelerated volume visualization implementing Phong illumination and silhouette shading.
Go to file
Djairo Hougee 3d86c3cd1c . 2025-01-08 00:44:42 +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 . 2025-01-08 00:44:42 +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 Updated readme.md 2024-12-30 12:12:16 +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

If necessary clean previous build:

make clean

Then build (currently always debug build):

make all

Run:

./build/main

To open the resulting image you can use (Ubuntu):

xdg-open output.ppm