add apple-watch-image

This commit is contained in:
idea4good 2019-11-06 16:37:01 +08:00
parent a1cf0727ac
commit 5f63734089
3 changed files with 14 additions and 14 deletions

View File

@ -13,7 +13,7 @@
- [📞Community Channel](#community-channel)
***
## 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).
GuiLite is the smallest GUI library with 5000 lines of code, could run on **all platforms**(e.g, iOS/macOS/WathOS, Android, Linux, Windows, 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 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
- 💉Inject: Run inside Qt/MFC/Winform/Cocoa/Web - Keep Qt/MFC code reusable, and speed it up by local GuiLite-optimization
@ -23,12 +23,12 @@ GuiLite is the smallest GUI library with 5000 lines of code, could run on **all
| --- | --- | --- |
| 24 MHZ | 29 KB | 9 KB |
## 🔥New feature3D engine - [Hello 3D](https://gitee.com/idea4good/GuiLiteSamples#hello-3d)
- ![Hello3D](doc/Hello3D.gif)
- Hardware requirment: 16K RAM, 36 MHZ
- Cross platform(e.g, Windows, Linux, MCU, Qt, MFC)
- Easy to build 3D object
- Could upgrade your UI experience
## 🔥New featureApple Watch
Run GuiLite both on MCU and Apple Watch:
| MCU | Apple Watch |
| --- | --- |
| ![Hello3D](doc/Hello3D.gif) | ![iWatch.hello3D](doc/iWatch.hello3D.gif) |
| ![MCU](doc/HelloWave.gif) | ![iWatch.helloWave](doc/iWatch.helloWave.gif) |
## ✨Features
### ⚔Cross platform

View File

@ -12,7 +12,7 @@
- [📞社区交流](#社区交流)
***
## GuiLite是什么鬼
GuiLite是5千行的图形界面库可以运行在**所有平台**例如iOSAndroidLinuxARM/x86-64Windows包含VRMacDocker和MCU也可以与**多种语言**(例如: Swift, Java, Javascript, C#, Golang协同工作。
GuiLite是5千行的图形界面库可以运行在**所有平台**例如iOS/macOS/WathOSAndroidLinuxARM/x86-64Windows包含VRDocker和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优化亦可显著提升效率
@ -22,12 +22,12 @@ GuiLite是5千行的图形界面库可以运行在**所有平台**(例如
| --- | --- | --- |
| 24 MHZ | 29 KB | 9 KB |
## 🔥新功能:3D引擎 - [Hello 3D](https://gitee.com/idea4good/GuiLiteSamples#hello-3d)
- ![Hello3D](doc/Hello3D.gif)
- 硬件要求16K RAM, 36 MHZ(e.g, STM32F103)
- 支持跨平台例如Windows, Linux, MCU, Qt, MFC
- 易于快速建立3D模型
- 少许3D效果可以有效提升UI体验
## 🔥新功能:苹果手表
GuiLite程序可以同时运行在单片机和苹果“手表”上
| MCU | Apple Watch |
| --- | --- |
| ![Hello3D](doc/Hello3D.gif) | ![iWatch.hello3D](doc/iWatch.hello3D.gif) |
| ![MCU](doc/HelloWave.gif) | ![iWatch.helloWave](doc/iWatch.helloWave.gif) |
## ✨功能介绍
### ⚔️卓越的跨平台能力

BIN
doc/iWatch.hello3D.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 KiB