Posted January 17, 2022 by euclidean-whale
This update drastically improves performance of the game by adding a spatial index for collision detection.
Despite this being done in the laziest way possible, creating a new index (r* tree) every frame, it still provides a massive speedup.