update readme
This commit is contained in:
parent
4799d49959
commit
da97e65710
|
@ -13,9 +13,9 @@
|
|||
- [🙏Thanks & ❤️Charity](#Thanks-and-Charity)
|
||||
***
|
||||
## Introduction
|
||||
GuiLite is the smallest GUI library with 5000 lines of C++ 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: Only 5 KLOC, independent of any OS and any third party library - Easy to build and run
|
||||
- ⚡Fast: Render GUI within one invoking - Make GUI run quickly and smoothly
|
||||
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)
|
||||
- ⚡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
|
||||
- ⚙️️Hardware Minimum Requirment:
|
||||
|
||||
|
|
|
@ -12,9 +12,9 @@
|
|||
- [🙏致谢和❤️慈善](#致谢和慈善)
|
||||
***
|
||||
## GuiLite是什么鬼?
|
||||
GuiLite是5千行的C++图形界面库,可以运行在**所有平台**(例如:iOS,Android,Linux(ARM/x86-64),Windows(包含VR),Mac,Docker和MCU)上;也可以与**多种语言**(例如: Swift, Java, Javascript, C#, Golang)协同工作。
|
||||
- ✂️轻量: 只有5千行代码,与操作系统及第三方库无关 - 轻松编译/运行
|
||||
- ⚡超快: 一次调用就可以完成图形渲染 - 程序更快速,UI更流畅
|
||||
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优化,亦可显著提升效率
|
||||
- ⚙️️最低硬件要求:
|
||||
|
||||
|
|
Loading…
Reference in New Issue