mirror of
https://gitee.com/idea4good/GuiLite.git
synced 2025-01-15 17:02:52 +08:00
add apple-watch-image
This commit is contained in:
parent
a1cf0727ac
commit
5f63734089
14
README.md
14
README.md
@ -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 feature:3D 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 feature:Apple 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
|
||||
|
14
README_zh.md
14
README_zh.md
@ -12,7 +12,7 @@
|
||||
- [📞社区交流](#社区交流)
|
||||
***
|
||||
## GuiLite是什么鬼?
|
||||
GuiLite是5千行的图形界面库,可以运行在**所有平台**(例如:iOS,Android,Linux(ARM/x86-64),Windows(包含VR),Mac,Docker和MCU)上;也可以与**多种语言**(例如: Swift, Java, Javascript, C#, Golang)协同工作。
|
||||
GuiLite是5千行的图形界面库,可以运行在**所有平台**(例如:iOS/macOS/WathOS,Android,Linux(ARM/x86-64),Windows(包含VR),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优化,亦可显著提升效率
|
||||
@ -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
BIN
doc/iWatch.hello3D.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 502 KiB |
Loading…
x
Reference in New Issue
Block a user