skillfed

pixijs

16 unscanned 16 skills total

Skills by pixijs

  • pixijs

    MIT· ★ 293 · updated 2026-06-04 — PixiJS is a high-performance 2D rendering engine built for the web. This skill collection guides agents through core PixiJS v8 concepts—from application initialization and scene…

  • pixijs-accessibility

    MIT· ★ 293 · updated 2026-06-04 — This skill equips developers to build inclusive PixiJS applications by implementing screen reader compatibility and keyboard-driven interaction patterns. Master the accessibility…

  • pixijs-application

    MIT· ★ 293 · updated 2026-06-04 — Master PixiJS Application initialization and renderer configuration for fast 2D graphics across WebGL, WebGPU, and Canvas. This skill covers foundational setup, scene graph…

  • pixijs-blend-modes

    MIT· ★ 293 · updated 2026-06-04 — This skill teaches you how to apply and control blend modes when compositing multiple display objects in PixiJS. You'll learn which blend modes suit different visual effects, how…

  • pixijs-core-concepts

    MIT· ★ 293 · updated 2026-06-04 — This skill equips agents with deep knowledge of PixiJS v8's rendering pipeline and core architectural patterns. Learn how the library's renderer abstractions enable efficient 2D…

  • pixijs-create

    MIT· ★ 293 · updated 2026-06-04 — This skill guides you through initializing a new PixiJS v8 project using the create-pixi command-line tool. You'll discover how to scaffold your rendering application, configure…

  • pixijs-custom-rendering

    MIT· ★ 293 · updated 2026-06-04 — Master shader development for PixiJS v8 by writing custom GLSL and WGSL code with properly typed uniforms. This skill covers the shader pipeline, uniform management, and…

  • pixijs-environments

    MIT· ★ 293 · updated 2026-06-04 — This skill equips agents to deploy PixiJS v8 rendering outside traditional browser contexts—including Web Workers, Node.js servers, and server-side rendering pipelines. It covers…

  • pixijs-events

    MIT· ★ 293 · updated 2026-06-04 — Master input handling in PixiJS v8 by learning how to capture and respond to pointer, mouse, touch, and wheel events. This skill covers event binding techniques, listener…

  • pixijs-filters

    MIT· ★ 293 · updated 2026-06-04 — This skill teaches you how to leverage PixiJS v8's powerful filter system to enhance your 2D graphics with visual effects. You'll learn to apply filters to display objects, chain…

  • pixijs-html-source

    MIT· ★ 293 · updated 2026-06-04 — This skill enables PixiJS developers to capture and render HTML content directly as GPU textures, bridging the gap between DOM-based UI and high-performance 2D graphics. Whether…

  • pixijs-migration-v8

    MIT· ★ 293 · updated 2026-06-04 — This skill guides developers through upgrading PixiJS projects from version 7 to version 8, covering all breaking changes and API shifts. It provides a structured migration…

  • pixijs-scene-core-concepts

    MIT· ★ 293 · updated 2026-06-04 — This skill equips you with foundational knowledge of PixiJS v8's scene graph model, covering how containers organize display objects and transforms propagate through the…

  • pixijs-scene-dom-container

    MIT· ★ 293 · updated 2026-06-04 — This skill teaches agents how to layer standard HTML elements—such as form inputs, embedded iframes, and video players—directly atop a PixiJS canvas rendering surface. It covers…

  • pixijs-scene-gif

    MIT· ★ 293 · updated 2026-06-04 — This skill teaches agents how to load and render animated GIF files as sprites within PixiJS v8 scenes. It covers the setup process, sprite creation from GIF sources, and…

  • pixijs-ticker

    MIT· ★ 293 · updated 2026-06-04 — The pixijs-ticker skill teaches you how to leverage PixiJS's built-in ticker for synchronizing animation frames and game updates. Learn to attach callbacks that fire reliably each…