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.
- Host: GitHub
- URL: https://github.com/th0rgal/simulant
- Owner: Th0rgal
- License: other
- Created: 2021-04-21T15:39:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-20T20:51:33.000Z (over 4 years ago)
- Last Synced: 2025-02-21T14:39:30.394Z (8 months ago)
- Topics: ants, cpp, simulation
- Language: C++
- Homepage:
- Size: 83.3 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![]()
🐜 A C++ simulation of ant colonies.
![]()
## 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