Go to file
idea4good 5110fb4e34 redesign readme 2019-12-13 12:19:59 +08:00
documents redesign readme 2019-12-13 12:19:59 +08:00
workspace redesign readme 2019-12-13 12:19:59 +08:00
GuiLite.cpp merge guilte-xxx.cpp into guilite.cpp 2019-11-10 23:01:59 +08:00
GuiLite.h merge guilte-xxx.cpp into guilite.cpp 2019-11-10 23:01:59 +08:00
LICENSE move files 2019-11-08 23:17:32 +08:00
README.md redesign readme 2019-12-13 12:19:59 +08:00
README_zh.md redesign readme 2019-12-13 12:19:59 +08:00

README.md

Welcome to GuiLite

Logo

Small-Fast-Embeddable GUI library(5 KLOC) for all platforms

Why GuiLite

Lightweight

  • ✂️Small: 5,000 lines of C++ code; 2 files: GuiLite.h, GuiLite.cpp
  • Fast: Render GUI within one invoking, independent of any OS & 3rd party library
  • 💉Inject: Run inside Qt/MFC/Winform/Cocoa/Web - Keep legacy Qt/MFC code reusable
  • ⚙️Hardware Minimum Requirment:
    Processor Disk/ROM space Memory
    24 MHZ 29 KB 9 KB

Cross platforms

Application base on GuiLite 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).

Useful features

  • 🔣Multi-language, support UTF-8
  • 🔨Toolkit for building font/image resource
  • 📐Layout GUI WYSIWYG
  • ☁️Cloud + IoT Solution
  • 📊Code Telemetry & Analysis in real time
  • 📦Support 3D & Web
  • 🐋Run docker with single command: sudo docker run -it --privileged -v /dev:/dev-share idea4good/gui-lite:latest bash /run.sh

Easy to learn & Full support

Even C beginner, could master GuiLite quickly. The source code only use basic C++ feature(e,g: class, virtual function). We choose C++ for it could make the code size small significantly, and easy to read.

Demo wall


3D on STM32

Wave on STM32

Particle on STM32

Star on STM32

Nets on STM32

Keyboard on STM32

Mario on STM32

Swipe view

3D on Apple Watch

Wave on Apple Watch

Particle on iPhone

HostMonitor on iPhone

Animation on STM32

Layout GUI

Run Windows on Linux

Multi-language

Code Telemetry & Analysis in real time

3D Nets on Windows/Linux

How to use widgets

Multi-language

3D on Web

3D on Web

Tutorial on Web

HostMonitor on Windows

HostMonitor on IoT-Cloud

HostMonitor on Android

HostMonitor on Windows Mixed Reality

HostMonitor on Mac

HostMonitor on Linux

📞Community Channel

Thanks for the help from community, you guys make GuiLite better! And welcome new friend to join us.