temper 0.2.0

A simulation-first Rust game engine
Documentation
1
2
3
4
5
6
7
8
//! Temper engine library
//!
//! The library owns engine functionality. Binaries are development or tooling
//! adapters over this API.

pub mod core;
pub mod ecs;
pub mod prelude;