An open API service indexing awesome lists of open source software.

https://github.com/phasereditor2d/phasereditor2d-v3-allinone

An ElectronJS wrapper for Phaser Editor 2D v3.
https://github.com/phasereditor2d/phasereditor2d-v3-allinone

Last synced: about 1 year ago
JSON representation

An ElectronJS wrapper for Phaser Editor 2D v3.

Awesome Lists containing this project

README

          

# Phaser Editor 2D v3 All-in-One edition

![social preview](.github/allInOne-social-preview.png)

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
```