Where do I start if I want to write a wayland compositor?

前端 未结 3 1606
忘了有多久
忘了有多久 2021-01-31 18:28

I imagine there isn\'t a \"Beginner\'s guide to wayland server programming\" drifting around the web, and the weston source looks daunting.

Is there a barebones wayland

3条回答
  •  渐次进展
    2021-01-31 19:04

    I can only recommend to take a look at the KWayland sources (especially if you're interested in how the wayland protocol maps to an object oriented world).
    KWayland is an object oriented (C++/Qt) wrapper around the wayland client and server libraries and it also includes a minimal server (tests/renderingservertest.cpp).

提交回复
热议问题