An ElectronJS wrapper for Phaser Editor 2D v3.

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

PhaserEditor2D 2080704932 Merge branch 'develop' 2 years 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 530e3bf105 Update version. 3 years ago
starter-templates 5a5a763b86 Get starter templates 2 years ago
.gitignore 8417c9faca Starts with marketplace. 3 years ago
CHANGELOG.MD b137b7ccc9 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 a184e7889f Get latest starter templates. 3 years ago
package-lock.json e1564bfeab Update version. 2 years ago
package.json e1564bfeab Update version. 2 years 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