CollisionGrid 1.1.2-alpha.0.3
dotnet add package CollisionGrid --version 1.1.2-alpha.0.3
NuGet\Install-Package CollisionGrid -Version 1.1.2-alpha.0.3
<PackageReference Include="CollisionGrid" Version="1.1.2-alpha.0.3" />
paket add CollisionGrid --version 1.1.2-alpha.0.3
#r "nuget: CollisionGrid, 1.1.2-alpha.0.3"
// Install CollisionGrid as a Cake Addin #addin nuget:?package=CollisionGrid&version=1.1.2-alpha.0.3&prerelease // Install CollisionGrid as a Cake Tool #tool nuget:?package=CollisionGrid&version=1.1.2-alpha.0.3&prerelease
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.
Learn more about Target Frameworks and .NET Standard.
-
- MonoGame.Framework.Portable (>= 3.7.1.189)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.2-alpha.0.3 | 346 | 2/6/2020 |
1.1.1 | 1,149 | 1/28/2018 |
1.1.0 | 925 | 11/4/2017 |
1.0.0.2 | 913 | 9/20/2017 |
1.0.0.1 | 1,064 | 5/3/2016 |