Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ealmloff/pygameboundingvolumes


https://github.com/ealmloff/pygameboundingvolumes

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# pygame bounding volumes

A implimentation of a quadtree and kd-tree in pygame for collision detection. With Quadtrees the program is able to simulate 2,000 particles with collisions at 30 fps. Without Quadtrees it can only do 300 at 30fps.
for more information about Quadtrees: https://en.wikipedia.org/wiki/Quadtree