Skip to content

examples: split clients in separate repository

Simon Ser requested to merge emersion/wlroots:split-client-examples into master

The client examples are useful to try out protocols, however they don't need to live in the wlroots repository. Having both clients and compositors in the same place is confusing. The wlroots API changes often but protocols are set in stone.


I have a repository prepared locally which extracts the examples/ Git history for clients (to ease git-blame usage), and adapts the build system, like we did for rootston. I suggest we push that to wlroots/wlr-clients (and we can move/refactor to another repository in the future if we want to).

Edited by Simon Ser

Merge request reports