temper 0.2.0

A simulation-first Rust game engine
Documentation
1
2
3
4
5
6
7
8
9
pub mod bundle;
pub mod command;
pub mod component;
pub mod entity;
pub mod event;
pub mod query;
pub mod resource;
pub(crate) mod storage;
pub mod world;