LioQing / ttui

A light weight TUI library written in C++11 for Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TTUI - Tiny Terminal User Interface

A lightweight TUI library written in C++11 for Linux.

screenshot

Install

  1. Clone the repository: git clone https://github.com/LioQing/ttui
  2. Enter the cloned folder: cd ttui
  3. Run the make file
    1. Debug build: make or make debug
    2. Release build: make release
    3. Test build: make test, make test_build, make test_release , make test and make test_release run the executable as well
  4. The static library .a file is in the build folder inside the repository folder

About

A light weight TUI library written in C++11 for Linux.


Languages

Language:C++ 97.8%Language:Makefile 2.2%