BabylonJS / Editor

Community managed visual editor for Babylon.js
http://editor.babylonjs.com/
813 stars 232 forks source link

Unable to run in Electron #12

Closed BigPhilCombo closed 7 years ago

BigPhilCombo commented 8 years ago

Would be awesome to be able to use the editor in Electron as a Desktop Application but currently loading it into Electron as is produces quite a few runtime errors.

julien-moreau commented 8 years ago

Hey, this is exactly what @sevan did some months ago. We are planning to do some things with Electron since it can bring a lot of additional features. I'll share this issue to @sevan so he may help you with Electron and the Editor

sevan commented 8 years ago

I did?

julien-moreau commented 7 years ago

Oups, not you sorry for the mistake :)

sevan commented 7 years ago

:) no worries

julien-moreau commented 7 years ago

@pchertok after the v1.0 of the editor we'll try to focus on the Electron support and come with news about it. It may be a good added value for an editor :) Just for informations, what kind of errors do you have ?

julien-moreau commented 7 years ago

I think this should one of your issues: http://stackoverflow.com/questions/32621988/electron-jquery-is-not-defined

julien-moreau commented 7 years ago

Hey, I just pushed a working version of the Editor with Electron, I did it just to see how it works On the branch "develop" you just have to install missing packages (npm install) and run the following commands: