PixiJS
banner
pixijs.com
PixiJS
@pixijs.com
Official account for PixiJS, the HTML5 Creation Engine

Website: pixijs.com
Source: github.com/pixijs/pixijs
🚀 PixiJS 8.11.0 is here!

Split text into characters, words, and lines for full control over text effects with the new SplitText class

Also: quality-of-life updates with container.origin, container.replaceChild, and breakWords support for BitmapText

👉 pixijs.com/blog/8.11.0
July 3, 2025 at 3:34 PM
Text animation just got easier in PixiJS!

Inspired by @gsap-greensock.bsky.social's SplitText, you can now easily break down text into characters, words, or lines and let the animation magic begin. 💚

Shipping with v8.11.0 soon!
June 26, 2025 at 9:04 AM
Looking to add marching ants into your project? Checkout this new v8 plugin @pixi/marquee-selection github.com/pixijs-userl...
December 18, 2024 at 10:19 PM
We’ve just released PixiJS Create – a CLI tool that makes setting up PixiJS projects faster and easier! 🚀 Choose from bundler templates or a feature-packed "Creation Template" to get started.

For all the details, check out the blog: pixijs.com/blog/create-... 🎨
December 11, 2024 at 2:03 PM
Back by popular demand, in v8.6.0 we re-added an improved version of v7's cacheAsBitmap, which we renamed cacheAsTexture (RIP Flash).

Example: pixijs.com/examples/basic/cache-as-texture
Guide: pixijs.com/guides/advanced/cache-as-texture
November 28, 2024 at 1:37 PM
We released v8.6.0, and one of the features re-added from v7 is pixels lines with Graphics. These native lines are always 1px, regardless of scale. Ideal for debugging, drawing grids, UI, etc.

Guide: pixijs.com/guides/components/graphics-pixel-line
Example: pixijs.com/examples/graphics/pixel-line
November 28, 2024 at 1:00 PM