@alphaviae-cesium/engine
TypeScript icon, indicating that this package has built-in type declarations

3.0.4 • Public • Published

@alphaviae-cesium/engine

Build Status npm Docs

Cesium

CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin. It uses WebGL for hardware-accelerated graphics, and is cross-platform, cross-browser, and tuned for dynamic-data visualization.

@alphaviae-cesium/engine includes cesiumJS's core, rendering, and data APIs. Here you'll find terrain and imagery engines, support for 3D Tiles and 3D models, geometries, and vector data.


Examples 🌏 Docs 🌎 Website 🌍 Forum 🌏 User Stories


Install

@alphaviae-cesium/engine is published as ES modules with full typing support.

Install with npm:

npm install @alphaviae-cesium/engine --save

Or, install with yarn:

yarn add @alphaviae-cesium/engine

Usage

Import individual modules to benefit from tree shaking optimizations through most build tools:

import { CesiumWidget } from "@alphaviae-cesium/engine";
import "@alphaviae-cesium/engine/Source/Widget/CesiumWidget.css";

const cesiumWidget = new CesiumWidget("cesiumContainer");

See our Quickstart Guide for more information on getting a CesiumJS app up and running.

Community

Have questions? Ask them on the community forum.

Interested in contributing? See CONTRIBUTING.md. ❤️

License

Apache 2.0. CesiumJS is free for both commercial and non-commercial use.

Package Sidebar

Install

npm i @alphaviae-cesium/engine

Weekly Downloads

0

Version

3.0.4

License

Apache-2.0

Unpacked Size

22.3 MB

Total Files

1776

Last publish

Collaborators

  • xiaobaiqj