Goblinfactory.Konsole
7.0.0.7-alpha
dotnet add package Goblinfactory.Konsole --version 7.0.0.7-alpha
NuGet\Install-Package Goblinfactory.Konsole -Version 7.0.0.7-alpha
<PackageReference Include="Goblinfactory.Konsole" Version="7.0.0.7-alpha" />
paket add Goblinfactory.Konsole --version 7.0.0.7-alpha
#r "nuget: Goblinfactory.Konsole, 7.0.0.7-alpha"
// Install Goblinfactory.Konsole as a Cake Addin #addin nuget:?package=Goblinfactory.Konsole&version=7.0.0.7-alpha&prerelease // Install Goblinfactory.Konsole as a Cake Tool #tool nuget:?package=Goblinfactory.Konsole&version=7.0.0.7-alpha&prerelease
[7.0.0.7-alpha/hsw-perf-faster-borders]
Improved
improvement in HighspeedWriter performance
- tested rendering full screen (90x30 window) splitWindow left and right. (from
5.46fps
,183ms
per screen render, to8.26fps
,121ms
per request.) Test run 200 iterations. - tested rendering updates in split window (90x30 window) with writeLine and scrolling. No changes needed (Currently
289.92fps
,3ms
perWriteLine
operation including scrolling and rendering..) Test run 2000 iterations. - tested rendering updates in split window (140x60 window) with writeLine and scrolling. No changes needed (Currently
78.18fps
,13ms
perWriteLine
operation including scrolling and rendering..) Test run 2000 iterations.
- tested rendering full screen (90x30 window) splitWindow left and right. (from
improvement in standard console rendering, performance tested rendering full screen (90x30 window) splitWindow left and right. (from
1.08fps
,927ms
per screen render, to1.71fps
,602ms
per request.) Test run 40 iterations.
Removed
- removed cursorVisible. (to make konsole easier to make multiplatform)
[7.0.0.3-alpha]
Added
- SplitRows, SplitColumns now supports multiple wildcards per split layout,
console.SplitColumns(new Split(10, "left"), new Split("wild1"), new Split(20, "middle"), new Split("wild2"), new Split(20,"right"));
- Split windows without border. (added more extensions and tests for splitting.)
- Split adds extra row to bottom of uneven splits to fit parent.
- faster way to create an even number split windows
var rows = con.SplitRows("top", "middle", "bottom");
even split across new windows.
[7.0.0.1-alpha]
Added
- massive improvements in stability and loads more concurrency tests, handling lots of edge cases.
- ClipScrolling, ClipWrapping.
- new class
WriteResults
returns the result of writing to a buffer row, including any overflow. - new peek commands
IPeek
interface to tell what's at a screen location, added toWindow
andMockConsole
.Row Peek(int sx, int sy, int width);
Cell Peek(int sx, int sy);
Row[] Peek(ConsoleRegion region);
Cell
is now public.Cell
now hasColors
property to read the foreground and background at once.
Row
is now public.- new Methods to
IConsole
void Write(Colors colors, string text);
- new method to
IWrite
void WriteLine(Colors colors, string text);
- New controls
ListView
andDirectoryListView
- new default colors ..see
Colors.cs
- new Theming throughout,
IConsole
implementsITheme
meaning that controls, likeListView
inherit their theme from their parent window. - new defaultTheme and colors
- gray on black
- white on black
- black on white
- white on blue
- white on darkblue
- blue on white
- darkblue on white
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Goblinfactory.Konsole:
Package | Downloads |
---|---|
InEngine.Core
Plugin-based queuing and scheduling command server. |
|
Onsharp
Onsharp is C# wrapper for the Onset Game. |
|
md.Nuke.Unreal
Commonly used Unreal Engine targets and tasks for the Nuke execution engine |
|
ConsoleUserInteractionHelper
ConsoleHelper is a versatile .NET library designed to simplify console-based user interactions in your applications. It provides a rich set of methods to handle various input scenarios, from simple string inputs to complex numeric constraints. Prompt a user to GetNaturalInt, GetPathFromUser, GetBinaryDecisionFromUser, ShowSpinnerUntilConditionTrue to show spinner progress controll in console and many others. |
|
Goblinfactory.Konsole.Windows
Konsole native Windows driver. (works with .NET Standard or .NET Framework projects only on windows) |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Goblinfactory.Konsole:
Repository | Stars |
---|---|
Steveiwonder/DataMasker
A free data masking and/or anonymizer library
|
Version | Downloads | Last updated |
---|---|---|
7.0.0.7-alpha | 12,997 | 2/13/2021 |
7.0.0.6-alpha | 818 | 2/13/2021 |
7.0.0.5-alpha | 801 | 2/11/2021 |
7.0.0.3-alpha | 829 | 2/9/2021 |
7.0.0.2-alpha | 790 | 2/9/2021 |
7.0.0.1-alpha | 823 | 2/9/2021 |
6.3.0-alpha | 800 | 2/8/2021 |
6.2.2 | 65,672 | 4/18/2021 |
6.2.1 | 14,003 | 2/7/2021 |
6.2.0 | 78,977 | 1/24/2020 |
6.1.0 | 1,105 | 1/23/2020 |
6.0.0 | 1,106 | 1/23/2020 |
6.0.0-alpha02 | 997 | 1/23/2020 |
6.0.0-alpha01 | 933 | 1/22/2020 |
5.4.4 | 1,466 | 1/13/2020 |
5.4.3 | 1,201 | 1/12/2020 |
5.4.2 | 1,230 | 1/9/2020 |
5.4.1 | 1,188 | 1/8/2020 |
5.4.0 | 1,110 | 1/8/2020 |
5.3.3 | 1,315 | 1/6/2020 |
5.3.2 | 1,196 | 1/6/2020 |
5.3.1 | 1,180 | 1/6/2020 |
5.3.0 | 1,273 | 1/5/2020 |
5.2.0 | 1,141 | 1/5/2020 |
5.1.0 | 1,316 | 1/4/2020 |
5.0.1 | 1,280 | 12/28/2019 |
5.0.0 | 1,304 | 12/18/2019 |
5.0.0-alpha09 | 1,058 | 12/18/2019 |
5.0.0-alpha08 | 961 | 12/17/2019 |
4.1.0 | 4,183 | 12/4/2019 |
4.0.1 | 1,141 | 12/4/2019 |
3.4.1 | 1,171 | 12/3/2019 |
3.4.0 | 39,789 | 10/8/2019 |
3.3.0 | 28,968 | 1/30/2018 |
3.2.1 | 1,679 | 1/28/2018 |
3.1.0 | 3,469 | 10/21/2017 |
3.0.1 | 2,207 | 6/4/2017 |
3.0.0 | 1,564 | 6/4/2017 |
2.0.2 | 1,852 | 3/20/2017 |
2.0.1 | 1,877 | 3/20/2017 |
2.0.0 | 1,821 | 3/18/2017 |
1.0.0 | 1,936 | 3/4/2016 |
0.0.0.3 | 1,978 | 2/29/2016 |
0.0.0.2 | 2,326 | 2/29/2016 |
0.0.0.1 | 2,134 | 2/28/2016 |
## [7.0.0.7-alpha/hsw-perf-faster-borders]
### Improved
- improvement in HighspeedWriter performance
- tested rendering full screen (90x30 window) splitWindow left and right. (from `5.46fps`, `183ms` per screen render, to `8.26fps`, `121ms` per request.) Test run 200 iterations.
- tested rendering updates in split window (90x30 window) with writeLine and scrolling. No changes needed (Currently `289.92fps`, `3ms` per `WriteLine` operation including scrolling and rendering..) Test run 2000 iterations.
- tested rendering updates in split window (140x60 window) with writeLine and scrolling. No changes needed (Currently `78.18fps`, `13ms` per `WriteLine` operation including scrolling and rendering..) Test run 2000 iterations.
- improvement in standard console rendering, performance tested rendering full screen (90x30 window) splitWindow left and right. (from `1.08fps`, `927ms` per screen render, to `1.71fps`, `602ms` per request.) Test run 40 iterations.
### Removed
- removed cursorVisible. (to make konsole easier to make multiplatform)
## [7.0.0.3-alpha]
### Added
- SplitRows, SplitColumns now supports multiple wildcards per split layout, `console.SplitColumns(new Split(10, "left"), new Split("wild1"), new Split(20, "middle"), new Split("wild2"), new Split(20,"right"));`
- Split windows without border. (added more extensions and tests for splitting.)
- Split adds extra row to bottom of uneven splits to fit parent.
- faster way to create an even number split windows `var rows = con.SplitRows("top", "middle", "bottom");` even split across new windows.
## [7.0.0.1-alpha]
### Added
- massive improvements in stability and loads more concurrency tests, handling lots of edge cases.
- ClipScrolling, ClipWrapping.
- new class `WriteResults` returns the result of writing to a buffer row, including any overflow.
- new peek commands `IPeek` interface to tell what's at a screen location, added to `Window` and `MockConsole`.
- `Row Peek(int sx, int sy, int width);`
- `Cell Peek(int sx, int sy);`
- `Row[] Peek(ConsoleRegion region);`
- `Cell` is now public.
- `Cell` now has `Colors` property to read the foreground and background at once.
- `Row` is now public.
- new Methods to `IConsole`
- `void Write(Colors colors, string text);`
- new method to `IWrite`
- `void WriteLine(Colors colors, string text);`
- New controls `ListView` and `DirectoryListView`
- new default colors ..see `Colors.cs`
- new Theming throughout, `IConsole` implements `ITheme` meaning that controls, like `ListView` inherit their theme from their parent window.
- new defaultTheme and colors
- gray on black
- white on black
- black on white
- white on blue
- white on darkblue
- blue on white
- darkblue on white