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

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

    I wrote a minimal wayland compositor that runs on top of X11 with the hope that it might be useful for other people who want to learn how to write a wayland compositor.
    It's about 500 lines of code that are really just the minimal code that is needed to host multiple instances of weston-terminal and move them around.

提交回复
热议问题