diff --git a/README.md b/README.md index b023f70..dcfe7b5 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,27 @@ [Pixi.js forum]() + +### 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 ### PixiJS is build with Grunt. If you don't already have this, go install Node and NPM then install the Grunt Command Line.