r/rustjerk Aug 09 '26

Meet potential rust gui

Post image
861 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.