Crate magma_app

source ·
Expand description

This crate provides basic functionality for creating and running an App. A Module trait is also provided for implementing additional functionality.

Modules

Structs

  • The App struct holds all the apps data and defines the necessary functions and methods to operate on it.
  • The World struct holds all the data of our world.

Enums

  • Used to specify if systems should be added to the startup or update loop of the App