An open API service indexing awesome lists of open source software.

https://github.com/maxrt101/cterm

C++ Library for ncurses-like TUI
https://github.com/maxrt101/cterm

cpp17 terminal-user-interface tui

Last synced: 4 months ago
JSON representation

C++ Library for ncurses-like TUI

Awesome Lists containing this project

README

          

# cterm
Library for ncurses-like TUI (Terminal User Interface).

## How to build
Prerequisites: `gcc` or `clang`, `make`
Steps:
- Clone the repo
- Run `make`
- Run `make test` for sample application

Headers will be present in `build/include/cterm`, library in `build/lib/libcterm.a`.
Sample application can be found in `build/bin/test`.

## Example

![Example](https://github.com/maxrt101/cterm/blob/main/example.png?raw=true)