There are several ways to create GUI application based on C++. One of them is wxWidgets.
In short, wxWidgets is a C++ library to create cross-platform GUI applications.
Here I put some main features of this library:
You can read some info about this library at official project site or wikipedia page.
You can compare wxWidgets with other toolkits and with Qt.
You can even get to know why you shouldn't use wxWidgets.
There are a lot of tasks where wxWidgets is right tool.
I used this tool to create my first C++ GUI application - notes455:
In short, wxWidgets is a C++ library to create cross-platform GUI applications.
Here I put some main features of this library:
- native look and feel for every platform
- license allows to create GPL and proprietary applications
- small size of library/application
- additional auxiliary classes
- it is quite popular among developers
You can read some info about this library at official project site or wikipedia page.
You can compare wxWidgets with other toolkits and with Qt.
You can even get to know why you shouldn't use wxWidgets.
There are a lot of tasks where wxWidgets is right tool.
I used this tool to create my first C++ GUI application - notes455:
notes455 running on Windows... |
...and on Linux |
No comments:
Post a Comment