Cesium-Editor icon indicating copy to clipboard operation
Cesium-Editor copied to clipboard

A cross-platform Cesium desktop application built on Electron.

CesiumEditor

CesiumEditor is a simple cross platform desktop app that acts as a Cesium editor built on Electron.

Getting started

To run the app, run: npm start

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 blog post.