Update README.md

Road map added
This commit is contained in:
Mat Groves 2013-06-05 23:26:29 +02:00
parent c9a51f90ac
commit 779bbaea44

View file

@ -45,6 +45,27 @@ last 2 examples and allowing us to share the source code :)
[Pixi.js forum](<http://www.html5gamedevs.com/forum/15-pixijs/>) [Pixi.js forum](<http://www.html5gamedevs.com/forum/15-pixijs/>)
### Road Map ###
* Create a Typescript definition file for Pixi.js
* Implement Custom Render Item (currently being worked on by @GoodBoyDigital)
* Implement Masking
* Implement Primative Drawing
* Implement Filters (currently being worked on by @GoodBoyDigital)
* Add Spine support
* Implement Flash animation to pixi
* Update Loader so that it support XHR2 if it is available
* Improve the Documentation of the Project
* Create an Asset Loader Tutorial
* Create a MovieClip Tutorial
* Create a small game Tutorial
### Contirbute ###
Want to be part of the pixi.js project? Great! All are welcome! We will get there quicker together :)
Whether you find a bug, have a great feature request or you fancy owning a task from the road map above feel free to get in touch.
### How to build ### ### How to build ###
PixiJS is build with Grunt. If you don't already have this, go install Node and NPM then install the Grunt Command Line. PixiJS is build with Grunt. If you don't already have this, go install Node and NPM then install the Grunt Command Line.