An open API service indexing awesome lists of open source software.

https://github.com/emadehsan/cesium-electron-starter

CesiumJS on Electron getting starter repo
https://github.com/emadehsan/cesium-electron-starter

cesium cesiumjs electron starter-kit starter-template

Last synced: about 1 month ago
JSON representation

CesiumJS on Electron getting starter repo

Awesome Lists containing this project

README

        

# cesium-electron-starter
CesiumJS on Electron getting starter repo

## Using

### Clone
$ git clone https://github.com/emadehsan/cesium-electron-starter

### Install Packages
$ cd cesium-electron-starter
$ npm install

### Run Electron App
$ ./node_modules/.bin/electron .


## Useful links
* http://cesiumjs.org/
* https://electron.atom.io
* Old but helpful: https://cesiumjs.org/2016/04/04/An-Introduction-to-Cesium-Desktop-Apps-with-Electron/