An ElectronJS wrapper for Phaser Editor 2D v3.
#editor #gamedev #javascript #js #phaser.js
|
|
il y a 2 ans | |
|---|---|---|
| .github | il y a 4 ans | |
| .vscode | il y a 4 ans | |
| build-assets | il y a 2 ans | |
| linux-assets | il y a 2 ans | |
| src | il y a 3 ans | |
| starter-templates | il y a 2 ans | |
| .gitignore | il y a 3 ans | |
| CHANGELOG.MD | il y a 2 ans | |
| LICENSE | il y a 5 ans | |
| README.md | il y a 4 ans | |
| get-starter-templates.sh | il y a 3 ans | |
| package-lock.json | il y a 2 ans | |
| package.json | il y a 2 ans |
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