SadConsole 6.1.2
See the version list below for details.
dotnet add package SadConsole --version 6.1.2
NuGet\Install-Package SadConsole -Version 6.1.2
<PackageReference Include="SadConsole" Version="6.1.2" />
<PackageVersion Include="SadConsole" Version="6.1.2" />
<PackageReference Include="SadConsole" />
paket add SadConsole --version 6.1.2
#r "nuget: SadConsole, 6.1.2"
#:package SadConsole@6.1.2
#addin nuget:?package=SadConsole&version=6.1.2
#tool nuget:?package=SadConsole&version=6.1.2
A MonoGame library that emulates old-school console and command prompt style graphics.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
| Universal Windows Platform | uap10 is compatible. |
This package has no dependencies.
NuGet packages (10)
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
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 10.10.1 | 3,483 | 5/30/2026 | |
| 10.10.0 | 463 | 5/25/2026 | |
| 10.9.0 | 1,767 | 3/29/2026 | |
| 10.8.0 | 1,052 | 1/19/2026 | |
| 10.8.0-debug | 206 | 1/19/2026 | |
| 10.7.0 | 744 | 11/15/2025 | |
| 10.7.0-debug | 274 | 11/15/2025 | |
| 10.6.0 | 2,963 | 8/9/2025 | |
| 10.6.0-debug | 280 | 8/9/2025 | |
| 10.5.0 | 2,872 | 12/7/2024 | |
| 10.5.0-debug | 313 | 12/7/2024 | |
| 10.4.2 | 466 | 10/24/2024 | |
| 10.4.2-debug | 240 | 10/24/2024 | |
| 10.4.1 | 1,659 | 6/13/2024 | |
| 10.4.1-debug | 339 | 6/13/2024 | |
| 10.4.0 | 1,730 | 3/31/2024 | |
| 10.4.0-debug | 369 | 3/31/2024 | |
| 10.0.3 | 894 | 3/14/2024 | |
| 6.1.2 | 2,735 | 4/1/2017 | |
| 0.0.1-test | 215 | 3/29/2026 |
- `IScreen.RelativePosition` is now `IScreen.CalculatedPosition`.
- `GameObject.PositionOffset` is back.
- `GameHelpers.Scene` is back.
- Fixed a bug calculating the mouse cell on a scrolled console.
- Fixed box fore/back not working.
- More fullscreen fixes.