SadConsole 6.4.1
See the version list below for details.
dotnet add package SadConsole --version 6.4.1
NuGet\Install-Package SadConsole -Version 6.4.1
<PackageReference Include="SadConsole" Version="6.4.1" />
<PackageVersion Include="SadConsole" Version="6.4.1" />
<PackageReference Include="SadConsole" />
paket add SadConsole --version 6.4.1
#r "nuget: SadConsole, 6.4.1"
#:package SadConsole@6.4.1
#addin nuget:?package=SadConsole&version=6.4.1
#tool nuget:?package=SadConsole&version=6.4.1
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. |
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 | 241 | 5/30/2026 | |
| 10.10.0 | 252 | 5/25/2026 | |
| 10.9.0 | 1,073 | 3/29/2026 | |
| 10.8.0 | 714 | 1/19/2026 | |
| 10.8.0-debug | 190 | 1/19/2026 | |
| 10.7.0 | 715 | 11/15/2025 | |
| 10.7.0-debug | 257 | 11/15/2025 | |
| 10.6.0 | 2,178 | 8/9/2025 | |
| 10.6.0-debug | 268 | 8/9/2025 | |
| 10.5.0 | 2,647 | 12/7/2024 | |
| 10.5.0-debug | 302 | 12/7/2024 | |
| 10.4.2 | 443 | 10/24/2024 | |
| 10.4.2-debug | 223 | 10/24/2024 | |
| 10.4.1 | 1,629 | 6/13/2024 | |
| 10.4.1-debug | 324 | 6/13/2024 | |
| 10.4.0 | 1,696 | 3/31/2024 | |
| 10.4.0-debug | 356 | 3/31/2024 | |
| 10.0.3 | 861 | 3/14/2024 | |
| 6.4.1 | 2,724 | 8/10/2017 | |
| 0.0.1-test | 203 | 3/29/2026 |
- Added new Palette and Timer classes.
- Added extension method to ColorGradient that returns a Color[] based on the stops.
- Fixed a bug in InputBox that happened when you clicked twice on the control. Thanks arxae and naknode!
- Fixed effect manager remove methods.