slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
16.63k stars 543 forks source link

Document the rough steps to get Slint working in C++ MCU environments #4180

Closed tronical closed 7 months ago

tronical commented 8 months ago

We recently had a user who managed to get Slint running on an STM32U5 with C++. We ended up sorting everything out on Mattermost, but it became apparent that the documentation is missing a guide here:

ogoffart commented 7 months ago

imho we still need a better guide on how to implement a platform for an MCU. https://slint.dev/releases/1.3.2/docs/cpp/api/namespace_slint__platform is not too bad, but could be improved.