A cross platform library that aims to simplify TUIs creation
OS=<win64|linux64> COS=<windows|linux> make <testFile>.cpp run
Dwonload the latest release and add include and lib folders in the project folder
Include:
// C++ example
#include <tui.hpp>
Read the documentation
Link:
c++ -o <output> <your_files> -ltui -Llib -Iinclude
Clone the repository link
Compile and create the static archive
make