pixijs-ticker
๐ฏSkillfrom pixijs/pixijs-skills
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)
Installation
npx vibeindex add pixijs/pixijs-skills --skill pixijs-tickernpx skills add pixijs/pixijs-skills --skill pixijs-ticker~/.claude/skills/pixijs-ticker/SKILL.mdSKILL.md
More from this repository10
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.