update readme
This commit is contained in:
parent
422c334d76
commit
aa8c85c292
11
README.md
11
README.md
|
@ -13,13 +13,10 @@
|
|||
- [🙏Thanks & ❤️Charity](#Thanks-and-Charity)
|
||||
***
|
||||
## Introduction
|
||||
- GuiLite is the smallest GUI library with 5000 lines of C++ code, it runs on **all platforms**(e.g, iOS, Android, Linux, Windows, macOS, Docker and **MCU with or without OS**).
|
||||
- GuiLite is embeddable, it runs inside other UI frameworks(e.g, Qt, MFC, Winform, Cocoa). You could use GuiLite features and host UI features simultaneously.
|
||||
- GuiLite render UI by itself, independent of OS & Graphic library.
|
||||
- GuiLite could work with many languages(e.g. Swift, Java, C#, Golang).
|
||||
- 🔧We want people to customize GuiLite.
|
||||
- ⚙️We hope GuiLite is small enough to help you understand how UI works.
|
||||
- 👑You should be the master of your UI and not be tied to a specific framework.
|
||||
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 adn run
|
||||
- ⚡Fast: Render GUI within one invoking - Make GUI runs 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
|
||||
|
||||
## 🔥New feature:Upgrade GuiLite Samples to 3D level
|
||||
- ![GuiLiteGraphic](doc/GuiLite3D.gif)
|
||||
|
|
11
README_zh.md
11
README_zh.md
|
@ -12,13 +12,10 @@
|
|||
- [🙏致谢和❤️慈善](#致谢和慈善)
|
||||
***
|
||||
## GuiLite是什么鬼?
|
||||
- GuiLite是5千行代码的**全平台UI框架**,可以完美运行在: iOS,Android,Linux(ARM/x86-64),Windows(包含VR),Mac,Docker和**有(无)操作系统的MCU**上。
|
||||
- GuiLite可以嵌入在iOS、Android、MFC、QT等其他UI系统中,让你的界面集百家之长,又不失个性。
|
||||
- GuiLite与操作系统及第三方图形库无关,甚至也可以运行在无OS的单片机环境。
|
||||
- GuiLite鼓励混合编程,开发者可以用GuiLite接管UI部分,用Swift,Java,Golang,C#,Python开发业务部分。
|
||||
- 🔧不鼓励大家全盘接受GuiLite,更愿意大家自主定制GuiLite
|
||||
- ⚙️希望GuiLite小到足够帮助大家掌握UI工作原理,从而摆脱UI框架的束缚,构建自己独一无二的UI
|
||||
- 👑任何UI框架都不为你我而生,你才是自己真正的主人
|
||||
GuiLite是5千行的C++图形界面库,可以运行在**所有平台**(例如:iOS,Android,Linux(ARM/x86-64),Windows(包含VR),Mac,Docker和MCU)上;也可以与**多种语言**(例如: Swift, Java, Javascript, C#, Golang)协同工作。
|
||||
- ✂️轻量: 只有5千行代码,与操作系统及第三方库无关 - 轻松编译/运行
|
||||
- ⚡超快: 一次调用就可以完成图形渲染 - 程序更快速,UI更流畅
|
||||
- 🧷可嵌入: 可嵌入在Qt/MFC/Winform/Cocoa/Web程序中运行 - 充分利用现有Qt/MFC代码,局部GuiLite优化,亦可显著提升效率
|
||||
|
||||
## 🔥新功能:3D化GuiLite实例
|
||||
- ![GuiLiteGraphic](doc/GuiLite3D.gif)
|
||||
|
|
Loading…
Reference in New Issue