pixijs-scene-text

star 3

Use for PixiJS v8 text rendering: Text, TextStyle, BitmapText, HTMLText, SplitText, SplitBitmapText, dynamic labels, glyph atlas performance, styled markup.

Xopoko By Xopoko schedule Updated 6/11/2026

name: pixijs-scene-text description: "Use for PixiJS v8 text rendering: Text, TextStyle, BitmapText, HTMLText, SplitText, SplitBitmapText, dynamic labels, glyph atlas performance, styled markup." license: MIT

Use this for labels, text blocks, bitmap-font text, HTML/SVG text, and split text effects.

Route

Rules

  • Use options-object constructors in v8.
  • Prefer BitmapText for frequently updated numeric/UI text.
  • Use HTMLText only when markup support is worth its cost and limitations.
  • Text objects are leaves; group them in Container for composition.
  • Cache styles and avoid rebuilding text every frame.

Common Fixes

  • Text migration fails: convert constructor args to options object.
  • Dynamic text hurts FPS: switch to BitmapText or reduce update frequency.
  • Need animated letters/words: use split text variants.
Install via CLI
npx skills add https://github.com/Xopoko/plug-n-skills --skill pixijs-scene-text
Repository Details
star Stars 3
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator