wxWidgets

Cross-Platform C++ GUI Library (by wxWidgets)

wxWidgets Alternatives

Similar projects and alternatives to wxWidgets

  1. Flutter

    Flutter makes it easy and fast to build beautiful apps for mobile and beyond

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. tauri

    505 wxWidgets VS tauri

    Build smaller, faster, and more secure desktop and mobile applications with a web frontend.

  4. imgui

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

  5. Avalonia

    Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology

  6. Introducing .NET Multi-platform App UI (MAUI)

    .NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.

  7. fyne

    Cross platform GUI toolkit in Go inspired by Material Design

  8. Uno Platform

    Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!

  9. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  10. mixxx

    Mixxx is Free DJ software that gives you everything you need to perform live mixes.

  11. SFML

    123 wxWidgets VS SFML

    Simple and Fast Multimedia Library

  12. JUCE

    107 wxWidgets VS JUCE

    JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.

  13. livebook

    89 wxWidgets VS livebook

    Automate code & data workflows with interactive Elixir notebooks

  14. sciter

    Sciter: the Embeddable HTML/CSS/JS engine for modern UI development

  15. VeraCrypt

    Disk encryption with strong security based on TrueCrypt

  16. lvgl

    Embedded graphics library to create beautiful UIs for any MCU, MPU and display type.

  17. FLTK

    19 wxWidgets VS FLTK

    FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development

  18. pywebview

    27 wxWidgets VS pywebview

    Build GUI for your Python program with JavaScript, HTML, and CSS

  19. RmlUi

    21 wxWidgets VS RmlUi

    RmlUi - The HTML/CSS User Interface library evolved

  20. POCO

    15 wxWidgets VS POCO

    The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.

  21. iup-go

    Cross-platform UI library with native controls

  22. GTK+

    Read-only mirror of https://gitlab.gnome.org/GNOME/gtk (by GNOME)

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better wxWidgets alternative or higher similarity.

wxWidgets discussion

Log in or Post with
  1. User avatar
    Chrd26
    · 9 months ago
    · Reply

    Review ★★★☆☆ 6/10

    It's a bit complicated when still learning but it has great tools. Great GUI library

wxWidgets reviews and mentions

Posts with mentions or reviews of wxWidgets. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-17.
  • Unveiling the wxWidgets License: A Deep Dive into Freedom, Fairness, and Flexibility
    1 project | dev.to | 12 Mar 2025
    The wxWidgets License stands as a testament to the open source community’s commitment to fairness and innovation. Its design facilitates smooth collaboration across borders and industries while offering developers the legal clarity needed to protect their contributions. The comprehensive review charted the license’s historical evolution, outlined its major strengths—including flexibility, transparency, and robust community engagement—and highlighted areas that require vigilance, such as potential exploitation in commercial contexts. For developers and project managers seeking an in-depth understanding of open source licensing, the detailed analysis presented in the original article (Unveiling wxWidgets License: A Comprehensive Summary, Exploration and Review) is a must-read. In the broader context of open source initiatives, where choices like the MIT License and other industry standards compete for attention, the wxWidgets License offers a well-rounded, community-focused alternative. In conclusion, the wxWidgets License reinforces the importance of a balanced legal framework designed to support innovation and fair compensation. As the technology landscape evolves, continual dialogue and legal revisions will be essential to maintain its relevance. For detailed explorations of licensing models and additional expert insights, check out related resources on wxWidgets and further reading on open source projects at Open Source Initiative. Happy coding, and may your projects thrive under licenses that value both freedom and fairness!
  • Solitaire: Authentic remake of the Windows 95 original
    6 projects | news.ycombinator.com | 17 Apr 2024
  • Building Apps with Tauri and Elixir
    14 projects | dev.to | 19 Oct 2023
    The Elixir programming language is no stranger to desktop applications as the language actually supports building them out of the box. It uses wxWidgets: a C++ library that lets developers create applications for Windows, macOS, Linux and other platforms with a single code base. But wxWidgets has a very complex API, and doesn’t solve issues that usually come with desktop applications around packaging.
  • WxWidgets – open-source C++ cross platform GUI
    2 projects | news.ycombinator.com | 9 Aug 2023
    Qt is also 100% open/free. In fact, both are available under the LGPL, just that wxWidgets also grants an exception to not have to distribute application sources even when statically linked:

    https://github.com/wxWidgets/wxWidgets#licence

  • Need for GUIs for bioinformatic tools?
    3 projects | /r/bioinformatics | 17 Jun 2023
    But for big programs, ones written in C++? Good luck it won’t be easy at all. You might try wxwidgets or qt. I do not predict trying to click box-ify complex cli tools yielding much success.
  • Create desktop application
    1 project | /r/dartlang | 29 May 2023
    In theory, you should be able to use FFI to interface with something like wxWindows, but you might again have problems on macOS, I don't know. And to me eyes, Wx looks a bit outdated.
  • IUP – Cross platform C GUI library
    4 projects | news.ycombinator.com | 24 May 2023
    This seems to be like the classic wxWidgets [1], i.e. it's an API that wraps the underlying platform's default toolkit. So on Windows it uses Windows' native controls, in Linux it seems to use GTK, and so on.

    That means that the advantage is being able to write against one API, and get cross-platform compatibility, which can be nice. It also means (typically) being limited in what you can do to the least common denominator, or you (=the toolkit author) end up having to re-implement features from one platform that you want to expose but that are missing on some supported target(s). Or, of course, have an API with non-portable parts in it.

    In any case, it means the "look and feel" is not the core feature of the API since that is going to be "like the target platform" and that is the point.

    Given the origin, I guess Lua support is important too, here.

    [1]: https://www.wxwidgets.org/

  • Creating C++ windowed applications
    1 project | /r/programminghelp | 22 May 2023
    - So, I found wxWidgets. Which looked good. However, when I followed some tutorials I was getting errors. Even when I copied and pasted the tutorial code. Furthermore, the library still doesn't seem to simplify the process much.
  • What does this icon belong to? I've seen it used in many pieces of software, but I never found out what it actually is from.
    1 project | /r/windows | 2 May 2023
    It is the icon for WXWidgets, a programming toolkit for making user interfaces that work on Windows, Mac OS and Linux.
  • Inkscape is hiring: Accelerating the GTK4 migration
    2 projects | news.ycombinator.com | 21 Apr 2023
    In general, people will use a cross-platform library to port such applications. While QT will likely never really stabilize (I'd flag it unsustainable), the https://www.wxwidgets.org/ is able to be statically linked into commercial and opensource projects at no cost without tripping GPL.

    "Hiring a senior C++ developer with GTK experience is costlier"

    I think you are confusing skill valuation, and operational productivity. Some have an erroneous notion talent is interchangeable. Likewise, applicants with identical base skill-sets on their CV often mistakenly believe they even have long-term employment options (outsourced, youth tax credit churn, and or senior wage suppression).

    Most FOSS people are easier to train, as most already can mitigate utter chaos already. =)

  • A note from our sponsor - SaaSHub
    www.saashub.com | 15 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic wxWidgets repo stats
53
6,393
9.9
3 days ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that C++ is
the 7th most popular programming language
based on number of references?