# Cesium-Editor **Repository Path**: cofferlait/Cesium-Editor ## Basic Information - **Project Name**: Cesium-Editor - **Description**: A cross-platform Cesium desktop application built on Electron. - **Primary Language**: HTML - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-02-24 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](./images/electronPlusCesium.jpg) # CesiumEditor CesiumEditor is a simple cross platform desktop app that acts as a [Cesium](http://cesiumjs.org/) editor built on [Electron](http://electron.atom.io/). ### Getting started * Clone the repo: `git clone git@github.com:TomPed/Cesium-Editor.git` * Run: `npm install` To run the app, run: `npm start` ![](./images/cesiumEditor.jpg) ### Build Guide 1. If you have made changes in `main.js`, `index.js`, or any other file/added files, run `npm run start` to see the changes. 2. When you are happy with you changes run `npm build-all` or `npm run build-mac` and `npm run build-win` in order to build the `.app` and `.exe`. For creating your own Cesium app using Electron check out [this](http://cesiumjs.org/2016/04/04/An-Introduction-to-Cesium-Desktop-Apps-with-Electron/) blog post.