# cuda-based-raytrace
## How to run
First, initialize the imGui submodule:
```bash
git submodule update --init
```
Then, compile using cmake:
mkdir build
cd build
cmake ..
make
./cuda-raytracer