An ElectronJS wrapper for Phaser Editor 2D v3.

#editor #gamedev #javascript #js #phaser.js

PhaserEditor2D 9d4cf331c5 Update version. 1 year ago
.github 5b48e66312 Update readme file. 4 years ago
.vscode 6e1fdf20a0 Migrate to typescript. 4 years ago
build-assets e358eed15a Update icons 2 years ago
linux-assets e358eed15a Update icons 2 years ago
src f9440448b5 Sorts project templates. 2 years ago
starter-templates 374099c08d Updates templates. 2 years ago
.gitignore 8417c9faca Starts with marketplace. 3 years ago
CHANGELOG.MD 9589088746 Updates changelog. 2 years ago
LICENSE 82255e10fc Initial commit 5 years ago
README.md dfb8818da3 More about the build script. 4 years ago
get-starter-templates.sh f22a883d05 Updates project templates. 2 years ago
package-lock.json 9d4cf331c5 Update version. 1 year ago
package.json 9d4cf331c5 Update version. 1 year ago

README.md

Phaser Editor 2D v3 All-in-One edition

social preview

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