TheSadRogue.Primitives
1.3.1
Install-Package TheSadRogue.Primitives -Version 1.3.1
dotnet add package TheSadRogue.Primitives --version 1.3.1
<PackageReference Include="TheSadRogue.Primitives" Version="1.3.1" />
paket add TheSadRogue.Primitives --version 1.3.1
#r "nuget: TheSadRogue.Primitives, 1.3.1"
// Install TheSadRogue.Primitives as a Cake Addin
#addin nuget:?package=TheSadRogue.Primitives&version=1.3.1
// Install TheSadRogue.Primitives as a Cake Tool
#tool nuget:?package=TheSadRogue.Primitives&version=1.3.1
A collection of primitive data structures for working with a 2-dimensional grid.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 3.1
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
-
net5.0
- No dependencies.
-
net6.0
- No dependencies.
NuGet packages (6)
Showing the top 5 NuGet packages that depend on TheSadRogue.Primitives:
Package | Downloads |
---|---|
GoRogue
Roguelike/2D game utility library. |
|
SadConsole
A library that emulates old-school console and command prompt style graphics. Targets .NET Standard 2.1. |
|
SadConsole.Host.MonoGame
A graphics hosting library for SadConsole. Targets MonoGame and .NET Standard 2.1. |
|
TheSadRogue.Primitives.MonoGame
A collection of extension methods that allow TheSadRogue.Primitives types to easily interface with MonoGame's equivalents. |
|
SadConsole.Host.SFML
A graphics hosting library for SadConsole. Targets SFML and .NET Standard 2.1. |
GitHub repositories (1)
Showing the top 1 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!
|
Version | Downloads | Last updated |
---|---|---|
1.3.1 | 44 | 5/13/2022 |
1.3.1-debug | 33 | 5/13/2022 |
1.3.0 | 222 | 2/12/2022 |
1.3.0-debug | 37 | 2/12/2022 |
1.2.0 | 131 | 1/8/2022 |
1.2.0-debug | 52 | 1/8/2022 |
1.1.1 | 1,460 | 9/30/2021 |
1.1.1-debug | 87 | 9/30/2021 |
1.1.0 | 170 | 8/21/2021 |
1.1.0-debug | 112 | 8/21/2021 |
1.0.0 | 3,119 | 3/23/2021 |
1.0.0-debug | 167 | 3/23/2021 |
1.0.0-alpha9-debug | 134 | 1/25/2021 |
1.0.0-alpha9 | 113 | 1/25/2021 |
1.0.0-alpha8-debug | 414 | 12/11/2020 |
1.0.0-alpha8 | 355 | 12/11/2020 |
1.0.0-alpha7-debug | 334 | 11/23/2020 |
1.0.0-alpha7 | 184 | 11/23/2020 |
1.0.0-alpha6-debug | 190 | 10/25/2020 |
1.0.0-alpha6 | 286 | 10/25/2020 |
1.0.0-alpha5-debug | 598 | 7/14/2020 |
1.0.0-alpha5 | 313 | 7/14/2020 |
1.0.0-alpha4-debug | 535 | 6/28/2020 |
1.0.0-alpha4 | 400 | 6/28/2020 |
1.0.0-alpha3-debug | 539 | 5/23/2020 |
1.0.0-alpha3 | 234 | 5/23/2020 |
1.0.0-alpha2-debug | 418 | 4/18/2020 |
1.0.0-alpha2 | 216 | 4/18/2020 |
1.0.0-alpha1-debug | 581 | 12/8/2019 |
1.0.0-alpha1 | 389 | 12/8/2019 |
- Added Point.Zero for convenience.