piston-dyon_interactive 0.45.0

A library for interactive coding with the Piston game engine
Documentation
fn main() {
    loop {
        if !next_event() {break}

        if text() {
            set_window(title: unwrap(text_arg()))
        }
    }
}