Use this skill when rendering custom geometry in PixiJS v8. Covers Mesh with MeshGeometry (positions, uvs, indices, topology), MeshSimple for per-frame vertex animation, MeshPlane for subdivided deformation, MeshRope for path-following textures, PerspectiveMesh for 2.5D corners. Triggers on: Mesh, MeshGeometry, MeshSimple, MeshPlane, MeshRope, PerspectiveMesh, positions, uvs, indices, topology, setCorners, constructor options, MeshOptions, MeshPlaneOptions, MeshRopeOptions, SimpleMeshOptions, PerspectivePlaneOptions.
$npx -y skills add pixijs/pixijs-skills --skill pixijs-scene-meshInstalls into the current project.
Run `npx skills use "https://github.com/pixijs/pixijs-skills" --skill "pixijs/pixijs-skills/pixijs-scene-mesh"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/pixijs/pixijs-skills" that are relevant to the current task. Run `npx skills add "https://github.com/pixijs/pixijs-skills"` and select the relevant skills, then follow their instructions.