Cesium starter app

I created a GitHub repo with a simple Cesium app, which can be easily forked so we can immediately start coding a Cesium app:

https://github.com/pjcozzi/cesium-starter-app

This is an informal effort stemming from my need to not spend the first hour or two of a hackathon setting up a repo, adding Cesium as a third-party library, creating an Eclipse project, etc. So the repo organization is how I like things, which, of course, is not the only way to organize an app.

If there’s enough interest, we’ll look at better integrating and promoting this within the Cesium ecosystem.

Patrick

I updated the Cesium Starter App plugin to Cesium 1.1:

https://github.com/pjcozzi/cesium-starter-app

This is a quick way to get a Cesium project up and running with a local server and IDE (eclipse).

Patrick