FFR120 Group Project
Find a file
2012-12-05 13:44:04 +01:00
Boids.cpp Added Vicsek model 2012-12-05 13:42:31 +01:00
Boids.h Added Vicsek model 2012-12-05 13:42:31 +01:00
Main.cpp Small bugfix in sscanf 2012-12-05 13:44:04 +01:00
Random.cpp Added some predator functionality 2012-11-27 10:31:06 +01:00
Random.h Initial commit. Should be possible to compile on *NIX/MacOS systems, but not on Windows (due to missing drand48() library function). 2012-11-17 10:41:03 +01:00
README.md Simple build instructions. 2012-11-17 10:44:27 +01:00
UI.cpp Added some predator functionality 2012-11-27 10:31:06 +01:00
UI.h Code restructuring (brought out ugly OpenGL code to a separate module). 2012-11-19 12:44:58 +01:00
Vicsek.cpp Added Vicsek model 2012-12-05 13:42:31 +01:00
Vicsek.h Added Vicsek model 2012-12-05 13:42:31 +01:00

ffr120-group-project

FFR120 Group Project

To build, compile all .cpp files and link against GL, GLU and glut libraries ('-lGL -lGLU -lglut' for g++).