pixi.js@7 support
See original GitHub issuev7 of pixi is out (woo!) - any plans/timeline on supporting it? InteractionManager seems to be the only potential issue for this library, though from what I read, it’s a drop-in replacement so might just be a case of allowing ^7.0.0
for peer dependencies?
Issue Analytics
- State:
- Created a year ago
- Reactions:7
- Comments:8 (3 by maintainers)
Top Results From Across the Web
PixiJS
Sprite Sheet Support. Pixi caters for a range of sprite sheet formats and includes advanced support for features like trimming and rotational packing....
Read more >Pixi's docs - PixiJS API Documentation
PixiJS has full WebGL support and seamlessly falls back to HTML5's ... <script src="https://cdn.jsdelivr.net/npm/pixi.js@7.x/dist/browser/ ...
Read more >Releases · pixijs/pixijs - GitHub
Migration Guide. We create a Wiki post here to address some of the breaking changes introduced in v7. If you are upgrading or...
Read more >Infinite beautiful slider with PIXI.js and bezier curves #5
Developer and website: https://yuto-takahashi.com/Amazing bezier curves video by Daniel Shiffman: ...
Read more >pixi.js-legacy - npm
pixi.js-legacy. TypeScript icon, indicating that this package has built-in type declarations. 7.0.5 • Public • Published 14 days ago.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m working on it right now, will send PR in a few days.
@asciidiego good question!
If you need stability and broad plugin support right now stick with v6. If you’re looking for a more modern approach and more up-to-date features, then v7. It also probably depends slightly on when you’re launching your project. Much of the v7 issues and upgrading plugins will likely get sorted in a month or two.
My hope is that more folks starting new projects use v7 and help us improve. The community especially on Discord is very helpful and generous.
If you do choose v6, I’d strongly recommend the latest 6.5.x version and implement using both
@pixi/events
and@pixi/assets
as that will make moving to v7 easier.