TheSadRogue.Primitives
1.0.0-alpha2-debug
See the version list below for details.
dotnet add package TheSadRogue.Primitives --version 1.0.0-alpha2-debug
NuGet\Install-Package TheSadRogue.Primitives -Version 1.0.0-alpha2-debug
<PackageReference Include="TheSadRogue.Primitives" Version="1.0.0-alpha2-debug" />
<PackageVersion Include="TheSadRogue.Primitives" Version="1.0.0-alpha2-debug" />
<PackageReference Include="TheSadRogue.Primitives" />
paket add TheSadRogue.Primitives --version 1.0.0-alpha2-debug
#r "nuget: TheSadRogue.Primitives, 1.0.0-alpha2-debug"
#:package TheSadRogue.Primitives@1.0.0-alpha2-debug
#addin nuget:?package=TheSadRogue.Primitives&version=1.0.0-alpha2-debug&prerelease
#tool nuget:?package=TheSadRogue.Primitives&version=1.0.0-alpha2-debug&prerelease
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 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. net8.0 was computed. net8.0-android was computed. net8.0-browser 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.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. |
|
|
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
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.6.0 | 2,680 | 6/7/2025 |
| 1.6.0-rc3-debug | 3,040 | 6/18/2023 |
| 1.6.0-rc3 | 15,101 | 6/18/2023 |
| 1.6.0-rc2-debug | 2,654 | 5/11/2023 |
| 1.6.0-rc2 | 2,002 | 5/11/2023 |
| 1.6.0-rc1-debug | 306 | 3/18/2023 |
| 1.6.0-rc1 | 2,404 | 3/18/2023 |
| 1.6.0-debug | 179 | 6/7/2025 |
| 1.5.1 | 2,626 | 1/31/2023 |
| 1.5.1-debug | 299 | 1/31/2023 |
| 1.5.0 | 2,115 | 1/27/2023 |
| 1.5.0-debug | 282 | 1/27/2023 |
| 1.4.1 | 4,082 | 10/8/2022 |
| 1.4.1-debug | 312 | 10/8/2022 |
| 1.4.0 | 582 | 10/7/2022 |
| 1.4.0-debug | 284 | 10/7/2022 |
| 1.3.2 | 676 | 9/25/2022 |
| 1.3.2-debug | 357 | 9/25/2022 |
| 1.3.1 | 739 | 5/13/2022 |
| 1.0.0-alpha2-debug | 2,319 | 4/18/2020 |
Fixed typo in Rectangle.WithSizeAndPosition function name.