CollisionGrid
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 the number of your sprites grow. So you somehow have to narrow down your collision-candidates. This piece of software does that for you. It does not do collision checking itself. It just tells you if a sprite is near enough to a second one to maybe collide which allows you to do a collision test for those two, or three, or five... This is a PCL, so you should be able to use it in any of your MG projects.
Activity
- Latest release
- 6y ago
- Total releases
- 5
- Cadence
- ~10 months
- Last 12 months
- 0
Details
- First release
- May 03, 2016
| Version | Released | |
|---|---|---|
1.1.2-alpha.0.3
pre
| ||
1.1.1
patch
| ||
1.1.0
minor
| ||
1.0.0.2
patch
| ||
1.0.0.1
initial
|