Skip to content

A C/C++ cross-platform (windows/linux) utility library made to help ease the development of terminal applications.

License

Notifications You must be signed in to change notification settings

Kravantokh/bu_tm

Repository files navigation

Benoe's utilities: Terminal Manager

Descripiton

A C/C++ cross-platform library made to ease the development of console applications.

Currently supported platforms are: Linux, Windows 10 (11 untested, but there is no reason for it not to work). The library has functions to manage terminal size detection, resizing, text and background color changing and provides utilities for unicode text manipulation (with the help of my of my other library added as a submodule).

Consider generating and reading the docs!

Prerequisites

  • GCC

Compilation

Make sure to clone it with git clone --recursive https://github.com/Kravantokh/benutils_terminal_manager or else you may run into problems due to missing submodules! If you have already cloned it not recursively run:

git submodule init
git submodule update

Run compile.sh or compile.bat depending on your platform to compile the program.

Documentation

To create the documentation run makedocs.sh or makedocs.bat according to your platform.

Planned Features

  • Support for CMake.
  • Pre-defined window elements with automatic resizing such as textboxes, drawboxes, lists etc.

About

A C/C++ cross-platform (windows/linux) utility library made to help ease the development of terminal applications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published