What problem does it solve?
PixiJS v8 projects often break when code still relies on deprecated constructors, old graphics calls, or v7-era scene graph assumptions, and this Skill consolidates the correct modern patterns so you can build and migrate with confidence.
Core Features & Use Cases
- Modern App Setup: Use async Application initialization, app.canvas, renderer options, and ticker behavior the v8 way.
- Scene Graph & Rendering: Work correctly with Container-only hierarchies, sprites, graphics, text, bitmap text, HTML text, meshes, and particle workflows.
- Assets & Performance: Load assets through Assets, apply render groups and culling where needed, and avoid common update, bounds, and texture pitfalls.
- Migration Guidance: Translate v7 APIs to v8 replacements such as shape-first graphics, label instead of name, nearest/linear strings, and TextureSource-based workflows.
Quick Start
Ask the assistant to review your PixiJS v8 codebase and generate a correct modern scene setup or migration plan using the repository’s recommended Application, Container, Sprite, Graphics, Text, and Assets patterns.