Skip to content

Files

Latest commit

cc38ef8 · May 27, 2020

History

History
20 lines (14 loc) · 422 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 422 Bytes

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