wxWidgets is a C++ library that lets developers create applications for Windows, Mac OS X, Linux and other platforms with a single code base. It has popular language bindings for Python, Perl, Ruby and many other languages, and unlike other cross-platform toolkits, wxWidgets gives applications a truly native look and feel because it uses the platform's native API rather than emulating the GUI. It's also extensive, free, open-source and mature.
Features
- C++
- GUI
- Windows
- Linux
- GTK
- Cocoa
- multiplatform
Categories
FrameworksLicense
wxWindows Library LicenceFollow wxWidgets
You Might Also Like
Build experiences that drive engagement and increase transactions Icon
Build experiences that drive engagement and increase transactions
Connect your users - doctors, gamers, shoppers, or lovers - wherever they are.
Sendbird's chat, voice, and video APIs power conversations and communities in hundreds of the most innovative apps and products. Sendbird’s feature-rich platform, and pre-fab UI components make developers more productive. We take care of a ton of operational complexity under the hood, so you can power a rich chat service, and life-like voice, and video experiences, and not worry about features, edge cases, reliability, or scale.
Learn More
Rate This Project
Login To Rate This Project
User Ratings
★★★★★
★★★★
★★★
★★
★
45
0
0
1
0
ease
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
5 / 5
features
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
5 / 5
design
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
4 / 5
support
1 of 5
2 of 5
3 of 5
4 of 5
5 of 5
4 / 5
User Reviews
-
debguy Edited 2025年04月03日It heralds cross compatibility but doesn't work on Linux and who is funding Microsoft to do this? I've tried many build options (motif gtk no-sdl, various CFLAGS) now with a very up-to-date system. All end up with horrific c+++++++++++++++++ (c++17) errors of dis-allowed ++ syntax and headers already having defined things. Jonny Cash "I've been everywhere man!", with-x11 with-motif with-gtk std=c++11 std=gnu99 version 3.0 version 2.8.4. all are broken even without -j. What gives? This lib contains ALLOT OF SOCKET PUPPETING 0 chances I'd use a "pre-compiled one". 2.8.4 converts 0xff to char (duh) but REMOVES -Wno-narrowing from only Makefile compiling that code (was not using CFLAGS there). IT TURNS OUT you must carefully select LDFLAGS CFLAGS CPPFLAGS CXXFLAGS to values you might not usually think. default shell (nothing set) also my default valued did not work: i had to craft each FLAGS to include -I -L but be simple but not empty. Finally got it compiled so added 1*. AFTER ALL THAT - wxMaxima-11.0.4 (wants 2.8.4) has errors cant find widgets for some version not really in 2.8.4.
-
zeroows Posted 2015年12月28日Great project, good job. Thanks1 user found this review helpful.
-
anton-k12 Posted 2015年02月01日wxWidgets is great and stuff. But I can't report bug because wxTrac is not sending confirmation email. In 3.0.2 wxTextCtrl with MSW is broken - EVT_CONTEXT_MENU event table handler not invoked (default context menu showed), EVT_MOUSE not send if not on text, cursor is blinking between arrow and text selection-like when mouse moved. 3.0.1 works fine.
-
yasriady Posted 2014年09月02日Thanks for the guys behind the projects. wxWidgets is really good and excellent framework either for gui and non gui. Recommend for those who looking for the complete library to build multi platform application. Documentation is now getting much better and comprehensive and very easy to navigate. And also there are several RAD tools to build the gui for the choice .......... Keep good effort.!!
-
jfalcon Edited 2014年01月30日It was a bit of a rough start using this framework because my project involved a custom build in Visual C++ / wxMSW as my intro to wxWidets despite shaking off mainly using C# for the past several years. However, after using it for a couple weeks now I must say that by and large this is an excellent framework with a lot of hard work put into it.1 user found this review helpful.