TheSadRogue.Primitives 1.0.0-alpha8-debug

.NET Core 3.1 .NET Standard 2.1
This is a prerelease version of TheSadRogue.Primitives.
There is a newer version of this package available.
See the version list below for details.
dotnet add package TheSadRogue.Primitives --version 1.0.0-alpha8-debug
NuGet\Install-Package TheSadRogue.Primitives -Version 1.0.0-alpha8-debug
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.0.0-alpha8-debug" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TheSadRogue.Primitives --version 1.0.0-alpha8-debug
#r "nuget: TheSadRogue.Primitives, 1.0.0-alpha8-debug"
#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.0.0-alpha8-debug&prerelease

// Install TheSadRogue.Primitives as a Cake Tool
#tool nuget:?package=TheSadRogue.Primitives&version=1.0.0-alpha8-debug&prerelease

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

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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. 
.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.

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-rc2-debug 44 5/11/2023
1.6.0-rc2 75 5/11/2023
1.6.0-rc1-debug 71 3/18/2023
1.6.0-rc1 428 3/18/2023
1.5.1 389 1/31/2023
1.5.1-debug 65 1/31/2023
1.5.0 320 1/27/2023
1.5.0-debug 64 1/27/2023
1.4.1 749 10/8/2022
1.4.1-debug 67 10/8/2022
1.4.0 304 10/7/2022
1.4.0-debug 64 10/7/2022
1.3.2 362 9/25/2022
1.3.2-debug 78 9/25/2022
1.3.1 444 5/13/2022
1.3.1-debug 99 5/13/2022
1.3.0 947 2/12/2022
1.3.0-debug 81 2/12/2022
1.2.0 676 1/8/2022
1.2.0-debug 100 1/8/2022
1.1.1 4,138 9/30/2021
1.1.1-debug 131 9/30/2021
1.1.0 303 8/21/2021
1.1.0-debug 158 8/21/2021
1.0.0 4,551 3/23/2021
1.0.0-debug 211 3/23/2021
1.0.0-alpha9-debug 179 1/25/2021
1.0.0-alpha9 159 1/25/2021
1.0.0-alpha8-debug 466 12/11/2020
1.0.0-alpha8 413 12/11/2020
1.0.0-alpha7-debug 386 11/23/2020
1.0.0-alpha7 228 11/23/2020
1.0.0-alpha6-debug 239 10/25/2020
1.0.0-alpha6 329 10/25/2020
1.0.0-alpha5-debug 674 7/14/2020
1.0.0-alpha5 357 7/14/2020
1.0.0-alpha4-debug 599 6/28/2020
1.0.0-alpha4 444 6/28/2020
1.0.0-alpha3-debug 607 5/23/2020
1.0.0-alpha3 284 5/23/2020
1.0.0-alpha2-debug 470 4/18/2020
1.0.0-alpha2 259 4/18/2020
1.0.0-alpha1-debug 645 12/8/2019
1.0.0-alpha1 435 12/8/2019

- Fixed a bug in DiffAwareGridView regarding index tracking at end of diffs.
   - Added x/y overloads to functions taking Point .
   - Added ChangePosition functions to Rectangle to apply a consistent interface
   - Corrected description of Rectangle.Expand
   - Removes inheritdoc from build to ensure the project can be built on all platforms