Hello fellow programmers, choosing a C++ Library help needed!

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • SFML

    Simple and Fast Multimedia Library

  • SFML would also be an option. It uses C++ functions like namespaces and does not rely on manual pointer management like SDL. It is also much easier to learn and also supports audio etc. out of the box. Here is the link to the official website if you want to try it out: https://www.sfml-dev.org

  • LearnOpenGL

    Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com

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

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

  • I would recommend taking a look at Dear ImGui with either the SDL or GLFW and OpenGL backends to start with (see the examples).

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

  • GUI libraries or frameworks?

    3 projects | /r/Cplusplus | 14 Feb 2023
  • Make a game engine in C++

    4 projects | /r/learnprogramming | 10 Jul 2023
  • Game UI

    3 projects | /r/cpp_questions | 19 Nov 2022
  • Do i have enpugh knowledge to learn new libraries?

    2 projects | /r/cpp_questions | 8 Sep 2022
  • Using raylib with Dear ImGui: Game Dev Debugging UI

    5 projects | dev.to | 6 Apr 2024