SadConsole 7.3.0
See the version list below for details.
dotnet add package SadConsole --version 7.3.0
NuGet\Install-Package SadConsole -Version 7.3.0
<PackageReference Include="SadConsole" Version="7.3.0" />
<PackageVersion Include="SadConsole" Version="7.3.0" />
<PackageReference Include="SadConsole" />
paket add SadConsole --version 7.3.0
#r "nuget: SadConsole, 7.3.0"
#:package SadConsole@7.3.0
#addin nuget:?package=SadConsole&version=7.3.0
#tool nuget:?package=SadConsole&version=7.3.0
A MonoGame library that emulates old-school console and command prompt style graphics. Use the SadConsole.Starter package for new projects.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
| Universal Windows Platform | uap10 is compatible. |
-
- Newtonsoft.Json (>= 11.0.2)
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.9.0 | 777 | 3/29/2026 |
| 10.8.0 | 694 | 1/19/2026 |
| 10.8.0-debug | 182 | 1/19/2026 |
| 10.7.0 | 705 | 11/15/2025 |
| 10.7.0-debug | 251 | 11/15/2025 |
| 10.6.0 | 1,864 | 8/9/2025 |
| 10.6.0-debug | 262 | 8/9/2025 |
| 10.5.0 | 2,613 | 12/7/2024 |
| 10.5.0-debug | 295 | 12/7/2024 |
| 10.4.2 | 433 | 10/24/2024 |
| 10.4.2-debug | 215 | 10/24/2024 |
| 10.4.1 | 1,617 | 6/13/2024 |
| 10.4.1-debug | 320 | 6/13/2024 |
| 10.4.0 | 1,679 | 3/31/2024 |
| 10.4.0-debug | 349 | 3/31/2024 |
| 10.0.3 | 851 | 3/14/2024 |
| 10.0.3-debug | 426 | 3/14/2024 |
| 10.0.2 | 1,811 | 11/10/2023 |
| 7.3.0 | 2,275 | 12/29/2018 |
| 0.0.1-test | 189 | 3/29/2026 |
- Windows now default MoveToFrontOnMouseClick = true.
- Consoles are brought forward and focused via LeftMouseDown instead of LeftMouseClick. (Thanks VGA256) #188
- You can set ListBox.SelectedItem = null now (Thanks darrellp) #183
- TextBox supports moving the cursor and inserting characters now (Thanks darrellp) #145
- Window could steal the mouse focus while dragging some other control across the title bar (Thanks VGA256) #165
- ColoredString.Parse now uses CultureInvariant (Thanks GPugnet) #173
- Various helper methods in ColoredGlyph, ColoredString, and SurfaceBase added (Thanks INeedAUniqueUsername) #187