omsai11 / snow-college

Bird like simulations in p5js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boids simulations

Did you ever thought how flocks birds made formations in the sky? How schools of fish traverse the seas?

What about simulating it with our computers? This is a implementation of a Coding Train's tutorial. Daniel implements the behaviours in the article from Craig Reynolds https://www.red3d.com/cwr/boids/

Check it out at https://editor.p5js.org/tusqasi/full/iqTx04Dg6

Contributing

Guide to contributing to open source projects https://dev.to/codesphere/how-to-start-contributing-to-open-source-projects-on-github-534n

A short list of steps to your first contribution

  1. Fork this repo (See the fork button)
  2. Clone your fork to your computer/laptop (The green Code button and copy the url in the command. git clone <URL>).
  3. Create a new branch (git branch <new_branch_name>).
  4. Make changes and commit.(git add path_to_file_which_changed and then git commit -m "Message here").
  5. Now push the changes with git push.
  6. Back to your repo (github.com/<your_username>/snow-college) click the contribute button and make a pull request.

Check out the issues tab for more

Click below to visit:

VIST

About

Bird like simulations in p5js


Languages

Language:JavaScript 99.9%Language:HTML 0.0%Language:CSS 0.0%