1. Home
  2. Browse
  3. color-console

color-console

v2022-03-20#0Latest

A lightweight header-only C++ library to bring colors to your Windows console with a very-easy-to-use API.

Install

Run the following Vcpkg command to install the port.

vcpkg install color-console

Usage

The package zstr is header only and can be used from CMake via:

find_path(COLORCONSOLE_INCLUDE_DIRS "colorconsole.hpp")
target_include_directories(main PRIVATE ${COLORCONSOLE_INCLUDE_DIRS})
See source

Version

v2022-03-20#0

Publication

Supports

All

GitHub

imfl/color-console259

Homepage

github.com/imfl/color-console

Subtree

6065e5175f

License

MIT

Definition

Manifest