[][src]Trait sprocket_engine::Application

pub trait Application {
    fn run(&mut self);
}

A trait that defines the application Initialization can be done before or inside the run function by a custom setup function

Required methods

fn run(&mut self)

Enters the main loop of the application Is responsible for handling events, rendering and physics

Loading content...

Implementors

Loading content...