Skip to content

Utopiah/aframe-speech-controls-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published