AI AGENT ADDONS

Pixijs Scene Mesh

pixijs/pixijs-skills

PixiJS lets you draw custom shapes with meshes. You can use a base Mesh for full control or pick a ready-made variant. The variants are MeshSimple, MeshPlane, MeshRope, and PerspectiveMesh. Each one builds the geometry for you. You just provide a texture and set the options.

Use MeshSimple for simple animated shapes. Use MeshPlane to bend and deform a textured rectangle. Use MeshRope to make a texture follow a path. Use PerspectiveMesh to give a 2D plane a fake 3D tilt. For anything else, build your own geometry with the base Mesh class.

These meshes are leaf nodes. They cannot have children. Wrap them in a Container to group them together.

Add Pixijs Scene Mesh skill to your workflow

Global

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

Project

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

Source Repository

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