It's really exciting to be a member of the Rust community, right now. I'd encourage every programmer who still enjoys the magic to try it out for at least a hobby project. It's completely rekindled my love for programming.
I'm currently using orbtk, the GUI toolkit for Redox OS. It has the least boilerplate and most pleasing API of the ones I've researched so far. (It targets SDL2 in addition to Orbital, so it's not just for Redox.) I'm looking forward to limn reaching maturity, though!
I've been enjoying orbtk, but I'm considering trying to re-implement in rust-sciter, which I stumbled across recently. The examples are really cool.
The GUI scene is very active right now, but it still requires pouring over raw, API-only documentation and simple examples.
7 comments
[ 0.22 ms ] story [ 24.9 ms ] threadI've been enjoying orbtk, but I'm considering trying to re-implement in rust-sciter, which I stumbled across recently. The examples are really cool.
The GUI scene is very active right now, but it still requires pouring over raw, API-only documentation and simple examples.
- borrowing in async/await - embedded work getting first-class attention, led by @japaric
My excitement over these two specifically, of course, reflects the idiosyncrasies of my focus, but yay!
http://smallcultfollowing.com/babysteps/blog/2018/02/09/maxi...