[][src]Function quicksilver::lifecycle::run

pub fn run<T: State>(title: &str, size: Vector, settings: Settings)

Run the application's game loop

On desktop platforms, this yields control to a simple game loop controlled by a Timer. On wasm, this yields control to the browser functions setInterval and requestAnimationFrame