rothgar / awesome-tuis

List of projects that provide terminal user interfaces
7.39k stars 254 forks source link

Add termbox2 #177

Closed jserv closed 7 months ago

jserv commented 7 months ago

termbox2 is a terminal rendering library for creating TUIs. It is an alternative to the ubiquitous ncurses library, shipping with built-in support for popular terminals and can also fallback to terminfo if present.