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--subdivided-quads
— enable Ui::BaseLayerSharedFlag:: SubdividedQuads --profile
— enable frame profiling using DebugTools::FrameProfilerGL printed to the console --no-vsync
— disable VSync for frame profiling--magnum-...
— engine-specific options (see Command-line options for details)