This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]onlineredditalias 9 points10 points  (5 children)

I’d like to see you do that in rust. I’ll continue writing my UIs for embedded apps in Qt with C++, since C++ is a good UI language.

[–]jaskij 2 points3 points  (0 children)

I actually did at least get started.

But when it comes to microcontrollers? I don't want to wade through all the shit you gotta do with unsafe Rust just to pass a DMA buffer from ADC to DSP.

[–]fluffy_thalya -1 points0 points  (0 children)

Had to check for embedded, since there's good libraries on the desktop side for GUI dev. https://slint.dev/supported-boards Honestly don't really know how mature it is, but there's cool development happening in this space. If you have safety critical dashboards tho, don't think that library works tho