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

前端 未结 3 1563
忘了有多久
忘了有多久 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:02

    Take a look at the Small Wayland Compositor. You can either use it as library to build upon, or check out how it does things internally if you want to start from scratch.

提交回复
热议问题