Skip to content

A library that enables you to create TUIs, Games, and more in the terminal.

License

Notifications You must be signed in to change notification settings

8086ware/termmanip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

termmanip

Termmanip is a library that enables you to manipulate the terminal with ease, and create Text user interfaces. This project is not complete and a W.I.P so if you find a bug, drop an issue.

Build and install instructions

This has been tested to work on Ubuntu.

To build and install you will need binutils, cmake and build-essential.

Run these commands in your shell:

$ git clone https://github.com/8086ware/termmanip $ cd termmanip $ mkdir build/ $ cmake -B build/ -G"(Generator Here)" $ cd build/ $ (Command for generated build files like make, or ninja)

Windows Building

To build on windows, you will need MSYS2 or Cygwin, it has only been tested to work on those. Run the same commands in the MSYS2/Cygwin terminal after installing the necessary packages.

About

A library that enables you to create TUIs, Games, and more in the terminal.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published