inclement / vivarium

A dynamic tiling Wayland compositor using wlroots
GNU General Public License v3.0
367 stars 13 forks source link

Use wlroots scene graph #133

Open inclement opened 1 year ago

inclement commented 1 year ago

Complements https://github.com/inclement/vivarium/pull/130. (Hopefully) fixes the rendering issues exposed in vivarium by the latest wlroots by switching to the scene_graph api instead of using our own damage tracking.

This is a relatively big change, but the scene_graph api is fairly straightforward and vivarium doesn't try to do anything special that needs extra treatment so hopefully isn't a big issue.