scenegraphlike
Scenegraphlike describes a class of data structures and APIs that organize graphical or spatial objects in a hierarchical graph similar to a traditional scene graph. It is not a formal standard but a descriptive term used across graphics and UI frameworks to indicate a design in which objects form parent‑child relationships, and where transformations, visibility, and attributes propagate through the hierarchy.
Core characteristics include a node-based representation with parent and child links; support for local transforms (translation,
Usage and variations: scenegraphlike designs appear in 3D engines, 2D UI toolkits, and web graphics libraries