An open API service indexing awesome lists of open source software.

https://github.com/moeki0/flockflock

Boid (flock simulation) in the browser.
https://github.com/moeki0/flockflock

Last synced: 5 months ago
JSON representation

Boid (flock simulation) in the browser.

Awesome Lists containing this project

README

          

# FlockFlock

Boid (flock simulation) in the browser.

![Image](https://github.com/moekidev/flockflock/blob/main/docs/image.gif)

## Installation

```
npm i -D flockflock
```

```
yarn add -D flockflock
```

## Usage

```html


```

```js
import { Flock } from 'flockflock'

new Flock('.world', {
n: 200,
fps: 60,
bait: true,
predator: true
})
```