Skip to content

Commit

Permalink
release 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tengge1 committed Jun 27, 2020
1 parent 716b518 commit b540ece
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 @@ -13,15 +13,18 @@ English / [中文](README_zh.md)
)](https://twitter.com/tengge11)

* Name: Shadow Editor
* Version: v0.5.4(Coming Soon)
* Version: v0.5.4
* 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.
* If helpful to you, please [DOnate](https://gitee.com/tengge1/ShadowEditor) to support us. thank you!

![image](images/scene20200503_en.jpg)

## v0.5.4 is Coming Soon
## v0.5.4 has Released

* Release Date: June 27, 2020
* Update Logs:

1. Create desktop app with `Electron`.

Expand All @@ -44,17 +47,6 @@ You can also manage this service in the `Windows Services Manager`.

3. Use `nodejs` to rewrite the scripts, and you can now use `npm` to manage this project.

## v0.5.3 has Released

* Release Date: June 14, 2020
* Update Logs:

1. Fix bugs of uploading models and publishing scenes on windows.
2. Add links to open source projects.
3. THREE.js math module has translated into golang, [Click](server/three/) for detail.
4. Use Travis CI as a continuous integration tool.
5. Comment out ServiceWorker in the index.html file because it caused a lot of trouble.

## Features

1. Cross-platform: `Windows`, `Linux`, `Mac`; and supports desktop and web versions.
Expand Down
18 changes: 5 additions & 13 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,18 @@
)](https://twitter.com/tengge11)

* 名称:Shadow Editor
* 版本:v0.5.4(即将发布)
* 版本:v0.5.4
* 简介:基于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。
* 如果对您有帮助,请[【捐赠】](https://gitee.com/tengge1/ShadowEditor)支持项目发展。谢谢!

![image](images/scene20200301.jpg)

## v0.5.4即将发布
## v0.5.4发布[【更新日志】](https://gitee.com/tengge1/ShadowEditor/wikis/pages?sort_id=2215122&doc_id=188900)

* 发布日期:2020年6月27日
* 更新日志:

1. 使用`Electron`创建桌面应用程序。

Expand All @@ -43,17 +46,6 @@ Ubuntu需要`libcurl4`。你可以执行`sudo apt install libcurl4`来安装它

3. 使用`nodejs`重写脚本,现在你可以使用`npm`管理这个项目。

## v0.5.3发布 [【更新日志】](https://gitee.com/tengge1/ShadowEditor/wikis/pages?sort_id=2215122&doc_id=188900)

* 发布日期:2020年6月14日
* 更新日志:

1. 修复windows上上传模型和发布场景bug。
2. 添加开源项目链接。
3. THREE.js数学模块翻译为Go语言,[点此](server/three/)查看详情。
4. 使用Travis CI作为持续集成工具。
5. 注释掉index.html文件中的ServiceWorker,因为它带来了很多问题。

## 功能特点

1. 跨平台:支持`Windows``Linux``Mac`;支持桌面版和Web版。
Expand Down

0 comments on commit b540ece

Please sign in to comment.