Quadtree class
Opened this issue · 0 comments
lordmauve commented
Currently wasabigrom contains a spatial hash class.
Spatial hashes are very useful in Python because they are very fast even when implemented in pure Python code.
However Wasabi2D supports scaling of objects, and could benefit from a quadtree for collision detection and culling, because this can be more efficient in the general case.