|
|
|
|
|
by WD-42
243 days ago
|
|
I am currently writing a desktop application in Rust. It’s a jellyfin client for music. I think the main reason is that writing Rust is a joy that gives you confidence. This is important to me as I often have small amounts of time to work on it (new dad). With rust I can start implementing a small feature, as long as it compiles I can be reasonably sure it works. In Python I’d be wading through a sea of runtime errors and never quite sure I actually got it right. Cross platform is another good reason. UI library support is good. You have iced like this app, but also decent GTK bindings. No runtime needed makes distribution and packaging infinitely easier than Python. It’s a great language for writing desktop apps. |
|