![]() |
VOOZH | about |
dotnet add package TheSadRogue.Primitives --version 1.6.1
NuGet\Install-Package TheSadRogue.Primitives -Version 1.6.1
<PackageReference Include="TheSadRogue.Primitives" Version="1.6.1" />
<PackageVersion Include="TheSadRogue.Primitives" Version="1.6.1" />Directory.Packages.props
<PackageReference Include="TheSadRogue.Primitives" />Project file
paket add TheSadRogue.Primitives --version 1.6.1
#r "nuget: TheSadRogue.Primitives, 1.6.1"
#:package TheSadRogue.Primitives@1.6.1
#addin nuget:?package=TheSadRogue.Primitives&version=1.6.1Install as a Cake Addin
#tool nuget:?package=TheSadRogue.Primitives&version=1.6.1Install as a Cake Tool
A collection of primitive data structures for working with a 2-dimensional grid.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 is compatible. net5.0-windows net5.0-windows was computed. net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 is compatible. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 is compatible. |
| .NET Standard | netstandard2.1 netstandard2.1 is compatible. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
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. |
|
|
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. |
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 SFML. 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.1 | 338 | 4/12/2026 |
| 1.6.1-debug | 114 | 4/12/2026 |
| 1.6.0 | 5,912 | 6/7/2025 |
| 1.6.0-rc3-debug | 3,072 | 6/18/2023 |
| 1.6.0-rc3 | 15,352 | 6/18/2023 |
| 1.6.0-rc2-debug | 2,739 | 5/11/2023 |
| 1.6.0-rc2 | 2,105 | 5/11/2023 |
| 1.6.0-rc1-debug | 331 | 3/18/2023 |
| 1.6.0-rc1 | 2,462 | 3/18/2023 |
| 1.6.0-debug | 211 | 6/7/2025 |
| 1.5.1 | 2,668 | 1/31/2023 |
| 1.5.1-debug | 327 | 1/31/2023 |
| 1.5.0 | 2,198 | 1/27/2023 |
| 1.5.0-debug | 323 | 1/27/2023 |
| 1.4.1 | 4,162 | 10/8/2022 |
| 1.4.1-debug | 336 | 10/8/2022 |
| 1.4.0 | 612 | 10/7/2022 |
| 1.4.0-debug | 321 | 10/7/2022 |
| 1.3.2 | 713 | 9/25/2022 |
| 1.3.2-debug | 387 | 9/25/2022 |
- Made IDComparer a public API; this is useful for using keys implementing `IHasID` in a dictionary.