Skip to content

Introduce new scene-graph API

Simon Ser requested to merge github/fork/emersion/scenegraph into master

A new wlr_scene API has been added, following the design ideas from 1. The new API contains the minimal set of features required to make the API useful. The goal is to design a solid fundation and add more features in the future.

References: https://github.com/swaywm/wlroots/issues/1826

Merge request reports