https://github.com/ananace/cbui
Console-Based UI for C#
https://github.com/ananace/cbui
Last synced: about 1 year ago
JSON representation
Console-Based UI for C#
- Host: GitHub
- URL: https://github.com/ananace/cbui
- Owner: ananace
- Created: 2016-07-11T16:22:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T20:44:14.000Z (over 7 years ago)
- Last Synced: 2025-06-17T03:04:17.461Z (about 1 year ago)
- Language: C#
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Console-Based User Interface
====
A library for doing TUI (Text-based User Interface) interfaces, built
around similar designs to WPF and other such high-level interface
frameworks.
TODO
----
Basically everything.
Examples
----
```C#
// Todo
```