SadConsole 8.0.0-pre2

Suggested Alternatives

SadConsole 8.99.2

This is a prerelease version of SadConsole.
There is a newer version of this package available.
See the version list below for details.
dotnet add package SadConsole --version 8.0.0-pre2
                    
NuGet\Install-Package SadConsole -Version 8.0.0-pre2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SadConsole" Version="8.0.0-pre2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SadConsole" Version="8.0.0-pre2" />
                    
Directory.Packages.props
<PackageReference Include="SadConsole" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SadConsole --version 8.0.0-pre2
                    
#r "nuget: SadConsole, 8.0.0-pre2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SadConsole@8.0.0-pre2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SadConsole&version=8.0.0-pre2&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=SadConsole&version=8.0.0-pre2&prerelease
                    
Install as a Cake Tool

A MonoGame library that emulates old-school console and command prompt style graphics.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Universal Windows Platform uap10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
8.0.0-pre2 2,085 12/30/2018 8.0.0-pre2 is deprecated because it is no longer maintained.
0.0.1-test 203 3/29/2026
Loading failed

[BREAKING CHANGES]
- Overhaul of the theme system.
- Overhaul of the SurfaceBase/ScreenObject/Console system.
- Changed Listbox.Slider to Listbox.Scrollbar. Also changed any property that used the word Slider to ScrollBar
- Window messagebox and prompts have a library parameter to theme. If not specified, uses the default theme.
- [Fixed #165] Window stealing mouse focus from scrollbar (thanks VGA256)
- [Fixed #164] Controls should be aware of what theme is being used
- Upgraded to MonoGame 3.7
- Renamed base types and removed some others
- SurfaceBase is now CellSurface and not abstract
- ScreenObject is now Console and inherits from SurfaceBase
- Console is now ScrollingConsole.
- AnimatedSurface is now AnimatedConsole.
- LayeredSurface is now LayeredConsole and has a new subtype, CellSurfaceLayer.
- Mouse input works on all objects that inherit from Console, which is everything besodes CellSurface.