SadConsole.FNA
6.4.3
See the version list below for details.
dotnet add package SadConsole.FNA --version 6.4.3
NuGet\Install-Package SadConsole.FNA -Version 6.4.3
<PackageReference Include="SadConsole.FNA" Version="6.4.3" />
paket add SadConsole.FNA --version 6.4.3
#r "nuget: SadConsole.FNA, 6.4.3"
// Install SadConsole.FNA as a Cake Addin #addin nuget:?package=SadConsole.FNA&version=6.4.3 // Install SadConsole.FNA as a Cake Tool #tool nuget:?package=SadConsole.FNA&version=6.4.3
An FNA 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. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.0.0 | 1,765 | 2/24/2019 |
7.3.0 | 1,436 | 12/29/2018 |
7.2.0 | 1,241 | 11/20/2018 |
7.1.0 | 1,284 | 10/19/2018 |
7.0.4 | 1,347 | 9/8/2018 |
7.0.3 | 1,300 | 9/8/2018 |
7.0.2 | 1,316 | 8/31/2018 |
7.0.1 | 1,323 | 8/29/2018 |
7.0.0 | 1,288 | 8/29/2018 |
6.5.0 | 1,490 | 6/12/2018 |
6.4.11 | 1,531 | 4/13/2018 |
6.4.10 | 1,394 | 3/18/2018 |
6.4.9 | 1,471 | 3/18/2018 |
6.4.8 | 1,490 | 3/18/2018 |
6.4.7 | 1,491 | 3/16/2018 |
6.4.6 | 1,531 | 2/14/2018 |
6.4.5 | 1,500 | 2/3/2018 |
6.4.3 | 1,361 | 11/14/2017 |
6.4.2 | 1,411 | 9/27/2017 |
6.4.1 | 1,400 | 9/27/2017 |
- 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.
- Fixed mouse processing other consoles after it was found over the top-most
- Created a LayeredSurface.Load single param overload to block accidentally calling BasicSurface.Load
- MouseHandler for a Console has changed. If it assigned, the normal mouse processing logic will no longer run.
- Fixed rendering problem with consoles created after initialization. (thanks kingvitamin103)
- Added progress bar control.