Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 487 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 487 Bytes

Ants

A simulation of cooperative ant behaviour using pheromone communation.

Inspired by this Youtube video by Sebastian Lague.

Requirements

The project uses OpenGL via the libaries "GLEW" and "GLFW3".

Compilation

On Linux: Run make.

On Windows: Open the project in Visual Studio Code and run "Build" (Ctrl+Shift+B).

Execution

On Linux: Run ./run.sh or just build/ants_cpp.

On Windows: Run main.exe.