Page 1 of 1

Some LÖVE experiments.

Posted: Tue Dec 15, 2020 5:39 pm
by Imagic
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

Re: Some LÖVE experiments.

Posted: Mon Jan 11, 2021 6:13 pm
by dusoft
Cool, I really like the first and the last, thanks for sharing

Re: Some LÖVE experiments.

Posted: Thu Jan 14, 2021 7:40 pm
by delphini
Keep it up! Good work.