Skip to content

x-incubator/boids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple simulation of Boids in Go using Ebitengine.

demo.gif

Getting started

  • Install system dependencies Ebitengine depends on

    sudo apt install gcc libc6-dev libgl1-mesa-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev libxxf86vm-dev libasound2-dev pkg-config

    Or follow the official Ebitengine installation guide

  • Clone the repository

    git clone [email protected]:x-incubator/boids.git && cd boids
  • Add go dependencies

    go mod tidy
  • Execute program

    go run .

About

Simple simulation of movement of birds, fish, or other animals that naturally flock together

Topics

Resources

Stars

Watchers

Forks

Languages