AdamsLair.Duality.Primitives
2.0.2
See the version list below for details.
dotnet add package AdamsLair.Duality.Primitives --version 2.0.2
NuGet\Install-Package AdamsLair.Duality.Primitives -Version 2.0.2
<PackageReference Include="AdamsLair.Duality.Primitives" Version="2.0.2" />
paket add AdamsLair.Duality.Primitives --version 2.0.2
#r "nuget: AdamsLair.Duality.Primitives, 2.0.2"
// Install AdamsLair.Duality.Primitives as a Cake Addin #addin nuget:?package=AdamsLair.Duality.Primitives&version=2.0.2 // Install AdamsLair.Duality.Primitives as a Cake Tool #tool nuget:?package=AdamsLair.Duality.Primitives&version=2.0.2
A set of primitive classes that are used by Duality and some of its dependencies.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on AdamsLair.Duality.Primitives:
Package | Downloads |
---|---|
AdamsLair.Duality
The Duality engine core. |
|
AdamsLair.FarseerDuality
A custom version of Farseer Physics for being used with the Duality framework. Forked from https://farseerphysics.codeplex.com/ |
|
Pathfindax
The core library for the pathfindax pathfinding framework |
|
FlysEngine.Sprites
Bundled FlysEngine with Sprite functions and physics engine (from FarseerDuality). |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on AdamsLair.Duality.Primitives:
Repository | Stars |
---|---|
AdamsLair/duality
a 2D Game Development Framework
|
Version | Downloads | Last updated |
---|---|---|
4.0.0-alpha2 | 2,944 | 6/12/2020 |
4.0.0-alpha1 | 2,685 | 6/12/2020 |
4.0.0-alpha0 | 2,705 | 6/12/2020 |
3.0.4 | 17,812 | 10/4/2019 |
3.0.3 | 7,867 | 10/4/2019 |
3.0.2 | 13,348 | 7/28/2019 |
3.0.1 | 13,017 | 5/4/2019 |
3.0.0 | 26,300 | 12/7/2018 |
2.0.7 | 7,996 | 5/22/2018 |
2.0.6 | 17,512 | 1/13/2018 |
2.0.5 | 8,918 | 1/6/2018 |
2.0.4 | 43,812 | 2/19/2017 |
2.0.3 | 19,680 | 1/9/2017 |
2.0.2 | 9,846 | 12/10/2016 |
2.0.1 | 14,633 | 11/13/2016 |
2.0.0 | 83,037 | 10/19/2015 |
1.0.1 | 4,758 | 5/3/2015 |
1.0.0 | 2,427 | 5/3/2015 |
Point2 / Vector2 Indexer Tweaks
#CHANGE: Replaced an if statement with a switch-case to make it easier for the compiler to optimize.