termbox-glib
GLib/GObject wrapper around termbox2 for C and GObject Introspection languages.
about
termbox-glib is a small C library that wraps termbox2 with GLib and GObject conventions. It provides a terminal object, GError-based errors, GMainContext event integration, boxed events, and bindings metadata for languages such as GJS and Vala.
status
The core wrapper is usable, but the API and ABI are not stable yet.
start
- $
git clone --recurse-submodules https://git.sr.ht/~samdolt/termbox-glib - $
cd termbox-glib - $
just build - $
just test
open
license
wrapper: LGPL-2.1-or-later
bundled termbox2: MIT