Skip to content

A-Frame component that enables quadriplegic users to navigate webvr spaces with binary input (sip-puff /assistive technology) for an augmented locomotion interface in a wheelchair accessible demo apartment

Notifications You must be signed in to change notification settings

RealityVirtually2019/AccessibleLocomotionWebXR

Repository files navigation

AccessibleLocomotionWebXR

A-Frame component that enables quadriplegic users to navigate webvr spaces with the help of binary input (sip-puff/assistive technology) by creating an augmented locomotion interface for a wheelchair accessible demo apartment

install & run

npm install && npm start open http://localhost:3000/

deploy

npm run deploy

Publishing your scene

GitHub Pages.

To publish your scene to your personal GitHub Pages:

npm run deploy

And, it'll now be live at http://your_username.github.io/ :)


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

About

A-Frame component that enables quadriplegic users to navigate webvr spaces with binary input (sip-puff /assistive technology) for an augmented locomotion interface in a wheelchair accessible demo apartment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published