OctaneGUI: C++ GUI 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
  • OctaneGUI

    OctaneGUI is a renderer agnostic multi-window multi-platform UI library for C++.

  • OctaneGUI is a multiplatform C++ GUI library that currently targets desktop platforms (Mac, Linux, Windows). It is still very early but the goal is to make a library that can help other developers make C++ GUI applications with ease and with a permissive license. I have been making monthly update posts showing what has been added for that month. June is the latest update and there are posts for the previous months dating back to March.

  • imgui

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

  • Instead of directly calling a graphics API from within its internals, a GUI library might generate (and/or retain) collections of primitives, which are then consumed by a rendering backend to do the rendering for real. If you're a fan of dubiously meaningful buzzwords, this is basically dependency inversion. Dear ImGui does this, for example.

  • 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