Oof: Manipulate (RGB) color, position and more of console output in a single C++ header library

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • oof

    Convenient, high-performance RGB color and position control for console output

  • terminalpp

    A C++ library for interacting with ANSI terminal windows.

    This is really interesting and I see a lot of parallels (e.g. screen abstraction, etc.) between this and my own terminal emulation library (https://github.com/KazDragon/terminalpp, see https://github.com/KazDragon/textray for a fully-fledged example). We should collab some time.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • textray

    A Telnet server that allows a connected client to navigate a text-based ray-casted 3D landscape

    This is really interesting and I see a lot of parallels (e.g. screen abstraction, etc.) between this and my own terminal emulation library (https://github.com/KazDragon/terminalpp, see https://github.com/KazDragon/textray for a fully-fledged example). We should collab some time.

  • Catch

    A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)

    I'll just give you two links: CMake tutorial: https://cmake.org/cmake/help/latest/guide/tutorial/index.html . Shouldn't take years to complete Catch2 doc: https://github.com/catchorg/Catch2/blob/devel/docs/migrate-v2-to-v3.md . They briefly explain why they finally moved away from header only

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts