Isembart / Boids-Simulation-SFML

Flocking simulation in SFML
Other
2 stars 0 forks source link
boids boids-simulation collaborate help-wanted quadtree sfml student-vscode

Boids simulation in C++

Table of Contents

Description

Flock simulation using boids algorithm. Coded in C++ and using SFML library for graphics. To optimize the algorithm I used quadtrees.

Here's how it looks:

Installation

Example installation command using Unix Makefiles generator

git clone https://github.com/Isembart/Boids-Simulation-SFML.git
cd Boids-Simulation-SFML
mkdir build
cd build
cmake -G "Unix Makefiles" ..
make

Contributing

I'm very open for contributions. If you want to help feel free to contact me. I'm looking forward to work with you :D