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

Project 1: Yin Tang #21

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

JackeyTY
Copy link

@JackeyTY JackeyTY commented Sep 9, 2024

  • Repo Link
  • Boid Flocking Simulation
  • Reynolds Boids algorithm for calculating cohesion, separation and alignment contribution from each neighbor for every timestamp.
  • Naive Neighbor Search calculates contribution from every other boid.
  • Scattered Uniform Grid-based Search divides the space into uniform spatial grid and uses grids to reduce the number of nerighbor boids for contribution and sorts boids for fast retrieval.
  • Coherent Uniform Grid-based Search also rearranges pos and vel arrays to match the sorted boid order for fast read/write.
  • Performance analysis.

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

Successfully merging this pull request may close these issues.

1 participant