
wxWidgets Demos
You can download demos from this page, so you can see for yourself what wxWidgets can do. Each archive includes the demo source
and binary for one platform. You can also look at the Screenshots
and Applications pages for real applications.
Instructions:
- On Windows, unzip the files into a temporary directory and run the executable.
- On Linux, unarchive the gzipped tarball into a temporary directory and run
the executable.
- On Mac OS X, unarchive the gzipped tarball into a temporary directory and run
the executable via the finder, or in a terminal window, type a command such as open dialogs.app.
Dialogs Demo
This sample shows most of the convenience dialogs provided by wxWidgets, including wxFileDialog,
wxDirDialog, wxFontDialog, wxColourDialog, wxMessageDialog, wxTextEntryDialog, wxSingleChoiceDialog,
wxFindReplaceDialog, wxPropertySheetDialog, and wxShowTip.
|
|
|
|
Widgets Demo
This sample shows the basic controls available in wxWidgets.
|
|
|
|
HTML Demo
This sample shows wxHtmlWindow in action.
|
|
|
|
Life!
This sample shows the Life! demo, a cellular automaton game.
|
|
|