Retained scene graph
Build a tree of shapes once. Mutate nodes; the engine coalesces dirty marks into a single scheduled frame and re-paints only what changed.
A framework-agnostic rendering engine that paints one scene graph through four interchangeable backends — SVG, Canvas, WebGL, and WebGPU.