Struct amethyst_engine::Application [] [src]

pub struct Application { /* fields omitted */ }

User-friendly facade for building games. Manages main loop.

Methods

impl Application
[src]

Creates a new Application with the given initial game state.

Starts the application and manages the game loop.