Console Framework

Console framework is cross-platform toolkit that allows to develop TUI applications using C# and based on WPF-like concepts.

Get started

A lot of controls available

For example: Grid, ScrollViewer, ListBox, ComboBox, TreeView

View details »

Declarative markup

XAML support allows to design UI using the most productive way.

View details »

Crossplatform

Windows, Mac OS X and any Linux (32-bit or 64-bit) support

View details »

WPF-compatible layout system

Simple and flexible layout system with panels and end-controls. You can use standard components or easily write custom one.

View details »

Data binding

No boilerplate code! Define your bindings in XAML markup directly.

View details »

cmdradio

It is cross-platform application based on https://cmdradio.codeplex.com project. It demonstrates how easily simple functionality can be wrapped into console UI.

View details »