display

Layout and Rendering TUI library
git clone git://git.dimitrijedobrota.com/display.git
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING |

display

Simple TUI library

Description

This project is my latest attempt to create a modular end extensible TUI library that takes care of the positioning of the elements on the screen and their nesting.

As of know it has all of the necessary features for me to start building some staff with it, and figure out the rest as I go.

Dependencies

Building and installing

See the BUILDING document.

Usage

Please reference example folder for relevant usage examples.

The library provides the following classes:

Version History

Contributing

See the CONTRIBUTING document.

License

This project is licensed under the MIT License - see the LICENSE file for details