Hacker News new | ask | show | jobs
by floatboth 2754 days ago
There's always room for improvement, but speaking of GUI, gtk-rs is pretty usable already.
1 comments

It is, if you don't mind sprinkling your code with Rc<RefCell<item>> everywhere, as means to access widget struct members in callbacks.