What is the fastest and easiest way to do GUI?

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

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

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

  • If you're on Windows, this would be a good way to start: https://github.com/ocornut/imgui/tree/master/examples/example_win32_directx9

  • NanoGUI

    Minimalistic GUI library for OpenGL

  • With 2.5 days you probably don't want anything that requires much setup, so Qt is probably a non-starter. You could try this one: https://github.com/wjakob/nanogui, the examples are not the platonic ideal of modern C++ programming, but that also means you don't need much mastery of the language to hammer a program until it has a GUI.

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