A template for a C++ application running on an STM32H747I-DISCO Discovery kit that's using Slint for the user interface, CMake for the build system.
This template helps you get started developing a C++ application with Slint as toolkit
for the user interface. It demonstrates the integration between the .slint
UI markup and
C++ code, how to trigger react to callbacks, get and set properties and use basic widgets.
In order to use this template and build a C++ application, you need to install a few tools:
- cmake (3.21 or newer)
- STM32CubeCLT
- Visual Studio Code
- Slint extension
- STM32 VS Code Extension
- CMake Tools
- Open this folder with VS code.
- Configure the project either via "CMake: Select Configure Preset" from the command palette or the CMake extension panel.
- Build, Flash to Device, and debug by hitting
F5
or running theCMake: Debug
command from the command palette.
We hope that this template helps you get started and you enjoy exploring making user interfaces with Slint. To learn more
about the Slint APIs and the .slint
markup language check out our online documentation.
Don't forget to edit this README to replace it by yours.