TomPed / Cesium-Editor

A cross-platform Cesium desktop application built on Electron.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CesiumEditor

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

Getting started

  • Clone the repo: git clone git@github.com:TomPed/Cesium-Editor.git
  • Run: npm install

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.

About

A cross-platform Cesium desktop application built on Electron.

License:Other


Languages

Language:HTML 83.0%Language:JavaScript 17.0%