|
1234567891011121314151617181920 |
- ---
- layout: home
- hero:
- name: DC-SDK
- text: 让 <code>WebGis</code> 开发更简单、更高效
- image:
- src: /assets/doc.gif
- alt: VitePress
- actions:
- - theme: brand
- text: 快速开始
- link: /zh/guide/introduction
- features:
- - title: 简单
- details: 只需一个 div 和几行代码,即可快速构建三维 WebGIS 应用
- - title: 易用
- details: 标准化开发类设计,一个简单的 new 操作即可生成场景要素
- - title: 可扩展
- details: 支持自定义 Cesium 与 GIS 算法库,提供基础类与要素生命周期 Hooks
- ---
|