AI AGENT ADDONS

Pixijs Scene Container

pixijs/pixijs-skills

A PixiJS Container acts like a group box for your graphics. It holds other display objects such as sprites, text, and shapes. You can move, rotate, and scale the entire group at once.

You can also control the drawing order of objects using zIndex. The container can sort its children automatically by their depth. This is useful for layering characters, backgrounds, or user interface elements.

Constructor options let you set properties like position, scale, and alpha right away. You can even promote a container to a render group for faster performance on stable sub-trees. This skill covers all the key patterns and methods.

Add Pixijs Scene Container skill to your workflow

Global

mkdir -p ~/.claude/skills/pixijs-scene-container

Project

mkdir -p .claude/skills/pixijs-scene-container

Source Repository

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