SadConsole 7.0.3
See the version list below for details.
dotnet add package SadConsole --version 7.0.3
NuGet\Install-Package SadConsole -Version 7.0.3
<PackageReference Include="SadConsole" Version="7.0.3" />
<PackageVersion Include="SadConsole" Version="7.0.3" />
<PackageReference Include="SadConsole" />
paket add SadConsole --version 7.0.3
#r "nuget: SadConsole, 7.0.3"
#:package SadConsole@7.0.3
#addin nuget:?package=SadConsole&version=7.0.3
#tool nuget:?package=SadConsole&version=7.0.3
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 | 292 | 3/29/2026 | |
| 10.8.0 | 659 | 1/19/2026 | |
| 10.8.0-debug | 165 | 1/19/2026 | |
| 10.7.0 | 689 | 11/15/2025 | |
| 10.7.0-debug | 241 | 11/15/2025 | |
| 10.6.0 | 1,663 | 8/9/2025 | |
| 10.6.0-debug | 252 | 8/9/2025 | |
| 10.5.0 | 2,593 | 12/7/2024 | |
| 10.5.0-debug | 286 | 12/7/2024 | |
| 10.4.2 | 426 | 10/24/2024 | |
| 10.4.2-debug | 207 | 10/24/2024 | |
| 10.4.1 | 1,604 | 6/13/2024 | |
| 10.4.1-debug | 311 | 6/13/2024 | |
| 10.4.0 | 1,671 | 3/31/2024 | |
| 10.4.0-debug | 341 | 3/31/2024 | |
| 10.0.3 | 844 | 3/14/2024 | |
| 10.0.3-debug | 416 | 3/14/2024 | |
| 10.0.2 | 1,800 | 11/10/2023 | |
| 7.0.3 | 2,311 | 9/8/2018 | |
| 0.0.1-test | 172 | 3/29/2026 |
7.0.0 [BREAKING CHANGES]
- New SurfaceBase class which all Surface's inherit from.
- SurfaceBase has an IRenderer on it directly now.
- SurfaceEditor has been removed and is now implemented on SurfaceBase directly.
- Console no longer combines Renderer and TextSurface for drawing.
- Draw(SpriteBatch batch, Point position, Point size, Font font) has been removed.
- Cell/CellState have a Decorators list which are used to add extra glyph draws to individual cells.
- CellDecorator class added that has a color, glyph, and mirror setting.
- SadConsole.Serialization uses Newtonsoft.Json instead of the default .NET classes.
- SadConsole.Serialization supports GZIP compression now.
- Settings.SerializationIsCompressed can be set to true to set all internal save/load to use compression.
- Control themes completely rewritten. Themes control all drawing for a control now.
- Windows/ControlsConsole use a theme for drawing.
- InputBox renamed TextBox.
- Removed GameHelpers namespace. Types moved to root namespace.
- GameObject renamed to Entity.
- Surface.RenderArea changed to Surface.ViewPort
- Readded Zone and HotSpot types.
- Removed random level generation.
- Added Entities.EntityManager which helps control entity visibility and offsets based on a parent console. Also handles zones/hotspots.
7.0.2
- Fixed render bug with Entity/Animation if no parent was attached.
- Fixed ColoredString + operator.
- SadConsole IBM Extended font embedded in library now.
7.0.3
- TextBox had a double caret in some cases.
- If TextBox was first control in console, rendering was wrong.
- Added int overload for Helpers.*Flag related methods.