An ElectronJS wrapper for Phaser Editor 2D v3.

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

PhaserEditor2D c069cb370c Updates changelog. il y a 2 ans
.github 5b48e66312 Update readme file. il y a 4 ans
.vscode 6e1fdf20a0 Migrate to typescript. il y a 4 ans
build-assets e358eed15a Update icons il y a 2 ans
linux-assets e358eed15a Update icons il y a 2 ans
src 530e3bf105 Update version. il y a 3 ans
starter-templates ee4a105e61 Get latest templates. il y a 2 ans
.gitignore 8417c9faca Starts with marketplace. il y a 3 ans
CHANGELOG.MD c069cb370c Updates changelog. il y a 2 ans
LICENSE 82255e10fc Initial commit il y a 5 ans
README.md dfb8818da3 More about the build script. il y a 4 ans
get-starter-templates.sh a184e7889f Get latest starter templates. il y a 3 ans
package-lock.json 334e883012 Update version. il y a 2 ans
package.json 334e883012 Update version. il y a 2 ans

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