NETLOGO · agent-based modeling · rust/crux core · everything

MODEL

60ms

PARAMETERS

changing a param resets the world.
model: tick: 0 turtles: 0

PLOTS

ABOUT

Three classic agent-based models running entirely client-side. Engine (turtles, patches, scheduler, RNG) is a pure Rust Crux core compiled to wasm; this page is a dumb shell that ships events in and paints the view model out. Add a model by implementing one trait.