SadConsole 8.2.0
See the version list below for details.
dotnet add package SadConsole --version 8.2.0
NuGet\Install-Package SadConsole -Version 8.2.0
<PackageReference Include="SadConsole" Version="8.2.0" />
<PackageVersion Include="SadConsole" Version="8.2.0" />
<PackageReference Include="SadConsole" />
paket add SadConsole --version 8.2.0
#r "nuget: SadConsole, 8.2.0"
#:package SadConsole@8.2.0
#addin nuget:?package=SadConsole&version=8.2.0
#tool nuget:?package=SadConsole&version=8.2.0
03/01/2019 V8.2.0
- Fixed a bug in
WindowTheme.Clone - Trimmed Cell.Decorators memory usage
- Various Decorator bugs.
- Added
surface.ClearDecorators
| 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
- newtonsoft.json (>= 11.0.2)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on SadConsole:
| Package | Downloads |
|---|---|
|
SadConsole.Host.MonoGame
A graphics hosting library for SadConsole that targets MonoGame. |
|
|
SadConsole.Extended
A library of common classes that extend SadConsole with new controls, windows, and more. |
|
|
SadConsole.Host.SFML
A graphics hosting library for SadConsole that targets SFML. |
|
|
SadConsole.GoRogueHelpers
A helper library for SadConsole games built with GoRogue. |
|
|
TheSadRogue.Integration
An official integration library for using GoRogue and SadConsole together to create a roguelike. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on SadConsole:
| 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!
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 10.8.0 | 416 | 1/19/2026 | |
| 10.8.0-debug | 150 | 1/19/2026 | |
| 10.7.0 | 541 | 11/15/2025 | |
| 10.7.0-debug | 226 | 11/15/2025 | |
| 10.6.0 | 1,298 | 8/9/2025 | |
| 10.6.0-debug | 236 | 8/9/2025 | |
| 10.5.0 | 2,549 | 12/7/2024 | |
| 10.5.0-debug | 269 | 12/7/2024 | |
| 10.4.2 | 407 | 10/24/2024 | |
| 10.4.2-debug | 193 | 10/24/2024 | |
| 10.4.1 | 1,584 | 6/13/2024 | |
| 10.4.1-debug | 297 | 6/13/2024 | |
| 10.4.0 | 1,648 | 3/31/2024 | |
| 10.4.0-debug | 327 | 3/31/2024 | |
| 10.0.3 | 824 | 3/14/2024 | |
| 10.0.3-debug | 398 | 3/14/2024 | |
| 10.0.2 | 1,785 | 11/10/2023 | |
| 10.0.2-debug | 996 | 11/10/2023 | |
| 10.0.1 | 851 | 11/10/2023 | |
| 8.2.0 | 2,236 | 3/2/2019 |
[BREAKING CHANGES] from version 7.X
[This list is just some of the major changes]
[See the documentation on NuGet for more information]
- Overhaul of the theme system.
- Overhaul of the SurfaceBase/ScreenObject/Console system.
- Overhaul of Instruction system.
- Added new ConsoleComponents system.
- Upgraded to MonoGame 3.7
- EntityManager removed and will be added to GoRogue-SadConsole integration lib.
- Reenabled Control.AlternativeFont
- Trimmed Cell.Decorators memory usage; various Decorator bugs.