Comment on Advice on the Choice of a GUI Library?
CorneliusTalmadge@lemmy.world 8 months agoThere is also a rust book that walks through building a todo app with rust and gtk (gnome desktop). Haven’t gone through it yet myself, but might be something you’d be interested in skimming through.
gronjo45@lemm.ee 8 months ago
That looks like a helpful guide to go through as well. I’m not too familiar with compiling/building/making (only the general notions)… In the past, I’ve abandoned programming projects because I got bogged down in the semantics of the documentation.
Should I stick to drawing high-level flowcharts pursuing a “make this” Occam’s Razor type philosophy and just condition myself to abandon unnecessary pedantic details? Just trying to make sure I follow through with my programming project this time instead of getting overwhelmed!
SorteKanin@feddit.dk 8 months ago
Don’t worry, Rust makes this very simple for you, as you’ll quickly learn once you learn about Cargo. You don’t even need to think about it.
GUIs are in general quite complicated regardless of language I would say, so it’s perhaps not the best place to start if you want to learn iteratively. But I think you can still make simple GUI things quite quickly so perhaps it’s not too bad.