-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
v3 Pixi Plugins
Zyie edited this page Sep 18, 2019
·
2 revisions
Here are some plugins from the community for use with pixi v3 & v4:
- pixi-action - For easily action and animation, like cocos2d-x.
- pixi-spine - Adds support for spine animations.
- pixi-live2d - Adds support for live2d animations.
- pixi-tiled - Adds support for importing Tiled Editor tilemaps into pixi.
- pixi-cocoontext - Optimizes text for use with cocoonjs.
- EZGUI - A GUI library with many features : themes, skins, tweening ...etc (also support Phaser)
- gown.js - A GUI library for theming, skins, text input, scroll bars...
- pixi-dragonbones - Adds support for dragon bones animations.
- pixi-extra-filters - Adds some extra community-made filters to pixi.
- pixi-particles - Adds particle systems to pixi.js
- pixi-tween - Tween animations
- pixi-audio - Add audio support using the pixi.js resource-loader.
- pixi-keyboard - Add keyboard support to manage the keyboard events easily
- pixi-timer - Create time events easily.
-
pixi-game - Add class
Game
andState
. TheState
lifecycle containsinit
,preload
,create
,update
.