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