https://github.com/an-prata/oolong
A very small and hopefully effective library for quickly making TUI (sorta a terminal GUI) applications.
https://github.com/an-prata/oolong
c library tui
Last synced: about 1 month ago
JSON representation
A very small and hopefully effective library for quickly making TUI (sorta a terminal GUI) applications.
- Host: GitHub
- URL: https://github.com/an-prata/oolong
- Owner: an-prata
- License: mit
- Created: 2023-01-02T20:41:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T16:26:17.000Z (almost 3 years ago)
- Last Synced: 2023-09-18T22:17:04.251Z (almost 3 years ago)
- Topics: c, library, tui
- Language: C
- Homepage:
- Size: 163 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oolong
A very small and hopefully effective library for quickly making TUI (sorta a terminal GUI) applications. Oolong aims to manage more rendering the screen than anything else, the actual logic is left largely to the application itself (see project in `example/`).
## Getting Started
The headers files should provide most if not all of the required documentation, the example project should help get you off the ground too. To use in a project just run the `build.sh` script, it will place the static library `oolong.a` and a tarball package `oolong_headers.tar` in the `build/` directory, just extract the headers (or copy them from the `oolong/` directory) and place them in your program then compile with `oolong.a`.