Skip to content

ConsoleUtils is a console utility and styling library for C++ developers.

License

Notifications You must be signed in to change notification settings

suffixsec/ConsoleUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

ConsoleUtils License: GPL v3

Console Utility and Styling Library

Developed and Maintained by suffix

Library Overview (Functions)

Console:
    Initialize
    GetConsoleSize
    SetConsoleSize

    Print:
        RGB
        GradientRGB

    Text:
        SetTextColor
        ResetTextColor
        CenterText

    Cursor:
        SetVisible
        SetSize

Building

(In src directory)
mkdir build
cd build
cmake ..
cmake --build . --config Release

Project Tasks

To Do 📝

  • Multi Platform Support - Extend support to all major platforms.

In Progress 🚧

  • Multi Platform Support
    • *nix
    • MacOS

Completed ✅

  • Windows Support

About

ConsoleUtils is a console utility and styling library for C++ developers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published