mago-cesium-tools is a collection of tools based on CesiumJS
.
It encapsulates some of the features of CesiumJS
to make it easier to use,
It includes various rendering features such as WaterSimulation
, SSAO
, Edge
, and more.
vite
project
language : vanilla js
- vite
- vite-plugin-cesium
- cesium
- jsdom
add mago-cesium-tools
to your project
npm i mago-cesium-tools
or with yarn
yarn add mago-cesium-tools
import {Viewer} from 'cesium';
import {MagoViewer} from 'mago-cesium-tools'
const viewer = new Viewer('cesiumContainer');
const magoViewer = new MagoViewer(viewer);
magoViewer.test();
install dependencies for development
npm install
start dev server at localhost:5173
npm run start
build project, output to dist
directory
npm run build
https://gaia3d.github.io/mago-cesium-tools/
Mozilla Public License Version 2.0