Orillusion_TileEarth
这是一个基于Orillusion的瓦片地球demo,有问题可以联系qq:1946475471,wx:GGBond-GIS
TypeScript★ 400⑂ 5 forksupdated 1 year ago
git clone https://github.com/GGBond-GIS/Orillusion_TileEarth.gitGGBond-GIS/Orillusion_TileEarthREADME.mdfork it — it’s yours
Ori_map
注意:本项目还在试验阶段,请斟酌使用。
🔥介绍
基于Orillusion(WebGPU)的GIS引擎demo
🚀特性
- Orillusion作为渲染引擎, ECS 结构,遵循
组合优于继承的开发设计原则,实现了自己的组件系统。 - 参考cesium,具备实用性,GIS图形的精确性。
- 自定义性更强,mesh使用geometry,material;可以使用ComputeShader
🌎路线
-
- 3d globe
-
- 相机控制,与cesium相同
-
- 支持3dtiles加载,已有初步成果
-
- 栅格瓦片图层,支持EPSG:4326
-
- 矢量瓦片图层
-
- 地形
📖文档
目前还没有文档,大部分api都与cesium相同
💻开发
//运行程序 cd Ori_map yarn // or npm i yarn dev // or npm run dev
more like this
aperture
WebGPU-only, ECS-native 3D runtime where simulation is authoritative and rendering is a derived view.
TypeScript★ 53
