You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few active GUI designers for designing wxWidgets user interfaces. This allows for more rapid UI design and iteration and some are mature enough so as to be essential. I determined the following should be investigated for integration with this project:
I chose wxFormBuilder for the designer. It is very mature and superior to wxGlade, which I also tried. wxFormBuilder is a more active project and wxGlade's C++ generator was a little incomplete since they seem to be more focused on Python. wxGlade also seems to target wxWidgets v3.0 whereas wxFormBuilder targets v3.2 (latest). Finally, wxFormBuilder supports multiple levels of namespaces, making for a smoother refactor.
There is no distribution of wxFormBuilder for Debian (Ubuntu, yes), but building locally was flawless.
There are a few active GUI designers for designing wxWidgets user interfaces. This allows for more rapid UI design and iteration and some are mature enough so as to be essential. I determined the following should be investigated for integration with this project:
Tasks
The text was updated successfully, but these errors were encountered: