Showing results for

scene graph

on pixijs.com
pixijs.com › 7.x › guides › basics
What PixiJS Is Not | PixiJS
...While you can certainly build your own UI using PixiJS's scene graph and interaction manager, we don't ship with a UI library...
pixijs.com › 7.x › guides › components
Graphics | PixiJS
...Create the object, call the various builder functions to add your custom primitives, then add the object to the scene graph. Each frame, the...
pixijs.com › 8.x › guides › migrations
v8 Migration Guide | PixiJS
...of the ParticleContainer
, as particles are not technically part of the scene graph (for performance reasons). Instead, they are stored in a flat list...