etiennepinchon / aframe-bubble

Bubble component for A-Frame (https://aframe.io) for your entities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A-Frame Bubble Component

Bubble component for A-Frame to add on any entities.

Demo

Alt text

Getting Started

<a-entity bubble></entity>

To turn it off:

<a-entity bubble="enabled:false"></entity>

Want to make some changes to it?

Installation

First make sure you have Node installed.

On Mac OS X, it's recommended to use Homebrew to install Node + npm:

brew install node

To install the Node dependencies:

npm install

Local Development

To serve the site from a simple Node development server:

npm start

Then launch the site from your favourite browser:

http://localhost:3000/

If you wish to serve the site from a different port:

PORT=8000 npm start

Acknowledgement

Based on the work of @stemkoski for ThreeJS: http://stemkoski.github.io/Three.js/Bubble.html

License

Distributed under an MIT License.

About

Bubble component for A-Frame (https://aframe.io) for your entities

License:MIT License


Languages

Language:JavaScript 83.4%Language:HTML 16.6%