Initial commit

This commit is contained in:
2025-08-22 14:40:03 +02:00
commit 697170e6dd
3 changed files with 637 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# Quadtree
Quadtree for fast add, remove, and query of world objects. The world size does not have to be known in advance, instead the boundaries will be determined dynamically as objects are added.