play_pixi 0.9.4+3
play_pixi: ^0.9.4+3 copied to clipboard
A Dart port for PIXI.js (v1.6.1) library.
play_pixi #
A Dart port of pixi.js
- Full features were implemented.
- Full examples that were only minimally modified from original examples.
- Tested in CocoonJS.
The final goal of this package is to build Phaser game engine naming play_phaser in Dart lang.
Change log #
0.9.4+
- upgrade to PIXI v1.6.1
0.9.4
- upgrade to PIXI v1.6.0
- strip snake example
- complex graphics example
0.9.3
- Fix touch event in cocoonJS
- Fix type error
- Fix mobile view size.
0.9.2
- Fix example 11 (RenderingTexture) and example 15 (Filter) example in chrome.
- Add Spine implementation and examples