31
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 28 Jan 2024
31 points (94.3% liked)
Rust Programming
8161 readers
19 users here now
founded 5 years ago
MODERATORS
That's pretty sick! I didn't even realize there were gtk bindings; I might have to use that for an app I'm wanting to build. Torn between that and Tauri
Yeah, the bindings were a great help. I also tried tauri, iced, beavy, and a lot of libraries. At the end just using gtk4 seemed to be the best for my use case. I went through the grk4-rs book, and then started experimenting. I don't like GUI at all, but for simple cases it works well