EBM is very WIP package, that does agent based modeling using ECS as an architecture, currently it is comprised of two example
THe SIR model is a simple model modeling the spread of infectious diseases. The internal logic is directly ported from https://juliadynamics.github.io/Agents.jl/stable/examples/sir/, the code can be found in https://github.com/theplatters/EBM/blob/main/src/sir.jl
Written in Rust + Bevy https://github.com/theplatters/EBM/blob/main/src/sciencemodel.rs