Skip to content

papplappen/ants_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages