Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/panthershark/cesium-webcomponent

Demo of using a web component to host a cesium container.
https://github.com/panthershark/cesium-webcomponent

Last synced: about 2 months ago
JSON representation

Demo of using a web component to host a cesium container.

Awesome Lists containing this project

README

        

# Cesium Sensor Demo
This project shows how to attach a geometry (e.g. the sensor) to an existing node in a model.

# Run the code
* Install using either `yarn install` or `npm install`.
* Run the web page using `yarn run dev` or `npm run dev`.
* Open Chrome or Firefox and navigate to http://localhost:8089

# About the code
This project is implemented using Web Components. It uses a custom element like this. `./src/app.js` is where you would build an application. In this demo, it uses pure js instead of a framework to avoid the opinions and complexity of a framework confusing what is really happening.

```

```