AI AGENT ADDONS

Pixijs Scene Sprite

pixijs/pixijs-skills
Game Development
1,725installs

PixiJS has four sprite classes for different drawing tasks. The Sprite class draws a single image at a position. The AnimatedSprite cycles through frames for animation. The NineSliceSprite creates resizable UI panels without stretching corners. The TilingSprite repeats a texture for scrolling backgrounds.

All sprite types are leaf nodes, meaning they cannot have children. To group them, use a Container. Choose the right sprite for your project to keep your code simple and fast.

Add Pixijs Scene Sprite skill to your workflow

Global

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

Project

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

Source Repository

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