Some LÖVE experiments.
Posted: Tue Dec 15, 2020 5:39 pm
These experiments may be of interest to others; they feature interesting algorithms.
Space Partitioning: Sparse Loose Grid
Code: https://github.com/ImagicTheCat/love-ex ... oning_grid
Quadtree
Code: https://github.com/ImagicTheCat/love-ex ... r/quadtree
Structure Destruction
Code: https://github.com/ImagicTheCat/love-ex ... estruction
Space Partitioning: Sparse Loose Grid
Code: https://github.com/ImagicTheCat/love-ex ... oning_grid
Quadtree
Code: https://github.com/ImagicTheCat/love-ex ... r/quadtree
Structure Destruction
Code: https://github.com/ImagicTheCat/love-ex ... estruction