CesiumEditor is a simple cross platform desktop app that acts as a Cesium editor built on Electron.
- Clone the repo:
git clone [email protected]:TomPed/Cesium-Editor.git - Run:
npm install
To run the app, run: npm start
- If you have made changes in
main.js,index.js, or any other file/added files, runnpm run startto see the changes. - When you are happy with you changes run
npm build-allornpm run build-macandnpm run build-winin order to build the.appand.exe.
For creating your own Cesium app using Electron check out this blog post.

