pub fn start(
    name: &str,
    app: &mut dyn Application,
    screen_width: i32,
    screen_height: i32,
    pixel_width: i32,
    pixel_height: i32
) -> Result<(), Error>
Expand description

Starts the main game loop.