termbox-glib

GLib/GObject wrapper around termbox2 for C and GObject Introspection languages.

status: alpha language: C bindings: GI backend: termbox2

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

open

license

wrapper: LGPL-2.1-or-later
bundled termbox2: MIT