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

Website: pixijs.com
Source: github.com/pixijs/pixijs
PixiJS is heading to #GitHubUniverse!

Find us in the open source zone on Oct 28th
Swing by, say hello, and grab some stickers!
October 22, 2025 at 8:26 PM
🚀 PixiJS 8.13.0 is out!

What’s new:
- SVG fill rule support
- Smarter text caching + measuring
- 20+ bug fixes

Coming Soon: gl2D, Figma plugin, Native 3D support

See the latest blog post for details
pixijs.com/blog/8.13.0
PixiJS Update - v8.13.0 | PixiJS
A look at the 8.13.0 release of PixiJS and what's coming next
pixijs.com
September 5, 2025 at 4:14 PM
🚀 PixiJS 8.12.0 is out!

This release wraps up Bug Hunt Month with:
✅ 45 fixes
✅ 250+ issues closed
🆕 Layout v3.1.0 released

Huge thanks to all the new contributors who jumped in and helped improve the project!

See the latest blog post for details
pixijs.com/blog/8.12.0
August 6, 2025 at 2:04 PM
🐛 Bug Hunt Month progress check:

• ~30 bugs fixed
• 200+ issues closed

Thanks to everyone who’s helped so far.
Let us know which bugs you want fixed next!

#opensource
July 18, 2025 at 2:58 PM
🐛 Bug Hunt Month!

For all of July, we’re focusing on fixing the bugs that matter most to the community.

PixiJS is vast and we are a small team. We want to prioritise the issues that actually slow you down.

💬 Tell us which bugs matter most to you!

#opensource
July 8, 2025 at 9:26 AM
🚀 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
🚀 The PixiJS Showcase is live!

Check out what the Pixi community has been building:
👉 pixijs.com/showcase

Seen something you love? Let us know!
PixiJS
pixijs.com
July 2, 2025 at 1:56 PM
Quick update on the PixiJS Showcase!

We’ve made it super easy to submit. Just fill out this form:
👉 form.jotform.com/25175567897...

Only a couple of days left to get your project in!
If you’ve built something cool with PixiJS, now’s the time to share it.
June 30, 2025 at 9:17 AM
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
🚀 GitHub Sponsors is live!

PixiJS is now live on github sponsors and we’ve updated our tiers across both @github.com and open collective!

👉 pixijs.com/8.x/sponsor

We’d love your support, especially from companies who rely on PixiJS. Help us keep pushing the web forward!
Sponsor PixiJS | PixiJS
PixiJS is an MIT-licensed open source project and completely free to use. It's trusted by companies and developers around the world to power high-performance graphics on the web. The enormous effort required to maintain the project, evolve its feature set, and support its growing ecosystem is only made possible through the financial support of our sponsors.
pixijs.com
June 24, 2025 at 3:00 PM
1 week left to get your project in for the PixiJS Showcase relaunch!

If you've built something cool with Pixi (any version), this is your chance to show it off.

Add your project here:
🔗 github.com/pixijs/pixi...
June 23, 2025 at 2:56 PM
Following up on the LLM docs post:

We just published a GPT assistant that’s wired into our official guides and docs.

Give it a try: chatgpt.com/g/g-681259d...

Feedback welcome!
ChatGPT - PixiJS v8 Assistant
Your PixiJS v8 expert
chatgpt.com
June 20, 2025 at 3:57 PM
🚀 New LLM Docs

If you’ve asked an LLM for help with PixiJS v8, there’s a good chance it gave you v7 code.

We’ve just published our llms.txt files to help fix that.

🔗 pixijs.com/8.x/llms

It's a small step, but hopefully one that leads to better answers!
June 18, 2025 at 3:23 PM
🌟 The PixiJS Showcase is returning! 🌟

We're relaunching at end of the month, highlighting awesome projects built with PixiJS on our website.

Got something cool? Add it to the PR:
github.com/pixijs/pixij...
June 16, 2025 at 1:55 PM
🚀 PixiJS v8.10.0 is out!

This release includes:
• A full docs overhaul
• Baked text filters
• Text trimming
• Texture style control for text

Check out the blog post showcasing on the new features:
🔗 pixijs.com/blog/8.10.0
PixiJS Update - v8.10.0 | PixiJS
A look at the 8.10.0 release of PixiJS.
pixijs.com
June 5, 2025 at 5:09 PM
It has recently come to our attention that a few sites have been using our pixijs.download domain in production. PLEASE don’t do this. We are not setup to support or fund non-development uses. Use jsdelivr, another CDN or host yourself. Thanks!
PixiJS — The HTML5 Creation Engine
pixijs.download
May 8, 2025 at 1:25 AM
🎉 PixiJS Layout v3 is here! 🎉

• A complete ground-up rewrite built on Yoga!
• Opt-in layout for any PixiJS object
• Web-style features like objectFit, objectPosition, and overflow

Check out the full details in our blog post:
pixijs.com/blog/layout-v3
PixiJS Layout v3 is here! 🎉 | PixiJS
The new Layout v3 is here! With a new API, better performance, and more features.
pixijs.com
April 29, 2025 at 2:52 PM
Introducing PixiJS React v8. Thanks @trezy.codes for all your excellent work on this project! pixijs.com/blog/pixi-re...

@react.dev
Introducing PixiJS React v8 | PixiJS
PixiJS React
pixijs.com
April 7, 2025 at 10:59 AM
Today, we released an experimental feature in v8.9.0 that allows devs to control the transform of DOM elements as if they were attached to your scene. This is helpful for things like textareas or inputs which can be challenging to implement completely in PixiJS codesandbox.io/p/sandbox/z2...
March 20, 2025 at 9:03 PM
The latest release of PixiJS now supports using radial gradients. Checkout this guide for details about different approach for using fill with Graphics: pixijs.com/guides/compo...
February 7, 2025 at 12:55 AM
More info about our 8.7.0 release:

pixijs.com/blog/8.7.0
PixiJS Update - v8.7.0 | PixiJS
A look at the 8.7.0 release of PixiJS.
pixijs.com
January 28, 2025 at 1:27 PM
In v8.7.0, we're introducing an experimental API inspired by the Layers plugin (`@pixi/layers`) to enhance control over rendering order, independent of the scene graph. More details here: pixijs.com/8.x/guides/a...
Render Layers | PixiJS
PixiJS Layer API Guide
pixijs.com
January 27, 2025 at 6:39 PM
Ever wanted to combine PixiJS and @threejs.org? We've got the guide for you: pixijs.com/8.x/guides/a...
Mixing PixiJS and Three.js | PixiJS
In many projects, developers aim to harness the strengths of both 3D and 2D graphics. Combining the advanced 3D rendering capabilities of Three.js with the speed and versatility of PixiJS for 2D can r...
pixijs.com
January 27, 2025 at 4:58 PM
We are creating a new org on GitHub called pixijs-userland to better separate the core project from community efforts. More on this initiative: pixijs.com/blog/intro-u...
Introducing PixiJS Userland | PixiJS
Announcing a new GitHub organization for community projects.
pixijs.com
January 23, 2025 at 2:15 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