Function quicksilver::run[][src]

pub fn run<T: 'static + State>(window: WindowBuilder)

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