WxWidgets 3.2
wxwidgets.org
WxWidgets 3.2
1–10 of 84 posts
Re: WxWidgets 3.2
#2It uses the platforms' native UI frameworks. Gtk on Linux.
Audacity the audio editor uses WxWidgets.
Re: WxWidgets 3.2
#3Re: WxWidgets 3.2
#4A few years later (~2009), I used Qt to develop a big codebase that needed to be used on Windows, Linux, and Mac. It was admittedly nicer than WxWidgets, but my impression was that it was harder to understand what Qt did under the hood… It was as if Qt was trying to be more clever than the C++ compiler, while with WxWidgets it had always be more or less evident what the library was doing.
Re: WxWidgets 3.2
#5I wish more people used it instead of writing "apps" that are just a giant web browser with javascript and a hack to get menus working correctly, with fake UI widgets that don't respond like native window controls (no proper tab navigation, no moveable or resizeable dialogs, keyboard accelerators don't work).
Re: WxWidgets 3.2
#6Re: WxWidgets 3.2
#7I used this 15+ years ago with C++, it was so much easier to do cross platform things that way and it had good performance. Now I think I have not worked on a native desktop app on at least 10 years. And everything I see others make is more hybrid, javascript, electron kind of things. The performance of that even though we have much faster hardware feels worse than what WxWidgets / C++ did 15 years ago...
Re: WxWidgets 3.2
#8The next result in Google is sketchy because it's a "crack" and that doesn't apply to shareware.
Re: WxWidgets 3.2
#9Bit of a tangent, but it's nice to see a project with a googlable name. If this were started today it would be called Avocado or Potato or something like that.
Re: WxWidgets 3.2
#10I used this 15+ years ago with C++, it was so much easier to do cross platform things that way and it had good performance. Now I think I have not worked on a native desktop app on at least 10 years. And everything I see others make is more hybrid, javascript, electron kind of things. The performance of that even though we have much faster hardware feels worse than what WxWidgets / C++ did 15 years ago...
I wrote a (simple) accounting/billing application for my inlaws' shop some 20 years ago wih wxWidgets. I developed it on a mac, but it ran on a PC. The PC was very modest even back then (some 486, at best), but the application ran like lightning.
[1] https://en.wikipedia.org/wiki/Clipper_(programming_language)