consoleframework
consoleframework copied to clipboard
Cross-platform toolkit for easy development of TUI applications.
Do we have an option to re-write rendering of the PresentationFramework to re-use it in ConsoleFramework? Or may be it's possible to re-write some level of abstraction of it? For...
Hello! libncursesw5 for legacy linux support such as ubuntu 18.04. For versions starting from 20.04, version libncursesw6 is supplied by default. libncursesw5 can be installed separately Maybe we should indicate...
…ing a single row or column definition, in case of one dimensional grids, thus reducing the size of XAML. The definitions are copied to avoid cluttering the original ones, thus...
I have a couple of view models that start to execute some asynchronous tasks in their constructors (or as part of their initialization). For an example, let's consider something like...
Currently, it's impossible to bind to a `SelectedItemIndex` property of `ListBox`, because it only raises `SelectedItemIndexChanged` event on change, and doesn't raise `PropertyChanged`. I think that it should be possible...
Programs using the consoleframework can't run in terminal emulators, like GitBash command prompt. An Exception is thrown (invalid handle) at the start of the program. Reproduction steps 1. Have a...
The examples application doesn't receive gestures. It seems there is a regression because the CodeProject source and binaries don't have this problem. I'm testing on Windows 8.1 with Debug configuration.
Hi, I run into problem with keyboard input when use library from powershell script. For example, here is my script: ``` function Get-ScriptPath { Split-Path $myInvocation.ScriptName } $moduleName = "$(Get-ScriptPath)\Xaml.dll"...