Re: Accessible Rust gui framework

2020-04-29 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Accessible Rust gui framework @5Graphics should be passable if you use the right things, otherwise all of Servo couldn't work, but Rust is fundamentally bad at expressing UI concepts because UI concepts are actually very much Java-esk object oriented programming or alternatively

Re: Accessible Rust gui framework

2020-04-29 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: Accessible Rust gui framework I actually know someone who's been developing an RTS framework in Rust to play around with. I haven't had the opportunity to chat with him lately, but he has had some issues with the graphics libraries in Rust, which seem to be underdeveloped and

Re: Accessible Rust gui framework

2020-04-29 Thread AudioGames . net Forum — Developers room : nolan via Audiogames-reflector
Re: Accessible Rust gui framework It's less a question of whether Rust works for desktop apps, and more of what you mean by accessible. It sounds like you may mean "accessible under Windows." That's fine, but then I'd rule out GTK *regardless* of language because

Re: Accessible Rust gui framework

2020-04-29 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Accessible Rust gui framework You're worried over nothing.  Rust isn't really used (or intended to be used) in the gui world as such, and even sighted people don't have great options.  Rust is intended for lower level work, not desktop apps, and the only graphical GUI

Re: Accessible Rust gui framework

2020-04-29 Thread AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector
Re: Accessible Rust gui framework Do you know anything about libui and or nuclear bindings?I've meant to try them, but never actually got my self to do so.I primarily know about these because I keep bouncing in this repo from time to timeawesome rust URL: https://forum.audiogames.net

Accessible Rust gui framework

2020-04-29 Thread AudioGames . net Forum — Developers room : Rastislav Kiss via Audiogames-reflector
Accessible Rust gui framework Hi folks,as you may possibly know, I am a Rust fan, with this language being one of my primary languages.But along all Rust's amazing features, which would take a whole article to name, there is one thing I am quite worried about.That thing is Rust