Expand description
Mathematical ecology simulation.
Lotka-Volterra predator-prey, logistic growth, competition models, food webs, migration, evolution, stability analysis, disease, symbiosis. All dynamics are rendered in real time.
Modules§
- disease
- Disease propagation — SIR/SIS models with spatial spread.
- evolution
- Evolution simulation — mutation, selection, genetic drift.
- food_
web - Food web simulation — directed graph of trophic relationships.
- migration
- Migration patterns — seasonal flow of entity populations.
- population
- Population dynamics models.
Structs§
- Ecosystem
- An ecosystem containing multiple interacting species.
- Interaction
- Interaction between two species.
- Species
- A species in the ecosystem.
- Species
Traits
Enums§
Functions§
- lotka_
volterra_ example - Create a classic predator-prey ecosystem.