Search
Items tagged with: gui
i've been using relm4 for a while and i'm really happy with it. i love the #elm architecture - your app's state is a struct (or object), your user interface is rendered by a function that takes your state and returns a tree of widgets (or similar), widgets emit messages, messages modify state. i find it so much cleaner and easier to wrap my head around than traditional imperative methods or MVVM.
what are some other nice cross-platform #desktop app frameworks that use this architecture? i'm mainly familiar with #relm4 and #iced in #rust.
#programming #gui #linux
The issue with any programming language is the ability to "interact" with users. Without a GUI, a programming language is limited.
This mosaic layout looks really interesting!
I'm personally on a dynamic tiler, and I really like it (with 9 virtual workspaces), but it indeed looks weird sometimes to see like a control panel with two sliders take up the whole screen. I just personally don't care that it's ugly for that 20 seconds I need to use 😂
But FWIW, a new API through which an app can communicate what size it would feel comfortable being in seems promising.