ImTUI is a library written in C++ with user-friendly and text-based interfaces out of the box.
Clone and compile
git clone https://github.com/ggerganov/imtui --recursive
cd imtui
mkdir build && cd build
cmake ..
make
Still inside that build directory there are two binaries in /bin
, just run them to test:
./bin/imtui-example-ncurses0
./bin/hnterm
To exit you can also press
Ctrl + c
For more information, access the official repository or watch a video below in Portuguese.