What to use to develop GUIs in C++?

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

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

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

  • tracy

    Frame profiler

  • Just look at this one which was done using ImGui: https://github.com/wolfpld/tracy

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

    dear imgui + glfw framework

  • If you just want an empty app in which you can play with ImGui, you can use a lightweight framework like ImFrame.

  • pybind11

    Seamless operability between C++11 and Python

  • Some work on the C++ side will be required. There's https://github.com/pybind/pybind11 for example.

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