Are any of these quad-tree libraries any good?
Posted
by Noctis Skytower
on Stack Overflow
See other posts from Stack Overflow
or by Noctis Skytower
Published on 2010-02-19T17:59:45Z
Indexed on
2010/03/19
9:21 UTC
Read the original article
Hit count: 306
It appears that a certain project of mine will require the use of quad-trees, something that I have never worked with before. From what I have read they should allow substantial performance enhancements than a brute-force attempt at the problem would yield. Are any of these python modules any good?
- Quadtree 0.1.2 <= No: unable to execute in Python 3.1
- QuadTree <= Yes: simple while working with rectangles
- quadtree.py <= No: no support for needed operations
EDIT: Does anyone know of a better implementation that the one presented on the pygame wiki article?
© Stack Overflow or respective owner