Skip to content

The smallest UI framework for all platform -- 5,000 lines code

License

Notifications You must be signed in to change notification settings

MViAcademy/GuiLite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GuiLite - The samllest UI framework


What is GuiLite?

  • GuiLite has 5000 lines of C++ code, providing UI framework for all platforms for developers. Just like the pictures above, GuiLite can run on iOS, Android, GNU/Linux, Windows, macOS and MCU platforms.
  • GuiLite is a embedded UI framework. It can work with Qt/MFC/UWP/XCode, which means you can get not only GuiLite features but also iOS/Android/macOS/Qt/MFC/UWP features.
  • GuiLite can work with other languages(e.g. Swift, Java, C#).

New feature: Wave demo on MCU -- HelloWave

HelloWave

  • MCU Hardware: STM32F103ZET6(512K ROM, 64K RAM) + 240*320 16bits color TFT LCD
  • MCU Software: None OS + GuiLite
  • Believe or not, it's only 100+ lines code! Check the code. Showing you how to use wave widget, and port it on MCU.
  • How to porting for any MCU?
  • Still support: Windows & Linux

Features

Cross platform

Ran on macOS & iOS:

macOS iOS

Ran on Android & GNU/Linux embedded (ARM):

Android GNU/Linux embedded (ARM)

Ran on Windows Mixed Reality & MCU:

Win MR MCU

Unicode & Bitmap

Wallpaper with bitmap:

wallpaper

Multi language:

unicode

How to build unicode font/bitmap resource?

Multi theme

multi-theme

How to switch theme?

Self monitor

Report build activities to cloud:

BuildInfo

Sync local data to cloud:

DataOnCloud

Demo

GuiLite just a framework, it could not create UI by itself. In order to show how to build UI App with it, We provide some samples for your reference.

  • Click here to preview UI effect.
  • Sample code discription:
Sample name Platform Discription Build code level
HelloGuiLite Windows, Linux Show how to Initilize UI, load resource, layout UI Build Beginner
HelloFont Windows, Linux Show how to use muti languages(UTF-8) Build Beginner
HelloAnimation Windows, Linux Show how to make animation Build Beginner
HelloSlide Windows, Linux Show how to use sliding pages Build Intermediate
HelloWave Windows, Linux, STM32F103, STM32F429 Show how to use wave widget, and port it on MCU Build Intermediate
HostMonitor iOS, Mac, Android, Windows, Linux Show how to build complex UI for all platforms Build Master

Documents

Videos

Gitee link

Link to Gitee in China

Thanks

Thanks the help from QQ group, you guys make GuiLite better! and welcome new frinend to join us.

QQ group: 527251257

Thanks the donations from Gitee users, every penny of donations will be used for needy children or family of China.

Donators

About

The smallest UI framework for all platform -- 5,000 lines code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.9%
  • C 1.6%
  • Other 1.5%