We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This has been on my list for too long. I will update this thread with references.
For reference, I love this video by Destin: https://www.youtube.com/watch?v=4LWmRuB-uNU
The text was updated successfully, but these errors were encountered:
I already have the basic movement of circles implemented in the meatball class (which I will separate out soon): https://github.com/NISH1001/panim/blob/master/panim/experiments.py#L286
So, I just need to implement the flocking behaviour. :/
Sorry, something went wrong.
The boid will have 3 properties:
cohesion is done. https://github.com/NISH1001/panim/blob/master/panim/boids.py#L76
NISH1001
No branches or pull requests
This has been on my list for too long. I will update this thread with references.
For reference, I love this video by Destin:
https://www.youtube.com/watch?v=4LWmRuB-uNU
The text was updated successfully, but these errors were encountered: