Skip to content

Simulating bird murmurations using an implementation of Boids algorithm in Three.js

Notifications You must be signed in to change notification settings

EvanRocha/murmurations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Murmurations

Simulating a flock of birds at sunset.

Used Three.js for 3D rendereing

Implemented using A 3D Simulation of Boids Algorithm: https://en.wikipedia.org/wiki/Boids

TO run

Run using a simple server such as default Python server

python -m SimpleHTTPServer

Then access at

http://localhost:8000

Can see in action at https://evanrocha.com/murmurations

About

Simulating bird murmurations using an implementation of Boids algorithm in Three.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published