Skip to content

realmcu/HoneyGUI

Repository files navigation

Welcome to the RTKIOT GUI wiki!!







Description

Here are several common methods for APP development.

  • Develop applications using the RealGUI display engine by calling C/C++ APIs.
  • Directly call LVGL APIs to develop applications.
  • Directly call ARM-2D APIs to develop applications.
  • SaaA (Script as a APP) consists of JavaScript and XML. Recommended RVisualDesigner as a PC designer to do low-code development.

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: C:/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 VSCode

Install VSCode

Open project

  • Click HoneyGUI.code-workspace file

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.


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published