geoblocks / cesium-helpers

Home Page:https://geoblocks.github.io/cesium-helpers/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CesiumJS Helpers

A collection of helpers and web component for working with CesiumJS

  • cesium-compass: a compass widget
  • cesium-view-cube: a view cube widget
  • cesium-first-person-mode: a first person navigation mode that uses the Pointer Lock API
  • cesium-sphere-camera: a camera mode that allows the user to rotate the camera around a position
  • cesium-binoculars: a camera mode that allows the user to use binoculars with the mouse wheel

Online demos

https://geoblocks.github.io/cesium-helpers/index.html

Running the demos

npx parcel serve demos/cesium-compass.html --open
npx parcel serve demos/cesium-view-cube.html --open
npx parcel serve demos/cesium-first-person-mode.html --open
npx parcel serve demos/cesium-sphere-camera.html --open
npx parcel serve demos/cesium-binoculars.html --open

Guide

This repository uses lerna to manage the packages.

# bootstrap/setup
npm install

# check which packages have changed since the last release.
npx lerna changed

# publish a new npm packages for all the packages
npx lerna publish

About

https://geoblocks.github.io/cesium-helpers/index.html


Languages

Language:JavaScript 100.0%