oml-game 0.40.2-alpha

Game foundation extracted from Fiiish-RS to remove boilerplate for future procjects.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod app;
pub use app::App;
pub mod game;
pub use game::Game;
pub mod math;
pub mod renderer;
pub mod system;
pub mod telemetry;
pub mod window;
pub use telemetry::DefaultTelemetry;
pub use telemetry::Telemetry;