Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:avramdj/artificial-life-boids into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
avramdj committed May 26, 2021
2 parents 3b657e8 + 03e9cf6 commit 818e0fc
Show file tree
Hide file tree
Showing 13 changed files with 40,478 additions and 14 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@ Boids is an artificial life program, developed by Craig Reynolds in 1986, which
* **cohesion**: steer to move towards the average position (center of mass) of local flockmates

### Demos:

* https://user-images.githubusercontent.com/48069158/115175610-9398c500-a0cb-11eb-8da5-77f4d7405e93.mp4

* https://user-images.githubusercontent.com/48069158/115174339-60edcd00-a0c9-11eb-876c-9e75680d1323.mp4



* **Day 2**:
* <img src=".github/media/d2_2.gif" width="500" height="375"/>
* <img src=".github/media/d2_1.gif" width="500" height="375"/>
* [Video](https://www.youtube.com/watch?v=M2YeRuVUNx0)

### Resources:
* [Original paper by Craig W. Reynolds](http://www.cs.toronto.edu/~dt/siggraph97-course/cwr87/)
* [Wikipedia](https://en.wikipedia.org/wiki/Boids)
* [Youtube - Example in Unity](https://www.youtube.com/watch?v=bqtqltqcQhw)

2 changes: 1 addition & 1 deletion imgui.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Collapsed=0

[Window][Settings]
Pos=18,142
Size=233,248
Size=302,248
Collapsed=0

[Window][Camera]
Expand Down
Loading

0 comments on commit 818e0fc

Please sign in to comment.