Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```