Qt Wayland Compositor Examples - IVI Compositor

IVI Compositor is an example that demonstrates how to use the IviApplication extension.

IVI Compositor is a Wayland compositor example demonstrating how to create a compositor supporting the ivi-application protocol.

IVI application windows with the id 1337 will be resized to cover one half of the screen, while all other windows will be resized to cover the other half.

To start a Qt application using the ivi-application protocol with the right id, you need to set QT_WAYLAND_SHELL_INTEGRATION to ivi-shell and QT_IVI_SURFACE_ID to 1337.

Example project @ code.qt.io