update readme for hello3d

This commit is contained in:
idea4good 2019-09-20 17:12:45 +08:00
parent c14b2d3ac8
commit b7704d63a7
4 changed files with 22 additions and 10 deletions

View File

@ -23,10 +23,11 @@ GuiLite is the smallest GUI library with 5000 lines of code, could run on **all
| --- | --- | --- |
| 24 MHZ | 29 KB | 9 KB |
## 🔥New featureInject GuiLite Samples into 3D Web
- ![GuiLiteGraphic](doc/GuiLite3D.gif)
- Run GuiLite Samples[(HelloParticle, HelloWave)](https://gitee.com/idea4good/GuiLiteSamples#mcu-demos-hello-star--hello-particle--hello-wave--hello-notouch--hello-mario--hello-3d) on Web and 3D scenario
- [Source code](https://github.com/idea4good/GuiLiteWeb/blob/master/CubeEx/main.js)
## 🔥New featureLightweight(MCU level) 3D engine - Hello 3D
- ![Hello3D](doc/Hello3D.gif)
- Could run on limited resource hardware
- Could build 3D object quickly, and run it on different platform(e.g, Windows, Linux, MCU, Qt)
- Could upgrade your UI experience
## Features
### Cross platform
@ -47,7 +48,7 @@ GuiLite is the smallest GUI library with 5000 lines of code, could run on **all
![GuiLitePreviewer](doc/Previewer.gif)
***
### Gorgeous UI
![wallpaper](doc/wallpaper.jpg)![Hello3D-pc](doc/Hello3D-pc.gif)
![wallpaper](doc/wallpaper.jpg)![HelloNets-pc](doc/HelloNets-pc.gif)
***
### Multi-language:
![unicode](doc/unicode.jpg)
@ -60,6 +61,11 @@ GuiLite is the smallest GUI library with 5000 lines of code, could run on **all
We build GuiLite demo as docker image, you can update/deploy/run the latest GuiLite demo on your device with single command below:
- `sudo docker run -it --privileged -v /dev:/dev-share idea4good/gui-lite:latest bash /run.sh`
***
## Inject GuiLite Samples into 3D Web
- ![GuiLiteGraphic](doc/GuiLite3D.gif)
- Run GuiLite Samples[(HelloParticle, HelloWave)](https://gitee.com/idea4good/GuiLiteSamples#mcu-demos-hello-star--hello-particle--hello-wave--hello-notouch--hello-mario--hello-3d) on Web and 3D scenario
- [Source code](https://github.com/idea4good/GuiLiteWeb/blob/master/CubeEx/main.js)
***
## Start with Demo
GuiLite is only a framework, could not create UI by itself. In order to show how to build UI App with it, We provide some samples for you.
- Sample code [here](https://github.com/idea4good/GuiLiteSamples).

View File

@ -22,10 +22,11 @@ GuiLite是5千行的图形界面库可以运行在**所有平台**(例如
| --- | --- | --- |
| 24 MHZ | 29 KB | 9 KB |
## 🔥新功能把GuiLite实例注入到3D Web
- ![GuiLiteGraphic](doc/GuiLite3D.gif)
- GuiLite实例[(HelloParticle, HelloWave)](https://gitee.com/idea4good/GuiLiteSamples#mcu-demos-hello-star--hello-particle--hello-wave--hello-notouch--hello-mario--hello-3d)运行在Web及3D环境
- [源代码链接](https://github.com/idea4good/GuiLiteWeb/blob/master/CubeEx/main.js)
## 🔥新功能超轻量单片机级别3D引擎 - Hello 3D
- ![Hello3D](doc/Hello3D.gif)
- 可以运行资源十分有限的硬件上
- 可以快速建立3D模型并流畅的运行在各种平台上例如Windows, Linux, MCU, Qt
- 少许3D效果可以有效提升UI体验
## 功能介绍
### 卓越的跨平台能力
@ -46,7 +47,7 @@ GuiLite是5千行的图形界面库可以运行在**所有平台**(例如
![GuiLitePreviewer](doc/Previewer.gif)
***
### 浮夸的UI效果
![wallpaper](doc/wallpaper.jpg)![Hello3D-pc](doc/Hello3D-pc.gif)
![wallpaper](doc/wallpaper.jpg)![HelloNets-pc](doc/HelloNets-pc.gif)
***
### 万国语(unicode)
![unicode](doc/unicode.jpg)
@ -59,6 +60,11 @@ GuiLite是5千行的图形界面库可以运行在**所有平台**(例如
我们把GuiLite demo做成了Docker映像只需一行命令就可以将最新的GuiLite demo升级/部署/运行在你的设备上了。
- `sudo docker run -it --privileged -v /dev:/dev-share idea4good/gui-lite:latest bash /run.sh`
***
## 支持GuiLite实例注入到3D Web
- ![GuiLiteGraphic](doc/GuiLite3D.gif)
- GuiLite实例[(HelloParticle, HelloWave)](https://gitee.com/idea4good/GuiLiteSamples#mcu-demos-hello-star--hello-particle--hello-wave--hello-notouch--hello-mario--hello-3d)运行在Web及3D环境
- [源代码链接](https://github.com/idea4good/GuiLiteWeb/blob/master/CubeEx/main.js)
***
## 快速上手
GuiLite只是一个框架本身并不能生成UI。为了能够展示如何用GuiLite开发App我们提供了一些实例程序给大家参考。
- 实例程序的代码在[这里](https://gitee.com/idea4good/GuiLiteSamples)。

BIN
doc/Hello3D.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 KiB

View File

Before

Width:  |  Height:  |  Size: 956 KiB

After

Width:  |  Height:  |  Size: 956 KiB