Top 20 NuGet aabb Packages

When doing game development you've all come across a point when you'd like to do some collision-checks and that's usually the time when you realize that just checking all sprites against each other just doesn't cut it. The problem is that the number of checks grow very fast (N² for N sprites) when...
Collision detection for Axis-Aligned-Bounding-Boxes (aka AABB).