Conrod – A Rust GUI Library
blog.piston.rs
Conrod – A Rust GUI Library
1–10 of 76 posts
Re: Conrod – A Rust GUI Library
#2Re: Conrod – A Rust GUI Library
#3This is amazing, especially for only being two weeks old. I played around with Rust back when it was 0.10 (is it still?), and it's an awesome language. I can't wait to see this stuff get more advanced. Great work!
Re: Conrod – A Rust GUI Library
#4Re: Conrod – A Rust GUI Library
#5Last time I checked this was the main thing that was missing for Go (a complete, multi platform GUI lib). Has there anything like this arisen yet? Some quick googling points to Gothic, which sounds promising.
Re: Conrod – A Rust GUI Library
#6Re: Conrod – A Rust GUI Library
#7Glad to see Rust getting more traction. I'm not a huge fan of the syntax, and I'm personally putting my chips in the purely-functional space--but it's the most promising as far as a practical C++ replacement with much better semantics, which is sorely needed.
Re: Conrod – A Rust GUI Library
#8Re: Conrod – A Rust GUI Library
#9It seems odd that he says Conrod has draw signatures that are "concise" and gives an example with 11 arguments. Perhaps some of these parameters should be wrapped in a struct?