[!IMPORTANT] This project is deprecated! It is no longer supported or maintained. For an up-to-date workshop, refer to the
CesiumGS/cesiumjs-workshop.
A simple JavaScript app showcasing some features of Cesium, the open-source WebGL virtual globe and map engine. Learn more about this code by reading our associated tutorial.
License: Apache 2.0. Free for commercial and non-commercial use. See LICENSE.md.
This application is intended to introduce the main features of Cesium in context, but it is by no means exhaustive. Feel free to fork and modify this example however you'd like.
This app comes with a simple server (server.js), but can be served through any means.
To use the packaged server:
cesium-workshop root directory, runnpm install
npm start
Browse to http://localhost:8080/
Have python installed? If so, from the
cesium-workshoproot directory runpython -m SimpleHTTPServer 8080(Starting with Python 3, use
python -m http.server 8080).Browse to
http://localhost:8080/