Skip to content

An offline Electron based editor for the Play Canvas game engine.

Notifications You must be signed in to change notification settings

simeonradivoev/Play-Canvas-Electron-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlayCanvas offline electron editor

screenshot

This is only boilerplate code for an offline editor for PlayCanvas engine. It's setup with typescript and some decorating for integration with playcanvas.

It also has Visual Studio Code setup for debugging the electron app.

App

The editor entry point is in editor.ts. It is loaded by preload.ts after the html document has been loaded. That means it has access to node.js.

Installation

First you need npm installed. Then in the main project folder, run:

npm install
npm build

Debugging

Use Visual Studio Code to open the root project, then hit F5 to start the debugging.

Building

Project has electron-builder installed but is not setup yet.

About

An offline Electron based editor for the Play Canvas game engine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages