DeedleFake / wlr

Go binding for wlroots
MIT License
7 stars 2 forks source link

Possible bindings for the scene graph api? #1

Open sfyatee opened 1 year ago

sfyatee commented 1 year ago

Are there any plans for the scene api https://wayland.emersion.fr/wlroots/wlr/types/wlr_scene.h.html? From just a glance reading about it and seeing it in use, it seems to lessen a lot of boilerplate from compositors. Examples: This current WIP branch of Sway using it: https://github.com/Nefsen402/sway/tree/scene-graph-next and this branch of Vivarium: https://github.com/inclement/vivarium/tree/use_wlr_scene. My understanding of Wayland and wlroots is limited so I'd like your thoughts about it's inclusion.

DeedleFake commented 1 month ago

Sorry for the late response. I'm not too familiar with the scene graph API, either, but I can certainly take a look.