Files
cuda-based-raytrace/README.md
2025-01-11 16:06:01 +01:00

234 B

cuda-based-raytrace

How to run

First, initialize the imGui submodule:

git submodule init imgui
git submodule update imgui

Then, compile using cmake:

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