update readme

This commit is contained in:
idea4good 2019-08-12 15:34:35 +08:00
parent 422c334d76
commit aa8c85c292
2 changed files with 8 additions and 14 deletions

View File

@ -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 featureUpgrade GuiLite Samples to 3D level
- ![GuiLiteGraphic](doc/GuiLite3D.gif)

View File

@ -12,13 +12,10 @@
- [🙏致谢和❤️慈善](#致谢和慈善)
***
## GuiLite是什么鬼
- GuiLite是5千行代码的**全平台UI框架**,可以完美运行在: iOSAndroidLinuxARM/x86-64Windows包含VRMacDocker和**有(无)操作系统的MCU**上。
- GuiLite可以嵌入在iOS、Android、MFC、QT等其他UI系统中让你的界面集百家之长又不失个性。
- GuiLite与操作系统及第三方图形库无关甚至也可以运行在无OS的单片机环境。
- GuiLite鼓励混合编程开发者可以用GuiLite接管UI部分用SwiftJavaGolangC#Python开发业务部分。
- 🔧不鼓励大家全盘接受GuiLite更愿意大家自主定制GuiLite
- ⚙希望GuiLite小到足够帮助大家掌握UI工作原理从而摆脱UI框架的束缚构建自己独一无二的UI
- 👑任何UI框架都不为你我而生你才是自己真正的主人
GuiLite是5千行的C++图形界面库,可以运行在**所有平台**例如iOSAndroidLinuxARM/x86-64Windows包含VRMacDocker和MCU也可以与**多种语言**(例如: Swift, Java, Javascript, C#, Golang协同工作。
- ✂️轻量: 只有5千行代码与操作系统及第三方库无关 - 轻松编译/运行
- ⚡超快: 一次调用就可以完成图形渲染 - 程序更快速UI更流畅
- 🧷可嵌入: 可嵌入在Qt/MFC/Winform/Cocoa/Web程序中运行 - 充分利用现有Qt/MFC代码局部GuiLite优化亦可显著提升效率
## 🔥新功能3D化GuiLite实例
- ![GuiLiteGraphic](doc/GuiLite3D.gif)