Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koreezgames/phaser-particle-editor
Phaser Particle Editor helps to create phaser particle effects visually.
https://github.com/koreezgames/phaser-particle-editor
editor emitter game game-development games particle particles phaser phaser-game phaserjs
Last synced: 4 months ago
JSON representation
Phaser Particle Editor helps to create phaser particle effects visually.
- Host: GitHub
- URL: https://github.com/koreezgames/phaser-particle-editor
- Owner: koreezgames
- License: mit
- Created: 2017-08-24T12:17:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T11:56:00.000Z (over 6 years ago)
- Last Synced: 2024-09-29T23:49:43.484Z (4 months ago)
- Topics: editor, emitter, game, game-development, games, particle, particles, phaser, phaser-game, phaserjs
- Language: JavaScript
- Homepage:
- Size: 224 KB
- Stars: 11
- Watchers: 7
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Phaser Particle Editor
[![Build Status](https://travis-ci.org/koreezgames/phaser-particle-editor.svg?branch=master)](https://travis-ci.org/koreezgames/phaser-particle-editor) [![David](https://david-dm.org/koreezgames/phaser-particle-editor.svg)]() [![Project status](https://img.shields.io/badge/status-active-brightgreen.svg)](#status) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&[email protected]&lc=US&item_name=Koreez%20LLC&no_note=0¤cy_code=USD&bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest)This tool helps to create phaser particle effects visually.
## Getting Started
* [Watch the video](https://www.facebook.com/saqsun/videos/1698844436801218/)## Plugin
Phaser Particle Editor has plugin which will easily render your content.
It is of course open source: [phaser-particle-editor-plugin](https://github.com/koreezgames/phaser-particle-editor-plugin.git)#### Installation
#### ***Using script tag:***
[![](https://data.jsdelivr.com/v1/package/npm/@koreez/phaser-particle-editor-plugin/badge?style=rounded)](https://www.jsdelivr.com/package/npm/@koreez/phaser-particle-editor-plugin/dist/plugin.min.js)
```html```
#### ***Using npm:***
[![npm](https://img.shields.io/npm/dt/@koreez/phaser-particle-editor-plugin.svg)](https://www.npmjs.com/package/@koreez/phaser-particle-editor-plugin)
```shell
$ npm i -g npm
$ npm i --save @koreez/phaser-particle-editor-plugin
```## News & Community
We have a [forum](http://www.html5gamedevs.com/topic/33387-phaser-particle-editor) so you can always be up to date with latest news!## Contributing
Coming soon!## Run from sources
#### 1. Clone this repo:
* Fork this repo.
* Navigate into your workspace directory.
* Clone yor Fork.#### 2. Install node.js and npm:
https://nodejs.org/en/Navigate to the cloned repo’s directory.
Run:
```shell
$ npm install
```
#### 3. Run the development server:
Run:
```shell
$ 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
## Reporting Issues
Because the editor is open source, you can use the [issue tracker](https://github.com/koreezgames/phaser-particle-editor/issues) here on GitHub to report issues.## Donation
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&[email protected]&lc=US&item_name=Koreez%20LLC&no_note=0¤cy_code=USD&bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest)