1 Star 0 Fork 56

chxj / GuiLiteSamples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 5.93 KB
一键复制 编辑 原始数据 按行查看 历史
idea4good 提交于 2019-09-20 22:42 . update .gitignore

Image

GuiLite Samples - Crack GuiLite with live demo

badge_build badge_docker badge_platform badge_lincense badge_lincense

中文

  • GuiLite samples contain 13 cross-platform projects. They all based on GuiLite. They could show you how to use GuiLite's interface, and how GuiLite works on iOS, Android, GNU/Linux, Windows and macOS platform.
  • GuiLite samples could pass compiling in 100%, could run on all kinds of PC, phones, MCU and embedded(IoT) devices.
  • Suppoort IDE: Visual Studio, Qt Creator, Keil
  • GuiLite Samples could run on web page, and make 3D feature with WebGL, visit GuiLiteWeb to get more details
  • GuiLite samples could run in Docker container with single command below:
    • sudo docker run -it --privileged -v /dev:/dev-share idea4good/gui-lite:latest bash /run.sh

MCU demos: Hello Star + Hello Particle + Hello Wave + Hello NoTouch + Hello Mario + Hello Nets + Hello 3D

HelloStar  HelloParticle  HelloWave  HelloNoTouch  HelloMario  HelloNets-mcu

  • MCU Hardware: STM32F103ZET6(512K ROM, 64K RAM) + 240*320 16bits color TFT LCD
  • MCU Software: No OS, Only GuiLite
  • Hello Star has 100+ lines code, showing you how to develop a star field effect.
  • Hello Particle has 100- lines code, showing you how to develop a particle effect.
  • Hello Wave has 100+ lines code, showing you how to use wave widget.
  • Hello NoTouch has only 100+ lines code, showing you how to navigate/click widgets by hard button in non-touch GUI scenario.
  • Hello Mario has 100+ lines code, showing you how to develop a multi-layer UI system.
  • Hello Nets has only 100+ lines code, showing you how to build 3D effect.
  • Hello 3D has only 100+ lines code, it's a lightweight 3D engine base on GuiLite.
  • How to porting for any MCU?
  • Also support: Windows / Linux

Hello 3D

Hello3D

Hello 3D is a ligheweight(MCU level) 3D engine base on GuiLite.

  • Could run on limited resource hardware
  • Could build a 3D object quickly, and run it on different platform(e.g, Windows, Linux, MCU, Qt)
  • Could upgrade your UI experience with a little 3D feature

Hello Nets

HelloNets-pc

Hello Nets has only 100+ lines code for beginner, showing you how to build 3D physics App with GuiLite. You can run it on Windows, Linux and MCU.

Hello Widgets

HelloWidgets

Hello Widgets has only 100+ lines code for beginner, showing you how to develop GUI with GuiLite widgets. You can run it on Windows and Linux.

Hello Animation

HelloAnimation

Hello Animation has only 100+ lines code for beginner, showing you how to making animation. You can run it on Windows and Linux.

Hello Slide

HelloSlide

Hello Slide has only 100+ lines code. It shows beginner how to make sliding UI. You can run it on Windows and Linux.

Hello Font

HelloFont

Hello Font has only 100+ lines code .It shows beginner how to use multi-language feature(UTF-8). You can run it on Windows and Linux.

Hello GuiLite

HelloGuiLite

Hello GuiLite has only 100+ lines code. It shows beginner how to initialize GuiLite, layout UI widgets, and map messages. You can run it on Windows and Linux.

Host Monitor

On Mac & iOS:

Mac iOS

On Android & ARM Linux embedded:

Android Linux

On Windows Mixed Reality:

Win MR

Host Monitor has 2,000 lines of code related to UI, showing you how to make UI layout , and customize/extend your UI widgets.

Code Description

  • HostMonitor\UICode\source\ui_layout: UI Layout
  • HostMonitor\UICode\source\ui_ctrl_ex: Customize your widgets

Cross platform

  • HostMonitor\BuildAndroid: Java code, for Android
  • HostMonitor\BuildIOS: Swift code, for iOS
  • HostMonitor\BuildLinux: C code, for Linux
  • HostMonitor\BuildWin32: C code, for Windows
  • HostMonitor\BuildUWP: CX code, for UWP(include Mixed/Virtual Reality)
  • HostMonitor\BuildMacCmd: Swift code, for Mac command mode
  • HostMonitor\BuildMacCocoa: Swift code, for Mac APP with UI
  • HostMonitor\BuildGo: Golang + C++, for Linux

Build "host monitor"

UART on Android phone

Download Android APP

Suggestions

Looks complex? Trust me that you can do everything we did because we are the same.

  • Dare to build it
  • Dare to make your own modification
  • Dare to create your UI framework

Repository Mirror

GitHub

Thanks

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

C++
1
https://gitee.com/chxj8080/GuiLiteSamples.git
git@gitee.com:chxj8080/GuiLiteSamples.git
chxj8080
GuiLiteSamples
GuiLiteSamples
master

搜索帮助