aboutsummaryrefslogtreecommitdiff
path: root/examples/scene-graph.c
AgeCommit message (Collapse)Author
2021-11-18examples: init wlr_output with allocator and rendererSimon Zeni
2021-09-08examples/scene-graph: use wlr_scene_outputSimon Ser
This allows us to get damage tracking for freeā„¢.
2021-09-02examples/scene-graph: demonstrate scene_rect node typeDevin J. Pohly
Add RECT nodes to the scene-graph demo to illustrate how they are used. Here, we add a solid rectangle behind each surface as a quick-and-dirty border, handling surface.commit in order to size it appropriately.
2021-08-26examples/scene-graph: new exampleSimon Ser