A simple and effecient agent centered swarm simulator.
sudo apt update && sudo apt install build-essential libasound2-dev mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev libglm-dev libglfw3-dev libgsl-dev
mkdir build
cd build
cmake ..
make
make install
To run the example, execute the following command:
./build/example/Experiment
For a detailed explanation on usage, please take a look at the GETTING_STARTED.md file or check out the writeup on my site: https://blog.grontved.dk/blog/swarm-simulator/
👤 Kasper Rømer Grøntved
- Website: https://blog.grontved.dk
- GitHub: @kasperg3
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
Copyright © 2022 Kasper Rømer Grøntved.
This project is MIT licensed.