wizgrav / aframe-leap-hands

(In Progress) A-Frame VR component for Leap Motion controller.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A-Frame VR leap-hand for Leap Motion

GitHub license Work in progress

A-Frame VR component for Leap Motion controller.

screenshot

Installation

Using NPM and Browserify or Webpack:

npm install --save aframe-leap-hands
require('aframe-leap-hands').registerAll();

Usage

<a-entity camera="near: 0.01" look-controls position="0 1.5 0">
  <a-entity leap-hand="hand: left"></a-entity>
  <a-entity leap-hand="hand: right"></a-entity>
</a-entity>

References:

Official

Third-party

About

(In Progress) A-Frame VR component for Leap Motion controller.

License:MIT License


Languages

Language:JavaScript 100.0%