Basic visualization when coding with C++?

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

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

    Features: - Functional style. Inspired by [1] and React - Simple and elegant syntax (in my opinion). - Support for UTF8 and fullwidth chars (→ 测试). - No dependencies. - Cross platform. Linux/mac (main target), Windows (experimental thanks to contributors), - WebAssembly. - Keyboard & mouse navigation. Operating systems: - linux emscripten - linux gcc - linux clang - windows msvc - mac clang

  • I'm looking for the same thing currently. I found this TUI library that looks promising called FTXUI. It has a Screen widget that lets you write directly to "pixels" represented by unicode characters. So creating some simple representation of your algorithm in a 2D Grid should be relatively simple, you could even use/abuse some of the other widgets, like checkboxes for example.

  • OpenFrameworks

    openFrameworks is a community-developed cross platform toolkit for creative coding in C++.

  • Check out openFrameworks (https://openframeworks.cc/) . It's a great toolset that lets you get right to the fun parts of coding with C++.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • raylib

    A simple and easy-to-use library to enjoy videogames programming

  • imgui

    Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

  • If you want to write everything then I'd suggest taking a look at SFML and imGUI

  • SFML

    Simple and Fast Multimedia Library

  • If you want to write everything then I'd suggest taking a look at SFML and imGUI

  • 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.

    WorkOS logo
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