Search

Easily create terminal windows with this C++ library

ImTUI is a library written in C++ with user-friendly and text-based interfaces out of the box.


Easily create terminal windows with this C++ library

ImTUI is a library written in C++ with user-friendly and text-based interfaces out of the box.

Available for Windows, macOS and GNU/Linux .


Dependencies


Building

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.

https://github.com/ggerganov/imtui



cpp tui terminal cppdaily


Share



Comments