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
- Host: GitHub
- URL: https://github.com/seacloud9/aframe-boids-component
- Owner: seacloud9
- License: mit
- Created: 2017-04-12T15:11:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T03:40:19.000Z (about 8 years ago)
- Last Synced: 2025-02-01T14:25:12.128Z (over 1 year ago)
- Topics: aframe, boids, webvr
- Language: JavaScript
- Size: 5.19 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## aframe-boids-component
[](https://npmjs.org/package/aframe-aframe-boids-component)
[](https://npmjs.org/package/aframe-aframe-boids-component)
Boids a component to manage flocking behavior in aframe
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');
```