https://github.com/phasereditor2d/phasereditor2d-v3-allinone
An ElectronJS wrapper for Phaser Editor 2D v3.
https://github.com/phasereditor2d/phasereditor2d-v3-allinone
Last synced: about 1 year ago
JSON representation
An ElectronJS wrapper for Phaser Editor 2D v3.
- Host: GitHub
- URL: https://github.com/phasereditor2d/phasereditor2d-v3-allinone
- Owner: PhaserEditor2D
- License: mit
- Created: 2020-11-18T05:17:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T17:26:27.000Z (about 2 years ago)
- Last Synced: 2024-03-25T19:15:10.772Z (about 2 years ago)
- Language: JavaScript
- Size: 12.2 MB
- Stars: 16
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.MD
- License: LICENSE
Awesome Lists containing this project
README
# Phaser Editor 2D v3 All-in-One edition

The All-in-One edition of Phaser Editor 2D.
* It wraps Phaser Editor 2D Core in an ElectronJS app.
* Provides better integration with the operating system (create, open projects).
* Provides project templates and demo projects.
## Run
1. Install dependencies:
```
npm install
```
2. Copy the latest Phaser Editor 2D server to the `server/` folder. The ElectronJS app will execute the `server/PhaserEditor2D` file.
3. Compiles the TypeScript files
```
npm run ts-build
```
4. Run the application:
```
npm start
```