Lojemiru / Another-Mediocre-2D-Engine

Ran out of name ideas. Not affiliated with AM2R.
MIT License
4 stars 1 forks source link

Collision engine efficiency #12

Closed Lojemiru closed 1 year ago

Lojemiru commented 1 year ago

It's surprisingly performant right now, but I haven't tested with particularly large ICollider counts.

Possible avenues include r-trees, quadtrees, and streaming segment trees. Still need to decide the best approach.

Lojemiru commented 1 year ago

Used R-Trees and added several commits ago. Donezo.