All Projects → Utopiah → aframe-speech-controls-component

Utopiah / aframe-speech-controls-component

Licence: other
alternative form of inputs for in-VR interaction with the content of a scene

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to aframe-speech-controls-component

Mathworldvr
Math world in WebVR, powered by A-frame.
Stars: ✭ 73 (+461.54%)
Mutual labels:  webvr, aframe
Awesome Aframe
[DISCONTINUED] Collection of awesome resources for the A-Frame WebVR framework.
Stars: ✭ 1,310 (+9976.92%)
Mutual labels:  webvr, aframe
A Mmd
A-Frame MMD component
Stars: ✭ 74 (+469.23%)
Mutual labels:  webvr, aframe
Hubs
Duck-themed multi-user virtual spaces in WebVR. Built with A-Frame.
Stars: ✭ 1,059 (+8046.15%)
Mutual labels:  webvr, aframe
Aframe
🅰️ web framework for building virtual reality experiences.
Stars: ✭ 13,428 (+103192.31%)
Mutual labels:  webvr, aframe
Superframe
📦 A super collection of A-Frame components.
Stars: ✭ 1,061 (+8061.54%)
Mutual labels:  webvr, aframe
Aframe School
🎒 Interactive workshop and lessons for learning A-Frame and WebVR.
Stars: ✭ 84 (+546.15%)
Mutual labels:  webvr, aframe
Networked Aframe
A web framework for building multi-user virtual reality experiences.
Stars: ✭ 803 (+6076.92%)
Mutual labels:  webvr, aframe
Aframe Effects
A VR Ready Post processing framework for Three.js and/or A-Frame
Stars: ✭ 176 (+1253.85%)
Mutual labels:  webvr, aframe
Aframe Particle System Component
Particle systems for A-Frame.
Stars: ✭ 156 (+1100%)
Mutual labels:  webvr, aframe
Webxr Webpack Boilerplate
Starter Kit for building rich, immersive WebXR projects (featuring A-Frame) PWA with Webpack and SASS
Stars: ✭ 48 (+269.23%)
Mutual labels:  webvr, aframe
lvr
👓 Augmented Reality for everyone - Out of the world experiences
Stars: ✭ 92 (+607.69%)
Mutual labels:  webvr, aframe
Aframe Camera Transform Controls Component
Camera transform controls component for A-Frame
Stars: ✭ 47 (+261.54%)
Mutual labels:  webvr, aframe
Aframe Vimeo Component
Stream Vimeo videos into WebVR.
Stars: ✭ 62 (+376.92%)
Mutual labels:  webvr, aframe
Aframe Persist Component
Persisting Aframe attribute data using localStorage
Stars: ✭ 10 (-23.08%)
Mutual labels:  webvr, aframe
Aframe React
:atom: Build virtual reality experiences with A-Frame and React.
Stars: ✭ 1,199 (+9123.08%)
Mutual labels:  webvr, aframe
A Painter
🎨 Paint in VR in your browser.
Stars: ✭ 539 (+4046.15%)
Mutual labels:  webvr, aframe
Aframe Extras
Add-ons and helpers for A-Frame VR.
Stars: ✭ 722 (+5453.85%)
Mutual labels:  webvr, aframe
Thehallaframe
WebVR demo that displays art
Stars: ✭ 120 (+823.08%)
Mutual labels:  webvr, aframe
a-blast
💥 Save the World From the Cutest Creatures in the Universe!
Stars: ✭ 116 (+792.31%)
Mutual labels:  webvr, aframe

aframe-speech-controls-component

A Speech Controls component for A-Frame.

ScreenShot

API

Property Description Default Value
positionStep Set a step which object changes the position 1

Installation

Browser

Install and use by directly including the browser files:

<head>
  <title>My A-Frame Scene</title>
  <script src="https://aframe.io/releases/0.3.2/aframe.min.js"></script>
  <script src="https://rawgit.com/Utopiah/aframe-speech-controls-component/master/dist/aframe-speech-controls-component.min.js"></script>
</head>

<body>
  <a-scene>
    <a-entity speech-controls="positionStep: 1;"></a-entity>
  </a-scene>
</body>

npm

Install via npm:

npm install aframe-speech-controls-component

Then register and use.

require('aframe');
require('aframe-speech-controls-component');

Contibuting

  • Fork the repository
  • Clone the project
  • Install dev dependencies
npm install
  • Start development environment which fires up browser and listens changes on files you edit.
npm start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].