# earthsdk-demos **Repository Path**: jger/earthsdk-demos ## Basic Information - **Project Name**: earthsdk-demos - **Description**: 基于earthsdk开发的用户交互界面,以及几个最小的和vue配合的示例 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 14 - **Created**: 2024-03-14 - **Last Updated**: 2024-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 ## app1-es-object-editor 场景对象编辑器 主要用处: 1. 可以在此APP中配置好场景,然后输出JSON,在具体项目中使用; 2. 可以测试新创建的场景对象,因为属性可以很容易的修改,修改后所见即所得; 3. vue-xe2-plugin比较特殊,源码也在本APP中,需要通过yarn publishVue发布到misc/node_modules/vue-xe2-plugin中; ## app3-earth-ui CesiumLab的三维可视UI ## smplotting-xe2-plugin XE2的标绘插件,内部使用超图的二维矢量库的算法来绘制图形 ## template-tools 构建用户项目时需要带上,用来从demos项目中拷贝最新的js库 ## template-xe2-plugin 这是自行创建XE插件可以使用的模板 ## template1-vue3-xe2-ts 项目模板,使用vue3、xe2、typescript来创建整个三维项目 ## template2-vue3-xe2-ts 同上,在template模板的基础上,增加了show这个响应式属性的使用范例 ## template4-vue3-xe2-js 本项目模板没有使用typescript,这是给偏好javascript的程序员准备的js项目模板