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

https://github.com/seacloud9/aframe-boids-component


https://github.com/seacloud9/aframe-boids-component

aframe boids webvr

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## aframe-boids-component

[![Version](http://img.shields.io/npm/v/aframe-aframe-boids-component.svg?style=flat-square)](https://npmjs.org/package/aframe-aframe-boids-component)
[![License](http://img.shields.io/npm/l/aframe-aframe-boids-component.svg?style=flat-square)](https://npmjs.org/package/aframe-aframe-boids-component)

Boids a component to manage flocking behavior in aframe





aframe-boids



For [A-Frame](https://aframe.io).

### API

| Property | Description | Default Value |
| -------- | ----------- | ------------- |
| | | |

### Installation

#### Browser

Install and use by directly including the [browser files](dist):

```html

My A-Frame Scene



```

#### npm

Install via npm:

```bash
npm install aframe-boids-component
```

Then require and use.

```js
require('aframe');
require('aframe-boids-component');
```