8 Star 5 Fork 2

RealMCU / HoneyGUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Welcome to the RTKIOT GUI wiki!!

Description

There are two ways to develop an application, SaaA(Script as a APP) and Native C API.

  • SaaA(Script as a APP) consists of JavaScript and XML. Recommended RVisualDesigner as a PC designer to do low-code development.
  • Native C API development using C/C++ language, directly call the API of GUI engine.
  • Also can directly call the API of LVGL.

The GUI framework has good portability, which can run on a variety of chips and OS. PC Windows version is provided.

Software Architecture


Installation

Install compiler

Download the mingw-w64 compiler suite, unzip it to drive C, and add the environment variable.

  1. Mingw64 Download
  2. Unzip and copy to directory:C:/mingw64
  3. Add a environment variable:/mingw64/bin

Install scons

Open a CMD window and execute the following commands to install the Python scons library.

  • pip install scons==4.4.0

After installing the mingw-w64 compiler environment and scons library, you can launch the application in two ways: stratup by CMD or startup by GUI.

Startup by CMD

Open a CMD window in the HoneyGUI folder, and then run the following command to start the application.

> cd win32_sim
> scons
> cd ..
> .\win32_sim\gui.exe

The scons command to perform the build process and then execute gui.exe to run it.


Startup by GUI

  1. Install VSCODE

  2. Open project

    • Click HoneyGUI.code-workspace file
  3. Run project You can select the Run and Debug options after entering the vscode interface, and then click the Run button.


Display the watchface

You can interact with it by swiping and long pressing.


MIT License Copyright (c) 2023 Realtek Semiconductor Corporation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

real mcu gui framework 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C
1
https://gitee.com/realmcu/HoneyGUI.git
git@gitee.com:realmcu/HoneyGUI.git
realmcu
HoneyGUI
HoneyGUI
master

搜索帮助