Integration of broadphase & narrowphase algorithms implemented on GPU
To run:
- Under CCD-GPU mkdir build
- cd build
- cmake ../
- make
If you're cuda compiler is not located under /usr/local/bin then execute Step 3) as:
- cmake -DCMAKE_CUDA_COMPILER={compiler_path/nvcc}
This repo is self-contained with the broadphase sitting at CCD-GPU/repo/broadphase. If you have an updated version of the broadphase and would like to compile with that execute step 3 using:
- cmake ../ -DCCDGPU_BROADPHASE_PATH={broadphase_path}