Questions tagged [qtwayland]

QtWayland is a Qt 5 module that wraps the functionality of the Wayland protocol.

QtWayland is a Qt 5 module that wraps the functionality of Wayland (a compositor protocol to talk to clients & C library implementation). The client side is the wayland platform plugin, and provides a way to run Qt applications as Wayland clients. The server side is the QtCompositor API, and allows users to write their own Wayland compositors.

46 questions
-1
votes
1 answer

How can we benchmark performance of Qt Wayland on a hardware platform?

How can we benchmark performance of Qt Wayland on a hardware platform? Do we have any benchmarking tools like "glmark2-es2" which is used for standard OpenGL benchmarking. This is required to see if we can use Qt Wayland compositor or have to use…
1 2 3
4