๐ŸŽฏ

pixijs-ticker

๐ŸŽฏSkill

from pixijs/pixijs-skills

VibeIndex|
What it does
|

An AI skill for PixiJS v8 that teaches agents how to manage per-frame logic and render loops using Ticker.add, deltaTime, UPDATE_PRIORITY, maxFPS, and the onRender hook.

๐Ÿ“ฆ

Same repository

pixijs/pixijs-skills(26 items)

pixijs-ticker

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add pixijs/pixijs-skills --skill pixijs-ticker
skills.sh Installโš  Installs to .agents/skills/
npx skills add pixijs/pixijs-skills --skill pixijs-ticker
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/pixijs-ticker/SKILL.md

SKILL.md

1,706Installs
-
AddedApr 17, 2026

More from this repository10

๐ŸŽฏ
pixijs๐ŸŽฏSkill

AI skills for PixiJS v8 that teach coding agents correct usage of the fast 2D rendering library for WebGL, WebGPU, and Canvas, covering application setup, scene graph, sprites, graphics, text, filters, custom rendering, performance optimization, and v7 migration.

๐ŸŽฏ
pixijs-application๐ŸŽฏSkill

An AI skill for PixiJS v8 that teaches agents how to create and configure the Application object, covering init options, resizing, ticker setup, culling, lifecycle management, and proper teardown.

๐ŸŽฏ
pixijs-core-concepts๐ŸŽฏSkill

An AI skill for PixiJS v8 that explains the core rendering model: the systems-and-pipes renderer architecture, the render loop, and environment detection across WebGL, WebGPU, and Canvas.

๐ŸŽฏ
pixijs-scene-graphics๐ŸŽฏSkill

An AI skill for PixiJS v8 that teaches agents vector drawing using the Graphics API, covering shapes, paths, fill and stroke styles, holes, gradients, patterns, GraphicsContext reuse, and SVG import.

๐ŸŽฏ
pixijs-scene-container๐ŸŽฏSkill

An AI skill for PixiJS v8 that teaches agents how to group and transform display objects using Container, covering child management, local/world transforms, bounds calculation, and zIndex layering.

๐ŸŽฏ
pixijs-performance๐ŸŽฏSkill

An AI skill for PixiJS v8 that teaches agents how to profile and optimize rendering performance, covering destroy patterns, garbage collection, object pooling, draw call batching, BitmapText, culling, and resolution tradeoffs.

๐ŸŽฏ
pixijs-assets๐ŸŽฏSkill

An AI skill for PixiJS v8 that teaches agents how to load and manage assets using the Assets API, including bundles, manifests, spritesheets, fonts, video, GIFs, and SVG files.

๐ŸŽฏ
pixijs-scene-core-concepts๐ŸŽฏSkill

An AI skill for PixiJS v8 that explains scene graph architecture, teaching agents the difference between leaf and container nodes, transform inheritance, culling, render groups, RenderLayer, and masking.

๐ŸŽฏ
pixijs-scene-sprite๐ŸŽฏSkill

An AI skill for PixiJS v8 that teaches agents image rendering using Sprite and its variants: AnimatedSprite for frame-based animation, NineSliceSprite for scalable UI elements, and TilingSprite for repeating textures.

๐ŸŽฏ
pixijs-math๐ŸŽฏSkill

An AI skill for PixiJS v8 that teaches agents how to work with 2D math utilities including coordinates, vectors, matrices, shapes, and hit testing using Point, Matrix, Rectangle, Polygon, and coordinate conversion methods.