SadConsole.FNA
7.1.0
See the version list below for details.
dotnet add package SadConsole.FNA --version 7.1.0
NuGet\Install-Package SadConsole.FNA -Version 7.1.0
<PackageReference Include="SadConsole.FNA" Version="7.1.0" />
paket add SadConsole.FNA --version 7.1.0
#r "nuget: SadConsole.FNA, 7.1.0"
// Install SadConsole.FNA as a Cake Addin #addin nuget:?package=SadConsole.FNA&version=7.1.0 // Install SadConsole.FNA as a Cake Tool #tool nuget:?package=SadConsole.FNA&version=7.1.0
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. |
-
- Newtonsoft.Json (>= 11.0.2)
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 |
- Moved SurfaceBase.GetIndexFromPoint to Helpers class.
- Fixed bug in EntityManager that did not remove entity/hotspot/zone parents when the EntityManager's parent was cleared.
- EntityManager does not support .Clear calls on collections. Instead, use the RemoveAll extension method.
- An extension method was added: SurfaceBase.CenterViewPortOnPoint
- An extension method was added: Rectangle.CenterOnPoint