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.
Download the mingw-w64 compiler suite, unzip it to drive C, and add the environment variable.
- Mingw64 Download
- Unzip and copy to directory:
C:/mingw64
- Add a environment variable:
C:/mingw64/bin
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.
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.
- Click
HoneyGUI.code-workspace
file
You can select the Run and Debug
options after entering the vscode interface, and then click the Run
button.
You can interact with it by swiping and long pressing.