Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T09:32:03.000Z (4 months ago)
- Last Synced: 2024-09-17T08:08:25.852Z (4 months ago)
- Topics: agent-based-modeling, book, multi-agent, pharo, simulation, smalltalk
- Language: CSS
- Homepage:
- Size: 36.3 MB
- Stars: 4
- Watchers: 12
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CORMAS Booklet
[![CI](https://github.com/cormas/Booklet-CORMAS/actions/workflows/main.yml/badge.svg)](https://github.com/cormas/Booklet-CORMAS/actions/workflows/main.yml)
[![Download PDF](https://img.shields.io/badge/Download-PDF-9cf.svg)](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
```