From f12d7ec38ccd20acc7b9627962ef705231d246ed Mon Sep 17 00:00:00 2001 From: idea4good Date: Thu, 22 Aug 2019 12:36:31 +0800 Subject: [PATCH] update readme --- README.md | 6 +++--- README_zh.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0614a04..523dc2f 100644 --- a/README.md +++ b/README.md @@ -14,16 +14,16 @@ *** ## Introduction GuiLite is the smallest GUI library with 5000 lines of code, could run on **all platforms**(e.g, iOS, Android, Linux, Windows, macOS, Docker and MCU without OS), and work with **many languages**(e.g. Swift, Java, Javascript, C#, Golang). -- ✂️Small: 5,000 lines of C++ code, could merge into 1 header & 1 source file(GuiLite.h/GuiLite.cpp) - Easy to [build & port](doc/HowToBuild.md) +- ✂️Small: 5,000 lines of C++ code, could be merged into 1 header & 1 source file(GuiLite.h/GuiLite.cpp) - Easy to [build & port](doc/HowToBuild.md) - ⚡Fast: Render GUI within one invoking, independent of any OS and any third party library - Make GUI run quickly and smoothly -- 🧷Embeddable: Could runs inside Qt/MFC/Winform/Cocoa/Web - Keep Qt/MFC code reusable, and speed it up by local GuiLite-optimization +- 💉Inject: Run inside Qt/MFC/Winform/Cocoa/Web - Keep Qt/MFC code reusable, and speed it up by local GuiLite-optimization - ⚙️️Hardware Minimum Requirment: | Processor | Disk/ROM space | Memory | | --- | --- | --- | | 24 MHZ | 29 KB | 9 KB | -## 🔥New feature:Upgrade GuiLite Samples to 3D level +## 🔥New feature:Inject GuiLite Samples to 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) diff --git a/README_zh.md b/README_zh.md index fbef5e4..d495fcb 100644 --- a/README_zh.md +++ b/README_zh.md @@ -15,14 +15,14 @@ GuiLite是5千行的图形界面库,可以运行在**所有平台**(例如:iOS,Android,Linux(ARM/x86-64),Windows(包含VR),Mac,Docker和MCU)上;也可以与**多种语言**(例如: Swift, Java, Javascript, C#, Golang)协同工作。 - ✂️轻量: 5千行C++代码,可合并在:1个头文件(GuiLite.h),1个实现文件(GuiLite.cpp)中 - 轻松[编译/移植](doc/HowToBuild.md) - ⚡超快: 一次调用就可以完成图形渲染,与操作系统及第三方库无关 - 程序更快速,UI更流畅 -- 🧷可嵌入: 可嵌入在Qt/MFC/Winform/Cocoa/Web程序中运行 - 充分利用现有Qt/MFC代码,局部GuiLite优化,亦可显著提升效率 +- 💉可注入: 可注入在Qt/MFC/Winform/Cocoa/Web程序中运行 - 充分利用现有Qt/MFC代码,局部GuiLite优化,亦可显著提升效率 - ⚙️️最低硬件要求: | Processor | Disk/ROM space | Memory | | --- | --- | --- | | 24 MHZ | 29 KB | 9 KB | -## 🔥新功能:3D化GuiLite实例 +## 🔥新功能:把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)