{"id":14964096,"url":"https://github.com/koreezgames/phaser-particle-editor","last_synced_at":"2025-10-25T03:31:26.911Z","repository":{"id":98324384,"uuid":"101291634","full_name":"koreezgames/phaser-particle-editor","owner":"koreezgames","description":"Phaser Particle Editor helps to create phaser particle effects visually.","archived":false,"fork":false,"pushed_at":"2018-07-29T11:56:00.000Z","size":229,"stargazers_count":10,"open_issues_count":4,"forks_count":4,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-01-31T05:33:56.280Z","etag":null,"topics":["editor","emitter","game","game-development","games","particle","particles","phaser","phaser-game","phaserjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koreezgames.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-24T12:17:46.000Z","updated_at":"2024-10-28T20:28:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"de3c5f1c-203c-4719-94f2-4692959b4873","html_url":"https://github.com/koreezgames/phaser-particle-editor","commit_stats":{"total_commits":41,"total_committers":4,"mean_commits":10.25,"dds":0.5853658536585367,"last_synced_commit":"064879a8bc47c392f3411519e6931d30aa7ede42"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koreezgames%2Fphaser-particle-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koreezgames%2Fphaser-particle-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koreezgames%2Fphaser-particle-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koreezgames%2Fphaser-particle-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koreezgames","download_url":"https://codeload.github.com/koreezgames/phaser-particle-editor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238075306,"owners_count":19412309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["editor","emitter","game","game-development","games","particle","particles","phaser","phaser-game","phaserjs"],"created_at":"2024-09-24T13:32:34.355Z","updated_at":"2025-10-25T03:31:21.407Z","avatar_url":"https://github.com/koreezgames.png","language":"JavaScript","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=paypal@koreez.com\u0026lc=US\u0026item_name=Koreez%20LLC\u0026no_note=0\u0026currency_code=USD\u0026bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest"],"categories":[],"sub_categories":[],"readme":"# Phaser Particle Editor\n[![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\u0026business=paypal@koreez.com\u0026lc=US\u0026item_name=Koreez%20LLC\u0026no_note=0\u0026currency_code=USD\u0026bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest)\n\nThis tool helps to create phaser particle effects visually. \n\n\n## Getting Started\n* [Watch the video](https://www.facebook.com/saqsun/videos/1698844436801218/)\n\n\n## Plugin\nPhaser Particle Editor has plugin which will easily render your content.\nIt is of course open source: [phaser-particle-editor-plugin](https://github.com/koreezgames/phaser-particle-editor-plugin.git)\n\n#### Installation\n#### ***Using script tag:***\n[![](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)\n```html\n\u003cscript src=\"//cdn.jsdelivr.net/npm/@koreez/phaser-particle-editor-plugin/dist/plugin.min.js\"\u003e\u003c/script\u003e\n```\n#### ***Using npm:***\n[![npm](https://img.shields.io/npm/dt/@koreez/phaser-particle-editor-plugin.svg)](https://www.npmjs.com/package/@koreez/phaser-particle-editor-plugin)\n```shell\n$ npm i -g npm\n$ npm i --save @koreez/phaser-particle-editor-plugin\n```\n\n## News \u0026 Community\nWe have a [forum](http://www.html5gamedevs.com/topic/33387-phaser-particle-editor) so you can always be up to date with latest news!\n\n## Contributing\nComing soon!\n\n## Run from sources\n#### 1. Clone this repo:\n* Fork this repo.\n* Navigate into your workspace directory.\n* Clone yor Fork.\n\n#### 2. Install node.js and npm:\nhttps://nodejs.org/en/\n\nNavigate to the cloned repo’s directory.\n\nRun:\n```shell\n$ npm install \n```\n#### 3. Run the development server:\nRun:\n```shell\n$ npm run dev\n```\nThis will run a server so you can run the editor in a browser.\n\nOpen your browser and enter localhost:3000 into the address bar.\n\nAlso this will start a watch process, so you can change the source and the process will recompile and refresh the browser\n\n## Reporting Issues\nBecause 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.\n\n## Donation\n[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=paypal@koreez.com\u0026lc=US\u0026item_name=Koreez%20LLC\u0026no_note=0\u0026currency_code=USD\u0026bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoreezgames%2Fphaser-particle-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoreezgames%2Fphaser-particle-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoreezgames%2Fphaser-particle-editor/lists"}