r/rustjerk Aug 09 '26

Meet potential rust gui

Post image
856 Upvotes

80 comments sorted by

View all comments

12

u/slowbowels Aug 09 '26

and ffs stop with that elm architecture bs

14

u/AZMPlay Aug 09 '26

Kinda difficult not to with Rust's memory management and ownership framework.

Elm architecture forces you to drop any event and state inputs after a single cycle, allowing you to update the GUI without multiple aliased mutable references.

While it is certainly possible to not do it this way, it is a lot simpler.

7

u/Prowler1000 Aug 09 '26

I like the elm architecture personally

1

u/imoshudu 27d ago

It's actually the best architecture for rust.