resonance 0.1.0

A modular game engine. Heavy work in progress.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod engine_ext;
pub mod plugin;
pub mod runner;
pub mod systems;
pub mod window;

pub use engine_ext::EngineExt;
pub use plugin::WindowPlugin;
pub use runner::run;
pub use window::{Window, WindowConfig, WindowEvent, WindowMode};