Summary (AI generated)

Archived original version »

ImTui is an immediate mode text-based user interface library that supports 256 ANSI colors and mouse/keyboard input. It is based on the popular Dear ImGui library and provides an ncurses interface for drawing and interacting with widgets in the terminal. The library is available as a C++ library, and users can check out example applications or build their own using the provided samples. ImTui has been tested on Linux, Mac, and Windows systems, and also runs in a browser through an Emscripten build.