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
- Host: GitHub
- URL: https://github.com/maxrt101/cterm
- Owner: maxrt101
- Created: 2022-03-17T22:02:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T02:14:29.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T18:51:32.181Z (8 months ago)
- Topics: cpp17, terminal-user-interface, tui
- Language: C++
- Homepage:
- Size: 2.21 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
