8000 GitHub - mywalltube/cuda-collisions: GPU implementation of collision detection via spatial subdivision
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mywalltube/cuda-collisions

 
 

Repository files navigation

cuda-collisions

About

This project provides an implementation of broad-phase collision detection via spatial subdivision. It contains a proof-of-concept narrow-phase collision testing algorithm for balls but can be extended to use any collision testing algorithm.

Benchmarking

Run make to build. The syntax is

./collisions NUMOBJECTS MAXSPEED MAXDIM [NUMBLOCKS [THREADSPERBLOCK]

Unit Testing

Run make test to build. The collisions_test program runs unit tests on each kernel component of the algorithm.

Documentation

Run make docs to generate documentation.

About

GPU implementation of collision detection via spatial subdivision

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cuda 56.9%
  • C++ 39.3%
  • Makefile 3.3%
  • C 0.5%
0