Utilities » Magnum::Ui Gallery

Showcases widgets and features provided by Magnum::Ui.

Image

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 ...)