vivarium icon indicating copy to clipboard operation
vivarium copied to clipboard

Use wlroots scene graph

Open inclement opened this issue 2 years ago • 0 comments

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.

inclement avatar Jun 12 '23 22:06 inclement