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.
- Host: GitHub
- URL: https://github.com/moeki0/flockflock
- Owner: moeki0
- Created: 2022-01-03T02:03:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T00:59:46.000Z (over 4 years ago)
- Last Synced: 2025-11-30T03:50:23.528Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 20.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FlockFlock
Boid (flock simulation) in the browser.

## 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
})
```