krabmaga 0.6.1

A modern developing art for reliable and efficient Agent-based Model (ABM) simulation with the Rust language.
Documentation
1
2
3
4
5
6
7
8
9
pub mod agent_render;
pub mod asset_handle_factory;
pub mod fields;
pub mod simulation_descriptor;
mod systems;
pub mod utils;
pub mod visualization;
pub mod visualization_state;
pub mod wrappers;