Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple 2D boids #5

Closed
rexim opened this issue Oct 24, 2016 · 1 comment
Closed

Simple 2D boids #5

rexim opened this issue Oct 24, 2016 · 1 comment
Assignees

Comments

@rexim
Copy link
Member

rexim commented Oct 24, 2016

Just a bunch of boids on 2D that follow the 3 steering rules:

  • Separation: steer to avoid crowding local flockmates
  • Alignment: steer towards the average heading of local flockmates
  • Cohesion: steer to move toward the average position of local flockmates

See http://www.red3d.com/cwr/boids/ for more info

@rexim rexim self-assigned this Oct 24, 2016
rexim added a commit that referenced this issue Oct 25, 2016
rexim added a commit that referenced this issue Oct 25, 2016
@rexim
Copy link
Member Author

rexim commented Oct 25, 2016

The issue has been split in #8

Piece

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant