Skip to content

TheRainbowPhoenix/PhaserEditor2D-v3-allInOne

 
 

Repository files navigation

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
  1. Copy the latest Phaser Editor 2D server to the server/ folder. The ElectronJS app will execute the server/PhaserEditor2D file.

  2. Compiles the TypeScript files

npm run ts-build
  1. Run the application:
npm start

About

An ElectronJS wrapper for Phaser Editor 2D v3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.3%
  • TypeScript 25.2%
  • HTML 14.8%
  • Shell 1.4%
  • CSS 0.3%