blob: 4952a8ad724fcaa9551e032a4209cf32a3edb326 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# tui-lib
t[erminal] ui-lib[rary]
A handy but incomprehensibly (un)useful DOM-like library for writing visual terminal programs.
My examples for you are the dumb pieces of code I've written with this:
* [Knights & a Relatively Minimal Number of Dragons](https://github.com/towerofnix/KAaRMNoD/)
* [DQ9 mapper](https://github.com/towerofnix/dq9-mapper)
* [mtui](https://nebula.ed1.club/git/mtui/)
There are also some very, *very* minimalistic examples in [the examples folder](https://github.com/towerofnix/ui-lib/tree/master/examples).
|