1.0.5 • Published 4 years ago
flockflock v1.0.5
FlockFlock
Boid (flock simulation) in the browser.

Installation
npm i -D flockflockyarn add -D flockflockUsage
<div class="world" style="width: 500px; height: 500px;"></div>import { Flock } from 'flockflock'
new Flock('.world', {
n: 200,
fps: 60,
bait: true,
predator: true
})1.0.5
4 years ago