AI AGENT ADDONS

Pixijs Scene Core Concepts

pixijs/pixijs-skills

The PixiJS v8 scene graph is a tree of display objects. Each object has a parent and a transform. The renderer walks the tree each frame to draw everything.

There are two types of nodes in the tree. Containers group and position children. Leaves draw things like sprites and graphics. Leaves must not have children in v8.

This skill explains how they all fit together. It covers transforms, coordinate spaces, culling, render groups, and more. It points to other skills for deeper details.

Add Pixijs Scene Core Concepts skill to your workflow

Global

mkdir -p ~/.claude/skills/pixijs-scene-core-concepts

Project

mkdir -p .claude/skills/pixijs-scene-core-concepts

Source Repository

Stars
262
Forks
15
Watchers
262
License
MIT
Last Push
1 month ago
Created
3 months ago