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 start
to see the changes. - When you are happy with you changes run
npm build-all
ornpm run build-mac
andnpm run build-win
in order to build the.app
and.exe
.
For creating your own Cesium app using Electron check out this blog post.