resonance 0.1.0

A modular game engine. Heavy work in progress.
Documentation
1
2
3
4
5
6
7
pub mod engine;
pub mod plugin;
pub mod stage;

pub use engine::{Engine, EngineMode};
pub use plugin::{Plugin, PluginMetadata, PluginState, CorePlugin};
pub use stage::Stage;