-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Phaser 3 #52
Comments
|
it would be nice if you could add support for electron. that way you d have mobile desktop and web on the same template :) |
What you think about add something like https://github.com/mixtur/webpack-spritesmith, then we could easily merge all the image assets into a atlas on the build (and in dev runtime). |
Maybe it's possible to add Webpack's Hot Module Replacement ( https://webpack.js.org/concepts/hot-module-replacement/ ) |
Hi, I think we need to separate the upgrade to phaser 3 from the other enhancements, that way we could consume it in smaller chunks. I'll try to upgrade it to phaser 3 and make a pull request for it. EDIT: After looking through the phaser3 branch, I've seen it's mostly complete regarding upgrading to phaser3, is there anything missing that prevents you from merging to master? |
Don't worry about the merge, I will do manually because I was planning to move the v2 to another repo. So let me check your work and I will integrate it with what I have been doing |
I've made something very similar some time ago, maybe it helps as source of inspiration: |
@lean I'm not worried. I just don't want to repeat / duplicate work that already has been done. Is there anything else needed to be done on top of your |
@oronbz cool, let me update some things. I will tell you when I'm ready |
@rafaeldelboni thanks for share your project. I'm looking at it right now |
@oronbz I just updated https://github.com/lean/phaser-es6-webpack/tree/phaser3 |
@lean that's awesome, Is there any reason you haven't included cordova too? |
I haven't include for lack of time. I even think it's still incomplete. We need to add:
|
For newcomers like me it would be useful to update the ReadME with some information about the v3 branch and any steps needed to use it (if any). |
I have create the branch 'phaser3' to start with the implementation of the new release of the library.
Does anyone have any ideas or suggestions to implement?
Any functionality to add or remove?
There are some ideas:
The text was updated successfully, but these errors were encountered: