This tool helps to create phaser particle effects visually.
Phaser Particle Editor has plugin which will easily render your content. It is of course open source: phaser-particle-editor-plugin
<script src="//cdn.jsdelivr.net/npm/@koreez/phaser-particle-editor-plugin/dist/plugin.min.js"></script>
$ npm i -g npm
$ npm i --save @koreez/phaser-particle-editor-plugin
We have a forum so you can always be up to date with latest news!
Coming soon!
- Fork this repo.
- Navigate into your workspace directory.
- Clone yor Fork.
Navigate to the cloned repo’s directory.
Run:
$ npm install
Run:
$ npm run dev
This will run a server so you can run the editor in a browser.
Open your browser and enter localhost:3000 into the address bar.
Also this will start a watch process, so you can change the source and the process will recompile and refresh the browser
Because the editor is open source, you can use the issue tracker here on GitHub to report issues.