{"id":15026981,"url":"https://github.com/idea4good/guilite","last_synced_at":"2025-05-14T05:10:33.260Z","repository":{"id":37768375,"uuid":"103610640","full_name":"idea4good/GuiLite","owner":"idea4good","description":"✔️The smallest header-only GUI library(4 KLOC) for all platforms","archived":false,"fork":false,"pushed_at":"2023-12-22T09:30:41.000Z","size":80794,"stargazers_count":7505,"open_issues_count":17,"forks_count":813,"subscribers_count":247,"default_branch":"master","last_synced_at":"2025-04-11T00:02:12.430Z","etag":null,"topics":["c","cpp","cross-platform","display","docker","embedded","graphics-library","gui","header-only","iot","iot-platform","mcu","microcontroller"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/watch?v=grqXEz3bdC0","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idea4good.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"custom":"https://idea4good.github.io/"}},"created_at":"2017-09-15T03:40:38.000Z","updated_at":"2025-04-10T06:25:14.000Z","dependencies_parsed_at":"2023-12-22T10:52:45.289Z","dependency_job_id":null,"html_url":"https://github.com/idea4good/GuiLite","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea4good%2FGuiLite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea4good%2FGuiLite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea4good%2FGuiLite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea4good%2FGuiLite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idea4good","download_url":"https://codeload.github.com/idea4good/GuiLite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254076850,"owners_count":22010611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","cpp","cross-platform","display","docker","embedded","graphics-library","gui","header-only","iot","iot-platform","mcu","microcontroller"],"created_at":"2024-09-24T20:05:33.053Z","updated_at":"2025-05-14T05:10:33.183Z","avatar_url":"https://github.com/idea4good.png","language":"C++","readme":"# Welcome to GUI-lite\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"documents/logo.png\" alt=\"Logo\"/\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/build-passing-brightgreen.svg\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS%20%7C%20iOS%20%7C%20Android%20%7C%20MCU-brightgreen.svg\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/architecture-amd64%20%7C%20arm%20%7C%20arm64-blue.svg\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/license-Apache%202-blue.svg\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003eThe smallest header-only GUI library (4 KLOC) for all platforms.\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"documents/WhyGuiLite.png\" alt=\"Why GuiLite\"/\u003e\n\u003c/p\u003e\n\n- [中文](README_zh.md)\n\n## Lightweight\n- ✂️Small: 4,000+ lines of C++ code, zero dependency, header-only(GuiLite.h)\n- ⚡Fast: High Rendering performance, even work on MCU\n- 👫🏻Compatible: Work smoothly with 3rd party frameworks(Qt/MFC/Winform/Cocoa/Web)\n- ⚙️️Hardware Minimum Requirements:\n\n    | Processor | Disk/ROM space | Memory |\n    | --- | --- | --- |\n    | 24 MHZ | 29 KB | 9 KB |\n\n## Cross platform\n- Supported OSes: iOS/macOS/WatchOS, Android, Linux, Windows, RTOS... or **MCU without OS**\n- Supported languages: C/C++, Swift, Java, Javascript, C#, Golang...\n- Supported 3rd party libraries: Qt, MFC, Winforms, CoCoa...\n\n## Hero features\n- ☁️Cloud + IoT Solution: master your IoT business all over the world\n- 🔣Multi-language, supports UTF-8;📀Playback Video\n- 🔨[Toolkit](https://github.com/idea4good/GuiLiteToolkit) for building font/image resources\n- 📐[Layout GUI WYSIWYG](https://github.com/idea4good/GuiLitePreviewer)\n- 📊Code Telemetry and Analysis in real time\n- 📦Supports 3D and [Web](https://github.com/idea4good/GuiLiteWeb)\n- 🐋Run in docker with a single command: `sudo docker run -it --privileged -v /dev:/dev-share idea4good/gui-lite:latest bash /run.sh`\n\n## Easy to learn and support\nEven a C beginner could master GUI-lite quickly. The source code only uses basic C++ features (class, virtual function). We chose C++ as it could make the code size significantly smaller and easier to read.\n- 📚Documentation\n    - [How to use GUI-lite?](documents/HowToUse.md)\n    - [Design specification](documents/HowToWork.md)\n    - [How to Layout widgets?](documents/HowLayoutWork.md)\n    - [How to build unicode font/bitmap resource?](https://github.com/idea4good/GuiLiteToolkit)\n    - [How to switch theme?](https://github.com/idea4good/GuiLiteSamples/blob/master/HostMonitor/UIcode/source/resource/resource.cpp)\n    - [How to dispatch messages?](documents/HowMessageWork.md)\n    - [UML chart of GUI-lite core](documents/UML.md)\n- 📈Learning steps\n    1. Build GUI-lite library\n    2. Build/Debug HelloXXX demos\n    3. Read/Modify `HelloXXX/UIcode/UIcode.cpp` code\n    4. Read/Modify `widgets` code\n    5. Read/Modify `core` code\n    6. Build your GUI framework\n- 📞[Reach out us](#community-channel) if you have any questions you are welcomed to our developer family.\n- 🀄️[Mirror repository in China](https://gitee.com/idea4good/GuiLite)\n\n## Demo wall\n- Zero dependency, 100% build pass \u0026 runnable\n- Click the demo you like, and run it on your hardware\n- Most of the demos have about 100 lines of UI code, the code repository is [GuiLiteSamples](https://github.com/idea4good/GuiLiteSamples)\n---\n### MCU platform\n---\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/Hello3D\"\u003e\u003cimg src=\"documents/Hello3D.gif\" width=\"200px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e3D on STM32\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HelloWave\"\u003e\u003cimg src=\"documents/HelloWave.gif\" width=\"200px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eWave on STM32\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HelloParticle\"\u003e\u003cimg src=\"documents/HelloParticle.gif\" width=\"200px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eParticle on STM32\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HelloStar\"\u003e\u003cimg src=\"documents/HelloStar.gif\" width=\"200px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eStar on STM32\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/Hello3Dwave\"\u003e\u003cimg src=\"documents/Hello3Dwave.gif\" width=\"200px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e3D wave on STM32\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HelloNoTouch\"\u003e\u003cimg src=\"documents/HelloNoTouch.gif\" width=\"200px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKeyboard on STM32\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HelloMario\"\u003e\u003cimg src=\"documents/HelloMario.gif\" width=\"200px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMario on STM32\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HelloCircle\"\u003e\u003cimg src=\"documents/HelloCircle.gif\" width=\"200px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e3D circle on STM32\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n  \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/Hello3Ddonut\"\u003e\u003cimg src=\"documents/Hello3Ddonut.gif\" width=\"200px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e3D donut on STM32\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n  \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HelloTimer\"\u003e\u003cimg src=\"documents/HelloTimer.gif\" width=\"200px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTimer\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n  \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HelloMolecule\"\u003e\u003cimg src=\"documents/HelloMolecule.gif\" width=\"200px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMolecule move\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n  \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HelloPendulum\"\u003e\u003cimg src=\"documents/HelloPendulum.gif\" width=\"200px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePendulum effect\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n---\n### IoT feature\n---\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HostMonitor\"\u003e\u003cimg src=\"documents/data_on_cloud.png\" width=\"600px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMonitor IoT device on cloud\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HostMonitor\"\u003e\u003cimg src=\"documents/BuildInfo.png\" width=\"600px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCode Telemetry \u0026 Analysis in real time\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HelloAzureIoT\"\u003e\u003cimg src=\"documents/HelloAzureIoT.jpg\" width=\"600px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTrack IoT device over the world\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n---\n### Multi-language, Design tool and video\n---\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HelloFont\"\u003e\u003cimg src=\"documents/HelloFont.gif\" width=\"600px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLattice Font\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HelloFreetype\"\u003e\u003cimg src=\"documents/HelloFreetype.gif\" width=\"600px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFreetype Font\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLitePreviewer\"\u003e\u003cimg src=\"documents/Previewer.gif\" width=\"600px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLayout GUI\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HelloJPG\"\u003e\u003cimg src=\"documents/HelloJPG.gif\" width=\"600px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRender JPG file quickly\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HelloFFmpeg\"\u003e\u003cimg src=\"documents/HelloFFmpeg.jpg\" width=\"600px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePlay video with FFmpeg\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n---\n### Widgets \u0026 Controller\n---\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HelloGuiLite\"\u003e\u003cimg src=\"documents/HelloGuiLite.gif\" width=\"600px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEmulate  Windows UI\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HelloScroll\"\u003e\u003cimg src=\"documents/HelloScroll.gif\" width=\"600px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eScroll widget\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HelloWidgets\"\u003e\u003cimg src=\"documents/HelloWidgets.gif\" width=\"600px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHow to use widgets\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HelloNets\"\u003e\u003cimg src=\"documents/HelloNets-pc.gif\" width=\"600px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e3D Nets on Windows/Linux\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HelloTransparent\"\u003e\u003cimg src=\"documents/HelloTransparent.gif\" width=\"600px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTransparent dialog\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HelloSlide\"\u003e\u003cimg src=\"documents/HelloSlide.gif\" width=\"600px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSwipe view\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n---\n### Cross platform\n---\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HostMonitor\"\u003e\u003cimg src=\"documents/HostMonitor.gif\" width=\"300px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHostMonitor on Windows\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HostMonitor\"\u003e\u003cimg src=\"documents/Mac.gif\" width=\"300px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHostMonitor on Mac\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HostMonitor\"\u003e\u003cimg src=\"documents/Android.gif\" width=\"300px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHostMonitor on Android\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HostMonitor\"\u003e\u003cimg src=\"documents/WinMR.gif\" width=\"300px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHostMonitor on Windows Mixed Reality\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HostMonitor\"\u003e\u003cimg src=\"documents/Linux.gif\" width=\"300px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHostMonitor on Linux\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteWeb\"\u003e\u003cimg src=\"documents/GuiLite3D.gif\" width=\"300px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e3D on Web\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteWeb\"\u003e\u003cimg src=\"documents/GuiLiteCube.gif\" width=\"300px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e3D on Web\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HostMonitor\"\u003e\u003cimg src=\"documents/iOS.gif\" width=\"300px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHostMonitor on iPhone\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteWeb\"\u003e\u003cimg src=\"documents/GuiLiteGraphic.gif\" width=\"300px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHow display work\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n---\n### Apple platform\n---\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/Hello3D\"\u003e\u003cimg src=\"documents/iWatch.hello3D.gif\" width=\"300px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e3D on Apple Watch\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HelloWave\"\u003e\u003cimg src=\"documents/iWatch.helloWave.gif\" width=\"300px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eWave on Apple Watch\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e    \n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/idea4good/GuiLiteSamples/tree/master/HelloParticle\"\u003e\u003cimg src=\"documents/iOS.particle.gif\" width=\"300px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eParticle on iPhone\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## 📞Community Channel\nThanks for the help from the community, you all make GUI-lite better! And welcome to any new friend to join us.\n- [**@Twitter**](https://twitter.com/idea4good)\n- QQ group:\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003cimg src=\"documents/qq.group-7.png\" width=\"240px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e開發群🔑：875721211\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\n  \u003c/tr\u003e\n","funding_links":["https://idea4good.github.io/"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidea4good%2Fguilite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidea4good%2Fguilite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidea4good%2Fguilite/lists"}