Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 746 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 746 Bytes

License: MIT

libtui

A cross platform library that aims to simplify TUIs creation

Compile for development

OS=<win64|linux64> COS=<windows|linux> make <testFile>.cpp run

How to use

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

Build from source

Clone the repository link

Compile and create the static archive

make