-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
53 changed files
with
78 additions
and
6,980 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,78 @@ | ||
|
||
<p align="center"> | ||
<img src="https://muyao1987.gitee.io/cdn/mars3d.cn/logo.png" width="300px" /> | ||
</p> | ||
|
||
|
||
<p align="center">基于electron技术栈的 CS桌面程序 Mars3D🌎最简项目模板</p> | ||
|
||
|
||
<p align="center"> | ||
<a target="_black" href="https://github.com/marsgis/mars3d"> | ||
<img alt="GitHub stars" src="https://img.shields.io/github/stars/marsgis/mars3d?style=flat&logo=github"> | ||
</a> | ||
<a target="_black" href="https://www.npmjs.com/package/mars3d"> | ||
<img alt="Npm downloads" src="https://img.shields.io/npm/dt/mars3d?style=flat&logo=npm"> | ||
</a> | ||
<a target="_black" href="https://www.npmjs.com/package/mars3d"> | ||
<img alt="Npm version" src="https://img.shields.io/npm/v/mars3d.svg?style=flat&logo=npm&label=version"/> | ||
</a> | ||
</p> | ||
|
||
|
||
|
||
| 目录 | 说明 | | ||
| ---- | ---- | | ||
|[mars3d-electron-vue3](./mars3d-electron-vue3/README.md) | 【推荐】 基于vue3的electron项目模板| | ||
|[mars3d-electron-vue2](./mars3d-electron-vue2/README.md) | 基于vue2的electron项目模板| | ||
|
||
|
||
|
||
|
||
|
||
|
||
## Mars3D 是什么 | ||
> `Mars3D平台` 是[火星科技](http://marsgis.cn/)研发的一款基于 WebGL 技术实现的三维客户端开发平台,基于[Cesium](https://cesium.com/cesiumjs/)优化提升与B/S架构设计,支持多行业扩展的轻量级高效能GIS开发平台,能够免安装、无插件地在浏览器中高效运行,并可快速接入与使用多种GIS数据和三维模型,呈现三维空间的可视化,完成平台在不同行业的灵活应用。 | ||
> Mars3D平台可用于构建无插件、跨操作系统、 跨浏览器的三维 GIS 应用程序。平台使用 WebGL 来进行硬件加速图形化,跨平台、跨浏览器来实现真正的动态大数据三维可视化。通过 Mars3D产品可快速实现浏览器和移动端上美观、流畅的三维地图呈现与空间分析。 | ||
### 相关网站 | ||
- Mars3D官网:[http://mars3d.cn](http://mars3d.cn) | ||
|
||
- Mars3D开源项目列表:[https://github.com/marsgis/mars3d](https://github.com/marsgis/mars3d) | ||
|
||
|
||
## 版权说明 | ||
1. Mars3D平台由[火星科技](http://marsgis.cn/)自主研发,拥有所有权利。 | ||
2. 任何个人或组织可以在遵守相关要求下可以免费无限制使用。 | ||
<p align="center"> | ||
<img src="https://muyao1987.gitee.io/cdn/mars3d.cn/logo.png" width="300px" /> | ||
</p> | ||
|
||
|
||
<p align="center">基于Vue3.x + Vite2 + Electron 技术栈的 Mars3D🌎CS桌面程序项目模板</p> | ||
|
||
<p align="center"> | ||
<a target="_black" href="https://github.com/marsgis/mars3d"> | ||
<img alt="GitHub stars" src="https://img.shields.io/github/stars/marsgis/mars3d?style=flat&logo=github"> | ||
</a> | ||
<a target="_black" href="https://www.npmjs.com/package/mars3d"> | ||
<img alt="Npm downloads" src="https://img.shields.io/npm/dt/mars3d?style=flat&logo=npm"> | ||
</a> | ||
<a target="_black" href="https://www.npmjs.com/package/mars3d"> | ||
<img alt="Npm version" src="https://img.shields.io/npm/v/mars3d.svg?style=flat&logo=npm&label=version"/> | ||
</a> | ||
</p> | ||
|
||
Mars3D平台基于`Vue3.x ` 、 `Vite ` 和 `Electron` 的最简的CS应用项目模版,可以使用该模板建立自己的CS桌面版三维地球程序。 | ||
|
||
|
||
|
||
|
||
## 首次运行前安装依赖 | ||
``` | ||
npm install | ||
``` | ||
|
||
## CS桌面程序访问 | ||
|
||
### 编译并热部署的Electron开发环境 (Compiles and hot-reloads for Electron development) | ||
``` | ||
npm run dev | ||
``` | ||
|
||
### 编译并压缩的Electron生产环境 (Compiles and minifies for Electron production) | ||
``` | ||
npm run build | ||
``` | ||
|
||
|
||
|
||
## BS浏览器访问 | ||
|
||
### 编译并热部署的web浏览器开发环境 (Compiles and hot-reloads for development) | ||
``` | ||
npm run dev:vue | ||
``` | ||
|
||
### 编译并压缩的web浏览器生产环境 (Compiles and minifies for production) | ||
``` | ||
npm run build:vue | ||
``` | ||
|
||
|
||
## 常见问题 | ||
|
||
### npm安装是electron总是超时 | ||
删除package.json中electron包,通过npm install安装成功后,再恢复electron包,通过cnpm install安装完成。 | ||
|
||
|
||
|
||
|
||
## Mars3D 是什么 | ||
> `Mars3D平台` 是[火星科技](http://marsgis.cn/)研发的一款基于 WebGL 技术实现的三维客户端开发平台,基于[Cesium](https://cesium.com/cesiumjs/)优化提升与B/S架构设计,支持多行业扩展的轻量级高效能GIS开发平台,能够免安装、无插件地在浏览器中高效运行,并可快速接入与使用多种GIS数据和三维模型,呈现三维空间的可视化,完成平台在不同行业的灵活应用。 | ||
> Mars3D平台可用于构建无插件、跨操作系统、 跨浏览器的三维 GIS 应用程序。平台使用 WebGL 来进行硬件加速图形化,跨平台、跨浏览器来实现真正的动态大数据三维可视化。通过 Mars3D产品可快速实现浏览器和移动端上美观、流畅的三维地图呈现与空间分析。 | ||
### 相关网站 | ||
- Mars3D官网:[http://mars3d.cn](http://mars3d.cn) | ||
|
||
- Mars3D开源项目列表:[https://github.com/marsgis/mars3d](https://github.com/marsgis/mars3d) | ||
|
||
|
||
## 版权说明 | ||
1. Mars3D平台由[火星科技](http://marsgis.cn/)自主研发,拥有所有权利。 | ||
2. 任何个人或组织可以在遵守相关要求下可以免费无限制使用。 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.