tschmoderer / sma-prj

Here is my project Multi Agent System. We implemented the models of the Boids of Reynolds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2016-sma-prj

Here is a projet in C++.
We implemented the models of the boids of Reynolds.
This models simulate the comportement of birds/fish Flocks.

Enclosed

In this project you will find :

  • Matlab test : t understand the basis of the models
  • C++ codes
  • Makefile
  • The Documentation generated with Doxygen (in French)
  • raleway.ttf : a font for the graphic interface
  • The repport of the prpject (in French)

Compilation

To compile the project, you need the SFML library : https://www.sfml-dev.org/
To compile with the Makefile, please make sure you have created the directories :

  • obj/
  • bin/

TODO

  • Update the Makefil to auto-create the folder bin/ and obj/
  • Translate code and documentation in english

About

Here is my project Multi Agent System. We implemented the models of the Boids of Reynolds

License:GNU General Public License v3.0


Languages

Language:C++ 93.9%Language:MATLAB 3.7%Language:Makefile 1.5%Language:M 0.9%