|
|
|
|
|
by throwaway2037
1084 days ago
|
|
Holy shit this GUI framework looks good. I am a Qt fanboi, but this looks great. Normally, I skip all the "X for Rust" posts as a bunch of fanaticism. Could it really be different this time??? The feature list is really impressive: https://github.com/iced-rs/iced Plus, here is the road map with many things already done: https://github.com/iced-rs/iced/blob/master/ROADMAP.md Wow, wow, wow: Keep up the great work. One of the rendering engines is Skia by Google. This library is sneaking up fast on us... |
|
I've wanted to work on a few tiny tools in Rust, but so much of my workflow relies on proper clipboard support that it's never worked out.
Maybe some day I'll have time and energy to work on this, but the issue seem to come from underlying libraries providing abstractions that just don't allow properly inter-operating with the clipboard.
Of course, this isn't a problem for an IRC client, since you can't send images or anything like that anyway.