Magnum::Ui Gallery
Showcases widgets and features provided by Magnum::

This app is built if both MAGNUM_WITH_UI
and MAGNUM_WITH_UI_GALLERY
is enabled when building Magnum Extras. To use this app with CMake, you need to request the ui-gallery
component of the MagnumExtras
package and use the MagnumExtras::ui-gallery
target for example in a custom command:
find_package(MagnumExtras REQUIRED ui-gallery) add_custom_command(OUTPUT ... COMMAND MagnumExtras::ui-gallery ...)
Usage
magnum-ui-gallery [--magnum-...] [-h|--help] [--style STYLE]
Arguments:
-h
,--help
— display this help message and exit--style STYLE
— specify style to use (default:mcss-dark
). One of:default
— the default stylemcss-dark
— dark m.css theme
--magnum-...
— engine-specific options (see Command-line options for details)