Based on our record, Photon Micro GUI should be more popular than IUP Portable User Interface. It has been mentiond 6 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
There's a relatively new C++ GUI library literally called "Elements". Not sure how it works though, but the way it looks, and the music background of its creator makes it appear designed for DAWs. https://github.com/cycfi/elements. - Source: Hacker News / almost 2 years ago
Further, if you we want a "modern" C++ GUI framework what actually would be modern would be to use mechanisms in the language itself as a quasi-DSL from within the language. This is something like what Joel de Guzman is doing with Elements. Source: about 2 years ago
It's a complex domain. The closest we have at the moment is Elements which hasn't been proposed for Boost (yet?) but is by Joel de Guzman, the primary author of Boost.Spirit. Source: over 2 years ago
Elements was mentioned as a specific example of an MIT-licensed GUI library on the CPPcast episode from 5 May 2022. Source: almost 3 years ago
If you don't want to use Qt I honestly think your best bet may be to become an early adopter of cycfi elements depending on your project. Elements is still rough but is useable for small applications. I think when it is finished it will be the best choice for a retained mode GUI library, but right now it is missing a lot of things (e.g. The standard common dialogs, "open", "Save as", etc.) , and has basically zero... Source: about 3 years ago
As C libraries, I can recommend IUP. You can also choose immediate mode which has the same look on all platforms, there are some wrappers around imgui in Zig like zig-upaya. Source: almost 4 years ago
Dear ImGui - Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
GTK - GTK+ is a multi-platform toolkit for creating graphical user interfaces.
wxWidgets - wxWidgets: Cross-Platform GUI Library
Qt - Powerful, flexible and easy to use, Qt will help you not only meet your tight deadline, but also reduce the maintainable code by an astonishing percentage.
FLTK - Fast Light Toolkit - Fast Light Toolkit (FLTK)
gtkmm - gtkmm is the official C++ interface for the popular GUI library GTK+.