PixelPicoSean Posted August 29, 2014 Share Posted August 29, 2014 Hi phaser users, I think it's time to introduce it to the public since scene and prefab generation feature is just finished. Full features listed:Easy and efficient workflow powered by Node.js and Gulp.jsES6 module supportScene(state) and prefab generatorFast live reload with BrowserSyncDeploy with one line commandFor more details, please check the repo: https://github.com/pixelpicosean/slush-phaser-projectNOTE: please always update to latest version before using, the project is under heavy development currently. Some screenshots: Why build ANOTHER generator?Phaser is designed without any module system support, so I searched a lot for project generators come with AMD or CJS support, and I did find some nice projects. I use them for some games, and then I saw ember-cli which comes with ES6 module system, and I fell in love with es6 clean and beautiful syntax. That's the most important reason, another one is I did not find any project support blueprint which gives ember-cli a really efficient workflow and clean project layout. PS. Feedbacks and PRs are welcome, let's make it better together And happy coding everyone eguneys 1 Link to comment Share on other sites More sharing options...
PixelPicoSean Posted October 14, 2014 Author Share Posted October 14, 2014 The slush-phaser-project has moved a big step, and use Traceur to give developers ability to use more features introduced in ECMAScript 6. Thanks to rblopes for great works to make things possible. Link to comment Share on other sites More sharing options...
eguneys Posted April 16, 2015 Share Posted April 16, 2015 Hello, I am trying to use phaser with es6 using this project. How do I add a new spritesheet? Link to comment Share on other sites More sharing options...
PixelPicoSean Posted April 16, 2015 Author Share Posted April 16, 2015 Hi eguneys, I'd recommend to use https://github.com/rblopes/my-phaser-template instead since I have not update it for months and this man has made a great folk which has more features and better support. Link to comment Share on other sites More sharing options...
Recommended Posts