An ElectronJS wrapper for Phaser Editor 2D v3.
#editor #gamedev #javascript #js #phaser.js
|
|
1 year ago | |
|---|---|---|
| .github | 4 years ago | |
| .vscode | 4 years ago | |
| build-assets | 2 years ago | |
| linux-assets | 2 years ago | |
| src | 2 years ago | |
| starter-templates | 2 years ago | |
| .gitignore | 3 years ago | |
| CHANGELOG.MD | 2 years ago | |
| LICENSE | 5 years ago | |
| README.md | 4 years ago | |
| get-starter-templates.sh | 2 years ago | |
| package-lock.json | 1 year ago | |
| package.json | 1 year ago |
The All-in-One edition of Phaser Editor 2D.
Install dependencies:
npm install
Copy the latest Phaser Editor 2D server to the server/ folder. The ElectronJS app will execute the server/PhaserEditor2D file.
Compiles the TypeScript files
npm run ts-build
Run the application:
npm start