https://github.com/squarebracketassociates/booklet-cormas
A booklet on the CORMAS multi-agent simulation framework
https://github.com/squarebracketassociates/booklet-cormas
agent-based-modeling book multi-agent pharo simulation smalltalk
Last synced: 9 months ago
JSON representation
A booklet on the CORMAS multi-agent simulation framework
- Host: GitHub
- URL: https://github.com/squarebracketassociates/booklet-cormas
- Owner: SquareBracketAssociates
- Created: 2017-05-16T07:12:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T09:32:03.000Z (almost 2 years ago)
- Last Synced: 2025-05-07T20:43:42.358Z (about 1 year ago)
- Topics: agent-based-modeling, book, multi-agent, pharo, simulation, smalltalk
- Language: CSS
- Homepage:
- Size: 36.3 MB
- Stars: 4
- Watchers: 11
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CORMAS Booklet
[](https://github.com/cormas/Booklet-CORMAS/actions/workflows/main.yml)
[](https://github.com/cormas/Booklet-CORMAS/releases/download/latest/Booklet-CORMAS.pdf)
With this booklet, we try to provide a continuous integration for Cormas "how-to". You can download sources from github or directly the [PDF here](https://github.com/cormas/Booklet-CORMAS/releases/download/latest/Booklet-CORMAS.pdf).
## Build PDF locally
**Step 1.** Install Pillar. Follow the instructions here: https://github.com/pillar-markup/pillar#installation
**Step 2.** Clone this repository and navigate inside it.
**Step 3.** Build the book:
```
pillar build pdf book.md
```