About 350,000 results
Open links in new tab
  1. Best way to build GUI in C++? : r/cpp - Reddit

    I know that this has probably been asked a lot but what is the best way for a beginner to build GUI apps in C++?

  2. A pretty big list of C++ GUI libraries : r/cpp - Reddit

    Apr 7, 2019 · I thought there weren't many GUI solutions for C++, I was quite wrong. The result is a list of 35 "healthy" C++ UI libraries. I also ended up unearthing a bunch of old, dead UI …

  3. What truly is the best C++ GUI library? : r/Cplusplus - Reddit

    Feb 23, 2023 · I always assumed C++ would be the best for making GUIs because of how many nice looking applications are programed in it. So the question stands, what is the best C++ …

  4. What are your GO-TO C++ GUI libraries in 2023 ! (Obscure ones …

    C++ has a huge variety of libraries as big as it's community, and being relatively new to GUI in C++, I figured I should ask the community their GO-TO GUI libraries when working with C++ in …

  5. What are the best C++ GUI Libraries? : r/learnprogramming - Reddit

    Jan 23, 2021 · Qt - traditional GUI library for C++, cross-platform; Dear ImGui (Immediate Mode GUI) - that is very interesting conceptually, bloat-free and easier+faster to code than with …

  6. Modern UI in C++ : r/cpp - Reddit

    Mar 21, 2019 · Use WinRT, It's the C++17 wrapper around Windows (UWP) APIs. User interfaces (XAML) can be designed with Visual Studio, written by hand or use some third-party apps to …

  7. Is WinUI the most modern GUI library for C++ desktop ... - Reddit

    Dec 6, 2021 · I have not tracked Windows GUI C++ APIs for a while, still using MFC for some quick and dirty prototyping. I know that there is a long list of somewhat over-hyped and short …

  8. C++ win ui 3 : r/cpp - Reddit

    Now that xaml ui support C++, is win ui 3 going to kill C++ win32? How many people switched to win ui 3 for desktop ui development?

  9. How do I develop the UI for a Game Engine? : r/gameenginedevs

    Oct 26, 2023 · Simplify your life, stick with C++ if thats what youre already using or just use C#, which has vulkan libs also. For in game UIs, assuming a UI light game what I would do if I …

  10. I wrote a C++ UI Controller Generator to get quick access UMG

    Jul 6, 2023 · Hey all. I've been using UE5 for about 7 months now and found writing UI controllers in C++ to control widgets got pretty old.So I wrote a pretty simple C# app that generates a C++ …