Skip to content

Commit

Permalink
publish v0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tengge1 committed Aug 23, 2020
1 parent d0c2540 commit 127ecb3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 26 deletions.
18 changes: 5 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ English / [中文](README_zh.md) &nbsp;&nbsp; | &nbsp;&nbsp; <a href="https://gi
[![image](https://travis-ci.org/tengge1/ShadowEditor.svg?branch=master)](https://travis-ci.org/github/tengge1/ShadowEditor)

* Name: Shadow Editor
* Version: v0.5.8 (Coming Soon)
* Version: v0.5.8
* Description: Cross-platform 3D scene editor based on three.js, golang and mongodb.
* Source: [GitHub](https://github.com/tengge1/ShadowEditor) [Gitee](https://gitee.com/tengge1/ShadowEditor) | Document: [Gitee](https://gitee.com/tengge1/ShadowEditor/wikis/pages) | Demo: [GitHub](https://tengge1.github.io/ShadowEditor-examples/) [Gitee](http://tengge1.gitee.io/shadoweditor-examples/) | Video: [Weibo](https://weibo.com/tv/v/IjIn9AyvX?fid=1034:4446986821107725) [Bilibili](https://www.bilibili.com/video/av78428475?from=search&seid=9203731141485399611) | Assets: [BaiduNetdisk](https://pan.baidu.com/s/1IxJVM6fFLoIAJG-GKHjVTA)
* Technology Stack: html, css, javascript, rollup, react.js, webgl, three.js, golang, mongodb, nodejs, electron, CesiumJS, Protocol Buffers.
Expand All @@ -20,24 +20,16 @@ English / [中文](README_zh.md) &nbsp;&nbsp; | &nbsp;&nbsp; <a href="https://gi
<img src="https://gitee.com/tengge1/ShadowEditor/raw/master/images/scene20200503_en.jpg" />
<img src="https://gitee.com/tengge1/ShadowEditor/raw/master/images/scene20200705.jpg" />

## v0.5.8 is Coming
## v0.5.8 has Released

* Release Date: August 23, 2020
* Update Logs:

1. 3D GIS. (In development)
2. Fix the bug that `npm start` is not working on Ubuntu and Mac.
3. Added `npm run serve` script to monitor other file changes during hot update.
4. Fix the bug that error occurs when playing in new window.

## v0.5.7 has Released

* Release Date: August 9, 2020
* Update Logs:

1. 3D GIS. (In development)
2. When create new scene or click clear tool, automatically clear distance measurement tools.
3. Delete branch `origin/v0.4.6-csharp`.
4. Use CesiumJS instead of WebWorldWind for GIS editing.
5. Arcgis elevation cache service.

## Feature List

- [x] General
Expand Down
18 changes: 5 additions & 13 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![image](https://travis-ci.org/tengge1/ShadowEditor.svg?branch=master)](https://travis-ci.org/github/tengge1/ShadowEditor)

* 名称:Shadow Editor
* 版本:v0.5.8 (开发中)
* 版本:v0.5.8
* 简介:基于Three.js、Go语言和MongoDB的跨平台的3D场景编辑器。
* 源码:[GitHub](https://github.com/tengge1/ShadowEditor) [Gitee](https://gitee.com/tengge1/ShadowEditor) | 文档:[Gitee](https://gitee.com/tengge1/ShadowEditor/wikis/pages) | 示例:[GitHub](https://tengge1.github.io/ShadowEditor-examples/) [Gitee](http://tengge1.gitee.io/shadoweditor-examples/) | 视频:[微博](https://weibo.com/tv/v/IjIn9AyvX?fid=1034:4446986821107725) [Bilibili](https://www.bilibili.com/video/av78428475?from=search&seid=9203731141485399611) | 资源:[百度网盘](https://pan.baidu.com/s/1IxJVM6fFLoIAJG-GKHjVTA)
* 技术栈:html、css、javascript、rollup、react.js、webgl、three.js、golang、mongodb、nodejs、electron、CesiumJS、Protocol Buffers。
Expand All @@ -20,24 +20,16 @@

![image](images/scene20200705.jpg)

## v0.5.8即将发布
## v0.5.8发布

* 发布日期:2020年8月23日
* 更新日志:

1. 三维GIS。(开发中)
2. 修复Ubuntu和Mac上`npm start`无法正常运行bug。
3. 增加`npm run serve`脚本,可以在热更新时,监听其他文件变化。
4. 修复新窗口播放报错的bug。

## v0.5.7发布

* 发布日期:2020年8月9日
* 更新日志:

1. 三维GIS。(开发中)
2. 当创建新场景或点击清空工具按钮时,自动清空距离测量工具。
3. 删除分支 `origin/v0.4.6-csharp`
4. 使用CesiumJS代替WebWorldWind进行GIS编辑。
5. Arcgis地形缓存服务。

## 功能清单

- [x] 通用功能
Expand Down

0 comments on commit 127ecb3

Please sign in to comment.