slint/api/cpp/esp-idf/slint
Simon Hausmann 43d3cdb6c4 Fix esp-idf nightly builds
After commit 3139171d77, the way of using the nightly is to omit the version.
We just need to add it again for the release.
2024-09-26 10:12:10 +02:00
..
cmake Sync FindSlint.cmake 2024-09-23 17:23:02 +02:00
include Rename touch and panel to touch_handle and panel_handle and document their nullptr values 2024-07-08 21:36:47 +02:00
LICENSES Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
src esp-idf: Adjust touch coordinates to scale factor 2024-08-14 11:00:50 +02:00
CMakeLists.txt Fix esp-idf nightly builds 2024-09-26 10:12:10 +02:00
idf_component.yml Bump version number to 1.9.0 2024-09-25 11:49:15 +00:00
LICENSE Add missing license symlinks 2023-08-14 10:23:47 +02:00
README.md Integrating the MCU docs into the C++ docs 2024-09-19 23:36:41 +02:00

Slint

Component Registry

Slint is a declarative GUI toolkit to build native user interfaces for desktop and embedded applications written in Rust, C++, or JavaScript.

This component provides the C++ version of Slint for the Espressif IoT Development Framework.

It has been tested on ESP32-S3 devices.

Screenshot

Documentation

Check out our Getting Started Guide for C++ on ESP-IDF.

Feedback

If you have feedback or questions, feel free to reach out to the Slint community:

License

You can use Slint under any of the following licenses, at your choice:

  1. Royalty-free license,
  2. GNU GPLv3,
  3. Paid license.

See also the Licensing FAQ.

Website · GitHub · Docs