Skip to content

korosenpai/java-flocking-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boid flocking simulation

simulating the flight of birds with three simple rules

  • alignment: steer towards the average heading of local flockmates
  • cohesion: steer to move toward the average position of local flockmates
  • separation: steer to avoid crowding local flockmates

to add

slider to change forces on the go (in new jframes)

sources

https://www.red3d.com/cwr/boids/
https://www.youtube.com/watch?v=mhjuuHl6qHM

About

implementation of the boid flocking simulation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages