https://github.com/rexrainbow/phaser3-rex-notes
Notes of phaser3 engine
https://github.com/rexrainbow/phaser3-rex-notes
phaser
Last synced: 14 days ago
JSON representation
Notes of phaser3 engine
- Host: GitHub
- URL: https://github.com/rexrainbow/phaser3-rex-notes
- Owner: rexrainbow
- License: mit
- Created: 2018-02-12T10:45:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T06:54:42.000Z (6 months ago)
- Last Synced: 2024-10-29T14:51:03.760Z (6 months ago)
- Topics: phaser
- Language: JavaScript
- Homepage:
- Size: 652 MB
- Stars: 1,215
- Watchers: 19
- Forks: 263
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notes of Phaser3 engine
## Links
### Phaser3
- [FAQ](https://github.com/phaser-discord/community/blob/master/FAQ.md)
- [Official discord channel](https://discord.gg/phaser)
- [API document](https://photonstorm.github.io/phaser3-docs/)
- [Examples](https://labs.phaser.io/)
- [Bug report](https://github.com/photonstorm/phaser/issues)### Rex plugins
- [Plugin list](https://rexrainbow.github.io/phaser3-rex-notes/docs/site/plugin-list/)
- [Demos](https://codepen.io/rexrainbow/pens/public)
- [Discord channel](https://discord.gg/kWkuFZK)
- [Bug report](https://github.com/rexrainbow/phaser3-rex-notes/issues)
- [Feature suggestion & discussion](https://github.com/rexrainbow/phaser3-rex-notes/discussions)## Demo
### Prepare
1. Install [node.js](https://nodejs.org/en/) (ver 10+, for rollup)
2. Click `install.bat`
- `npm install`### Run examples
1. Click `*.bat` in folder `examples`, it will open application on browser
### Export minify file of plugins
1. Click `export-plugins.bat`
- `npm run build`## File structure
- Folder `dist` : Plugin minify files
- Folder `plugins`, `templates` : Source code of plugins and templates
- Folder `examples` : Test code of plugins
- Folder `docs` : Some notes of phaser3, and my plugins.
- `site\index.html` : Entry point.