Skip to content

Cross platform terminal graphics library built in C++

License

Notifications You must be signed in to change notification settings

zambodev/libtui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

libtui

A cross platform library that aims to simplify TUIs creation

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