Cross-Platform
wxWidgets allows developers to create applications that run on different platforms such as Windows, macOS, Linux, and more, without changing the codebase.
Native Look and Feel
It provides a native look and feel on each platform by using the native GUI components, making applications appear more integrated with the host OS.
Wide Range of Widgets
wxWidgets offers a rich set of widgets and controls, supporting complex interfaces and various types of user interactions.
Extensive Documentation
The library is well-documented, with numerous tutorials, guides, and an active community to help developers troubleshoot and expand their understanding.
Open Source
Being open source, wxWidgets provides the flexibility to customize and modify the library to better fit specific needs without licensing costs.
Why do your prefer it over https://wxwidgets.org given the licenses? Personally, I was keen on Qt right up to the 5.x change over. =3.
– Source: Hacker News
/
17 days ago
I decided to compile from scratch the latest wxWidgets from wxwidgets.org. And I compiled and installed successfully for both X11 and GTK.
Source:
about 1 year ago
Some say qt, others wxwidgets, u++, sfml, here is a video from quick search on wxwidgets and c++ for beginners https://www.youtube.com/watch?v=FOIbK4bJKS8 Choosethem depending on learning curve and where they will take you, you might learn something harder because it takes you farther to where you want to go.
Source:
almost 2 years ago
> Java Swing still lets you make native-looking-and-feeling apps (with some care). I don’t know of any new GUI frameworks that let you do the same. That’s the whole raison d’être of the (C++) wxWidgets toolkit. [0] It fully commits to using native GUI widgets, rather than impersonating them. (That is, it wraps various other toolkits.) As others have pointed out, the other major cross-platform toolkits (Qt, GTK)…
– Source: Hacker News
/
over 2 years ago
That all being said: We are now all waiting on wxwidgets to release their next stable version so that we can upgrade. It makes no sense to use an unstable version of that upstream, as in its development releases it literally breaks on every patch level release.
It also makes no sense to start packaging a custom version of wxgtk just for audacity (the overhead required is just not worth it).
Source:
over 2 years ago
Looking good is very subjective of course… did you take a look at wxWidgets? https://wxwidgets.org/.
– Source: Hacker News
/
almost 3 years ago
It’s possible. That’s what wxWidgets does in C++ …but, as others have said, it’s a lot of work to make a GUI toolkit, abstraction or not.
Source:
over 3 years ago