Expand description
The core bones library.
Re-exports§
pub use instant;
Modules§
Structs§
- Default
Session Runner - The default
SessionRunner
, which just runs the systems once every time it is run. - Game
- The
Game
encompasses a complete bones game’s logic, independent of the renderer and IO implementations. - Game
Systems - A collection of systems associated directly to a
Game
as opposed to aSession
. - Session
- A bones game. This includes all of the game worlds, and systems.
- Session
Options - Resource that allows you to configure the current session.
- Sessions
- Container for multiple game sessions.
Traits§
- Game
Plugin - Trait for plugins that can be installed into a
Game
. - Session
Plugin - Trait for plugins that can be installed into a
Session
. - Session
Runner - A session runner is in charge of advancing a
Session
simulation.
Type Aliases§
- Game
System - A system that runs directly on a
Game
instead of in a specificSession
. - Session
Command - Type of session command