TheSadRogue.Primitives 1.3.2

.NET 5.0 .NET Core 3.1 .NET Standard 2.1
There is a newer version of this package available.
See the version list below for details.
dotnet add package TheSadRogue.Primitives --version 1.3.2
NuGet\Install-Package TheSadRogue.Primitives -Version 1.3.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TheSadRogue.Primitives" Version="1.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TheSadRogue.Primitives --version 1.3.2
#r "nuget: TheSadRogue.Primitives, 1.3.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TheSadRogue.Primitives as a Cake Addin
#addin nuget:?package=TheSadRogue.Primitives&version=1.3.2

// Install TheSadRogue.Primitives as a Cake Tool
#tool nuget:?package=TheSadRogue.Primitives&version=1.3.2

A collection of primitive data structures for working with a 2-dimensional grid.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETStandard 2.1

    • No dependencies.
  • net5.0

    • No dependencies.
  • net6.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on TheSadRogue.Primitives:

Package Downloads
SadConsole

A library that emulates old-school console and command prompt style graphics. Targets .NET 6.

GoRogue

Roguelike/2D game utility library.

TheSadRogue.Primitives.MonoGame

A collection of extension methods that allow TheSadRogue.Primitives types to easily interface with MonoGame's equivalents.

TheSadRogue.Primitives.SFML

A collection of extension methods that allow TheSadRogue.Primitives types to easily interface with SFML's equivalents.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on TheSadRogue.Primitives:

Repository Stars
Thraka/SadConsole
A .NET ascii/ansi console engine written in C# for MonoGame and XNA. Create your own text roguelike (or other) games!
Chris3606/GoRogue
.NET Standard roguelike library in C#. Features many algorithms and data structures pertinent to roguelike/2D game developers, specifically designed to be minimally intrusive upon the developer's architecture.
Version Downloads Last updated
1.6.0-rc3-debug 691 6/18/2023
1.6.0-rc3 1,263 6/18/2023
1.6.0-rc2-debug 831 5/11/2023
1.6.0-rc2 531 5/11/2023
1.6.0-rc1-debug 118 3/18/2023
1.6.0-rc1 926 3/18/2023
1.5.1 907 1/31/2023
1.5.1-debug 101 1/31/2023
1.5.0 979 1/27/2023
1.5.0-debug 113 1/27/2023
1.4.1 1,352 10/8/2022
1.4.1-debug 116 10/8/2022
1.4.0 354 10/7/2022
1.4.0-debug 100 10/7/2022
1.3.2 442 9/25/2022
1.3.2-debug 125 9/25/2022
1.3.1 497 5/13/2022
1.3.1-debug 132 5/13/2022
1.3.0 1,722 2/12/2022
1.3.0-debug 120 2/12/2022
1.2.0 940 1/8/2022
1.2.0-debug 137 1/8/2022
1.1.1 7,257 9/30/2021
1.1.1-debug 154 9/30/2021
1.1.0 357 8/21/2021
1.1.0-debug 181 8/21/2021
1.0.0 7,681 3/23/2021
1.0.0-debug 240 3/23/2021
1.0.0-alpha9-debug 205 1/25/2021
1.0.0-alpha9 179 1/25/2021
1.0.0-alpha8-debug 900 12/11/2020
1.0.0-alpha8 599 12/11/2020
1.0.0-alpha7-debug 844 11/23/2020
1.0.0-alpha7 253 11/23/2020
1.0.0-alpha6-debug 276 10/25/2020
1.0.0-alpha6 574 10/25/2020
1.0.0-alpha5-debug 1,310 7/14/2020
1.0.0-alpha5 559 7/14/2020
1.0.0-alpha4-debug 1,110 6/28/2020
1.0.0-alpha4 698 6/28/2020
1.0.0-alpha3-debug 1,081 5/23/2020
1.0.0-alpha3 314 5/23/2020
1.0.0-alpha2-debug 927 4/18/2020
1.0.0-alpha2 292 4/18/2020
1.0.0-alpha1-debug 1,151 12/8/2019
1.0.0-alpha1 695 12/8/2019

- Modified Distance to use abstract class instead of switch expression for better performance.