question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Phaser 3 support and npm package publishing

See original GitHub issue

Phaser 3 is released and I was wondering if you would consider supporting it, and publishing the module on npm. if you wanted to release all your JS plugins, you could consider a tool like lerna. This way you can keep your monorepo, but released the different run-times seperately

I am working on a boilerplate called create-phaser-app. I’d love to include this in the “templated project” because its free and open source.

If you released a Phaser 3 plugin could also support CommonJs modules? Module-tree-shaking and similar technology can work to reduce the size of the package. In Phaser 3, modules are fully supported, instead of relying only on global namespaces. Maybe something with this structure

I spent some time last night taking a try to port the code. Yet, the dragonbones-runtime and common-module are more complex than I expected. I saw that you extended the Slot and the BaseFactory inside of your .ts files, yet a many of the methods deprecated in 5.5. For example the DataParser methodes. I wasn’t completely sure what was the right approach

Here are some thing that might help to know:

Let me know if there’s anything I can do to help, thank you!

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:30 (19 by maintainers)

github_iconTop GitHub Comments

github_iconTop Results From Across the Web

phaser - npm
Phaser is a fast, free, and fun open source HTML5 game framework that offers WebGL and Canvas rendering across desktop and mobile web...
Read more >
Getting Started with Phaser 3 - Phaser3
Phaser 3 has been published to npm. You can grab it using: npm install phaser. We include the build files in npm in...
Read more >
Setting up Phaser 3 with Webpack and NodeJS — Part I
I've created an npm package called @cdebadri/phasercli (like create-react-app) with which phaser games can be easily configured with webpack, ...
Read more >
phaser - npm.io
If you wish to build Phaser 3 from source, ensure you have the required packages by cloning the repository and then running npm...
Read more >
phaser3-typescript-template - npm package - Snyk
A Phaser 3 project template with Typescript support. Visit Snyk Advisor to see a full health score report for phaser3-typescript-template, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found