Tools

From WxWiki
Revision as of 12:55, 25 September 2006 by Tierra (talk | contribs) (moved a few RAD tools from the IDE pages to here)
Jump to navigation Jump to search

Rapid Application Development

  • wxDesigner - Commercial, but a powerful tool by a well-respected member of the core wxWidgets team (Robert Roebling). Also supports XRC.
  • Getting Started With Anthemion Dialog Blocks
  • wxFormBuilder - wxFormBuilder is an open source sizer-based GUI Designer for wxWidgets written in C++. It supports C++ code generation and XRC resources.
  • wxGlade - GUI designer written in Python with the popular GUI toolkit wxPython, that helps you create wxWidgets/wxPython user interfaces. At the moment it can generate Python, C++ and XRC (see Resource Files) code.
  • XRCed - Dialog editor and XRC resource generator, written using wxPython.

See Also


Build Management


Miscellaneous