The aim of this fork is to experiment with pixi.js and test new APIs that may be will be merged into official library.
-
static transforms — No point of re-calculating matrices every frame if most of the scene is static.
-
Camera with z-index/z-order and culling — Ordering was pain in PIXI and Phaser. Now its gone!
-
Multiple cameras, proxy containers — Wanna make repeating world, make it like Thorus? Proxies FTW!
-
2.5D transforms — Best of both worlds!
Test new APIs in examples
Binaries are located in pixi-bin repository
Follow Pixi.JS Contributing Guide with a few exceptions:
- Please do not commit binary files
- All Pull Requests must be made for 'master' branch
Fork was made by @ivanpopelyshev
Original library by @doormat23, @rolnaaba and many others.
This content is released under the (http://opensource.org/licenses/MIT) MIT License.