Ironmaggot

Results 4 comments of Ironmaggot

Oh, yes, forgot to mention it. It's Win 10.

About the backend I am not sure - its the default backend, I guess. Here's the entirety of the code. ```rust extern crate piston_window; use piston_window::*; fn main() { let...

Hello, a newb to conrod and rust here. It is a bit hard to figure out conrod using the examples alone. Specifically, it is difficult to differentiate what is and...

@mitchmindtree I tried to use `hello_world.rs` example and tried to transform it into a "spiritual" representation of what I meant. I most probably got things wrong in this example, but...