Merge branch 'master' into dev

This commit is contained in:
idea4good 2019-09-28 09:35:17 +08:00
commit 6f30e4ccdb
3 changed files with 10 additions and 8 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 | | 24 MHZ | 29 KB | 9 KB |
## 🔥New featureLightweight(MCU level) 3D engine - [Hello 3D](https://gitee.com/idea4good/GuiLiteSamples#hello-3d) ## 🔥New feature3D engine - [Hello 3D](https://gitee.com/idea4good/GuiLiteSamples#hello-3d)
- ![Hello3D](doc/Hello3D.gif) - ![Hello3D](doc/Hello3D.gif)
- Could run on limited resource hardware - Hardware requirment: 16K RAM, 36 MHZ
- Could build 3D object quickly, and run it on different platform(e.g, Windows, Linux, MCU, Qt) - Cross platform(e.g, Windows, Linux, MCU, Qt, MFC)
- Easy to build 3D object
- Could upgrade your UI experience - Could upgrade your UI experience
## Features ## Features
@ -63,7 +64,7 @@ We build GuiLite demo as docker image, you can update/deploy/run the latest GuiL
*** ***
## Inject GuiLite Samples into 3D Web ## Inject GuiLite Samples into 3D Web
- ![GuiLiteGraphic](doc/GuiLite3D.gif) - ![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 - Run GuiLite Samples[(HelloParticle, HelloWave)](https://gitee.com/idea4good/GuiLiteSamples) on Web and 3D scenario
- [Source code](https://github.com/idea4good/GuiLiteWeb/blob/master/CubeEx/main.js) - [Source code](https://github.com/idea4good/GuiLiteWeb/blob/master/CubeEx/main.js)
*** ***
## Start with Demo ## Start with Demo

View File

@ -22,10 +22,11 @@ GuiLite是5千行的图形界面库可以运行在**所有平台**(例如
| --- | --- | --- | | --- | --- | --- |
| 24 MHZ | 29 KB | 9 KB | | 24 MHZ | 29 KB | 9 KB |
## 🔥新功能:超轻量(单片机级别)3D引擎 - [Hello 3D](https://gitee.com/idea4good/GuiLiteSamples#hello-3d) ## 🔥新功能3D引擎 - [Hello 3D](https://gitee.com/idea4good/GuiLiteSamples#hello-3d)
- ![Hello3D](doc/Hello3D.gif) - ![Hello3D](doc/Hello3D.gif)
- 可以运行资源十分有限的硬件上 - 硬件要求16K RAM, 36 MHZ(e.g, STM32F103)
- 可以快速建立3D模型并流畅的运行在各种平台上例如Windows, Linux, MCU, Qt - 支持跨平台例如Windows, Linux, MCU, Qt, MFC
- 易于快速建立3D模型
- 少许3D效果可以有效提升UI体验 - 少许3D效果可以有效提升UI体验
## 功能介绍 ## 功能介绍
@ -62,7 +63,7 @@ GuiLite是5千行的图形界面库可以运行在**所有平台**(例如
*** ***
## 支持GuiLite实例注入到3D Web ## 支持GuiLite实例注入到3D Web
- ![GuiLiteGraphic](doc/GuiLite3D.gif) - ![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环境 - GuiLite实例[(HelloParticle, HelloWave)](https://gitee.com/idea4good/GuiLiteSamples)运行在Web及3D环境
- [源代码链接](https://github.com/idea4good/GuiLiteWeb/blob/master/CubeEx/main.js) - [源代码链接](https://github.com/idea4good/GuiLiteWeb/blob/master/CubeEx/main.js)
*** ***
## 快速上手 ## 快速上手

Binary file not shown.

Before

Width:  |  Height:  |  Size: 383 KiB

After

Width:  |  Height:  |  Size: 918 KiB