-
I'm not familiar with RUST on developping for MCU, but I want to make Slint work on my C/C++ MCU project. My idea is rendering the UI into a memory and update it to the device (no touching avaliable) via bus in certain refreshing frequency. So problem is how to re-implement the C/C++ interface functions like slint_cpp.dll did ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Our C++ API for MCU is not yet finished. See issue #2136 |
Beta Was this translation helpful? Give feedback.
Our C++ API for MCU is not yet finished. See issue #2136
I wouldn't really recommand trying to stream the UI, although this can be possible with experimental API.
What MCU are you targeting? What exactly are you trying to do?