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

https://github.com/th0rgal/simulant

A C++ simulation of ant colonies made for the Paris Saclay University.
https://github.com/th0rgal/simulant

ants cpp simulation

Last synced: 2 days ago
JSON representation

A C++ simulation of ant colonies made for the Paris Saclay University.

Awesome Lists containing this project

README

          




Simulant logo


🐜 A C++ simulation of ant colonies.


Simulant animation

## Features
- Support for multiple colonies
- Real time rendering with SDL2
- Optimization of the rendering with the graphic card
- Dynamic updating of entities and pheromones

## Code conventions

#### Docstrings
We followed javadocs guidelines with an additional decorator:
``@confidence 0-5``
- 0: it doesn't work
- 1: it "works" with known bugs
- 3: it works but can't be tested
- 4: it works and has been been tested
- 5: it works, it has been tested and it is so simple that there is no doubt about it