Struct planetkit::AppBuilder [] [src]

#[must_use]
pub struct AppBuilder { /* fields omitted */ }

Builder for [App].

Will eventually learn how to create different kinds of application runners, including a CLI-only one that doesn't need to include any renderering systems.

Contains some optional convenience functions for adding commonly used systems.

Methods

impl AppBuilder
[src]

[src]

[src]

[src]

[src]

Add a few systems that you're likely to want, especially if you're just getting started with PlanetKit and want to get up and running quickly.