https://github.com/jonaspleyer/cellular_raza
Cellular Agent-based Modeling from a Clean Slate
https://github.com/jonaspleyer/cellular_raza
agent-based agent-based-modeling biology cellular rust rust-library simulation
Last synced: 9 days ago
JSON representation
Cellular Agent-based Modeling from a Clean Slate
- Host: GitHub
- URL: https://github.com/jonaspleyer/cellular_raza
- Owner: jonaspleyer
- License: gpl-2.0
- Created: 2022-09-21T13:36:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2026-05-18T21:13:20.000Z (about 1 month ago)
- Last Synced: 2026-05-26T07:23:28.010Z (27 days ago)
- Topics: agent-based, agent-based-modeling, biology, cellular, rust, rust-library, simulation
- Language: Rust
- Homepage: https://cellular-raza.com
- Size: 143 MB
- Stars: 21
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
- awesome-python-rs - cellular_raza - A cellular agent-based simulation framework. (Scientific Computing)
README
# cellular_raza
[](https://opensource.org/license/gpl-2-0/)
[](https://github.com/jonaspleyer/cellular_raza#rust-version-requirements)
[](https://crates.io/crates/cellular_raza)
[](https://docs.rs/cellular_raza)
[](https://deps.rs/crate/cellular_raza)
[](https://joss.theoj.org/papers/10.21105/joss.07723)
Cellular Agent-based Modeling from a Clean Slate
## Documentation
The documentation at [cellular-raza.com](https://cellular-raza.com/) provides an introduction,
examples, the most recent technical documentation, submission guidelines and much more.
## Getting Started
The "getting-started" guide at
[cellular-raza.com/guides/getting-started](https://cellular-raza.com/guides/getting-started)
is a good entry point to learn how to use `cellular_raza`.
## Contributing
Please use [github](https://www.github.com/jonaspleyer/cellular_raza) to write a pull-request.
Also have a look at the
[coding guidelines](https://cellular-raza.com/internals/code-structure/coding-guidelines).
## License
Download the [GNU GENERAL PUBLIC LICENSE Version 2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt).
## Citing
```bibtex
@article{Pleyer2025,
doi = {10.21105/joss.07723},
url = {https://doi.org/10.21105/joss.07723},
year = {2025},
publisher = {The Open Journal},
volume = {10},
number = {110},
pages = {7723},
author = {Jonas Pleyer and Christian Fleck},
title = {cellular\_raza: Cellular Agent-based Modeling from a Clean Slate},
journal = {Journal of Open Source Software}
}
```