Struct amethyst::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, planner, and display configuration.

Builds a new application using builder pattern.

Starts the application and manages the game loop.