| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| SadConsole-10.9.0-dlls.zip | 2026-03-29 | 16.3 MB | |
| README.md | 2026-03-29 | 2.0 kB | |
| SadConsole 10.9.0 source code.tar.gz | 2026-03-29 | 51.0 MB | |
| SadConsole 10.9.0 source code.zip | 2026-03-29 | 51.7 MB | |
| Totals: 4 Items | 119.0 MB | 0 | |
What's Changed
- [GitHub] Publishing moved to workflows triggered by pushing a tag.
- [Core] Added experimental surface:
RowFontSurface.
This class is a surface that can attach fonts and font sizes by row. For some sample binary font files, see https://github.com/viler-int10h/vga-text-mode-fonts.
- [Core] SadFonts can load old VGA-style binary font files.
- [Core] New terminal parser.
This design is built in a more open fashion than the normal Cursor parser. It's built according to the CTERM.TXT spec. It handles the standard CSI, DCS, and OSC sequences.
Types are in the SadConsole.Terminal namespace.
The main class is SadConsole.TerminalConsole.
- [ImGui] Overhauled the ImGui integration. The debugging library still ships in these packages. Perviously you had to decide to use one or the other, debugging or ImGui raw. Now both are included in the same package and you can use them together or separately as you see fit.
- SFML support was added
-
NuGet packages have changed:
SadConsole.ImGui.MonoGameSadConsole.ImGui.SFML
-
[Extended]
SadConsole.Transitions.FaderespectsRemoveOnFinishednow, which defaults toTrue. - [Extended] Added
SadConsole.Transitions.FadeOutwhich is a fade that starts fully visible and then fades out to transparent. - [Extended] Added
SadConsole.Transitions.FadeInwhich is a fade that starts fully transparent and then fades in to visible.
Community contributions
Thanks!
- NiTiSon fixed a code file name in one of the demos.
Hosts & Renderers
- [SFML] Upgraded to 3.x.
- [SFML] Rewrote the sprite batcher because 2.x to 3.x contained a lot of breaking changes. This should be faster now.
Housekeeping
- Converted the SLN files to SLNX. Welcome to the future!
New Contributors
- @NiTiSon made their first contribution in https://github.com/Thraka/SadConsole/pull/369
Full Changelog: https://github.com/Thraka/SadConsole/compare/v10.8.0...v10.9.0