/swarm-simulator

A simple and effecient agent centered swarm simulator.

Primary LanguageC++MIT LicenseMIT

Welcome to swarm-simulator 👋

Version Documentation Maintenance License: MIT Build

Simple Boids example

A simple and effecient agent centered swarm simulator.

Install

Dependencies

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

Build

mkdir build
cd build
cmake ..
make

Install system wide

make install

Run

To run the example, execute the following command:

./build/example/Experiment

Usage

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/

Author

👤 Kasper Rømer Grøntved

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2022 Kasper Rømer Grøntved.
This project is MIT licensed.