WxWidgets
wxWidgets is a widget toolkit and tools library for creating graphical user interfaces for cross-platform applications. wxWidgets enables a program's GUI code to compile and run on several computer platforms with minimal or no code changes. A wide choice of compilers and other tools to use with wxWidgets facilitates development of sophisticated applications. wxWidgets supports a comprehensive range of popular operating systems and graphical libraries, both proprietary and free, and is widely deployed in prominent organizations.
The project was started under the name wxWindows in 1992 by Julian Smart at the University of Edinburgh. The project was renamed wxWidgets in 2004 in response to a trademark claim by Microsoft UK.
It is free and open source software, distributed under the terms of the [|wxWidgets Licence], which satisfies those who wish to produce for GPL and proprietary software.
Portability and deployment
wxWidgets covers systems such as Microsoft Windows, Mac OS, iOS, Linux/Unix, OpenVMS, OS/2 and AmigaOS. A version for embedded systems is under development.wxWidgets is used across many industry sectors, most notably by Xerox, Advanced Micro Devices, Lockheed Martin, NASA and the Center for Naval Analyses. It is also used in the public sector and education by, for example, Dartmouth Medical School, National Human Genome Research Institute, National Center for Biotechnology Information, and many others. wxWidgets is used in many open source projects, and by individual developers.
History
wxWidgets was started in 1992 by Julian Smart at the University of Edinburgh. He attained an honours degree in Computational science from the University of St Andrews in 1986, and is still a core developer.On February 20, 2004, the developers of wxWindows announced that the project was changing its name to wxWidgets, as a result of Microsoft requesting Julian Smart to respect Microsoft's United Kingdom trademark of the term Windows.
Major release versions were 2.4 on 6 January 2003, 2.6 on 21 April 2005 and 2.8.0 on 14 December 2006. Version 3.0 was released on 11 November 2013.
wxWidgets has participated in the Google Summer of Code since 2006.
The following table contains the release history of wxWidgets, showing all of its major release versions.
License
wxWidgets is distributed under a custom made wxWindows Licence, similar to the GNU Lesser General Public License, with an exception stating that derived works in binary form may be distributed on the user's own terms. This license is a free software license approved by the FSF, making wxWidgets free software. It has been approved by the Open Source Initiative.Official support
Supported platforms
wxWidgets is supported on the following platforms:- Windows – wxMSW
- Linux/Unix – wxGTK, wxX11, wxMotif
- Mac OS – wxMac, wxOSX/Cocoa
- OS/2 – wxOS2, wxPM, wxWidgets for GTK or Motif can be compiled on OS/2
- Embedded platforms – wxEmbedded®
External ports
- Amiga – wxWidgets-AOS: AmigaOS port
Supported compilers
Toolkit | Compiler | Version |
wxMSW | Microsoft Visual Studio – Visual C++ | 5.0+ |
wxMSW | Borland C++ | 5.5+ |
wxMSW | C++Builder | 2006+ |
wxMSW | Watcom C++, OpenWatcom | 10.6+ |
wxMSW | CodeWarrior | 7+ |
wxMSW | Cygwin | 1.5+ |
wxMSW | MinGW | 2.0+ |
wxMSW | Digital Mars C/C++ compiler | 8.40+ |
wxGTK | g++ | 2.95+ |
wxGTK | Clang++ | 3.3+ |
wxGTK | Intel C++ Compiler | 9.1+ |
wxGTK | Sun Studio C/C++ | 5.9 |
wxGTK | HP aC++ | 3.8 |
wxGTK | IBM XL C/C++ | 8.0 |
Programming language bindings
The wxWidgets library is implemented in C++, with bindings available for many commonly used programming languages.wxWidgets is best described as a native mode toolkit as it provides a thin abstraction to a platform's native widgets, contrary to emulating the display of widgets using graphic primitives. Calling a native widget on the target platform results in a more native looking interface than toolkits such as Swing, as well as offering performance and other benefits.
The toolkit is also not restricted to GUI development, having an inter-process communication layer, socket networking functionality, and more.
RAD tools and IDEs for wxWidgets
There are many Rapid Application Development and Integrated Development Environment tools available. Notable tools include:- CodeLite
- wxGlade
- wxFormBuilder
Applications built using wxWidgets
- 0 A.D. – a FLOSS video game similar to Age of Empires
- Amaya – web authoring tool
- aMule – peer-to-peer file sharing application
- ActivePresenter – screen recorder, video editor & e-learning application
- Audacity – cross-platform sound editor
- BitTorrent – peer-to-peer file sharing application
- Berkeley Open Infrastructure for Network Computing – an open-source middleware system
- – C/C++ IDE
- CodeLite – simple C++ Editor
- FileZilla – FTP client
- GrandOrgue – virtual pipe organ simulator
- Guayadeque Music Player – a music player with database
- Hollywood – uses wxWidgets in its RapaGUI plugin
- KiCad – a free software suite for electronic design automation
- RapidSVN – Subversion client
- RocketCake – WYSIWYG responsive website builder
- TortoiseCVS – CVS client
Criticism
- Dolphin
- MKVToolNix
- VLC media player