Duck-themed multi-user virtual spaces in WebVR. Built with A-Frame.
Перейти к файлу
Brian Peiris b303e7dce3 add generated doc 2018-05-22 00:17:44 -07:00
.vscode
doc add generated doc 2018-05-22 00:17:44 -07:00
scripts Add scripts for generating bespoke a-frame component docs 2018-05-22 00:16:58 -07:00
src
.babelrc
.eslintignore
.eslintrc.js
.gitignore
.htmlhintrc
.prettierignore
.prettierrc.json
.travis.yml
Jenkinsfile
LICENSE
PRIVACY.md
README.md
TERMS.md
package.json Add scripts for generating bespoke a-frame component docs 2018-05-22 00:16:58 -07:00
webpack.config.js
yarn.lock

README.md

Build Status

A prototype client demonstrating a multi-user experience in WebVR. Built with A-Frame

Getting Started

To run the social client, run:

git clone https://github.com/mozilla/hubs.git
yarn install
yarn start

Building Static Files

To bundle javascript and generate the html templates, run:

yarn build

Query Params

  • room - Id of the room (an integer) that you want to join
  • allow_multi - Allow multiple instances off the app in the same browser session
  • enable_screen_sharing - Enable screen sharing
  • accept_screen_shares - Display screens shared by other users
  • avatar_scale - Scale your self!
  • quality - Either "low" or "high". Force assets to a certain quality level
  • mobile - Force mobile mode
  • no_stats - Disable performance stats
  • vr_entry_type - Either "gearvr" or "daydream". Used internally to force a VR entry type

Additional Resources

Waffle.io - Columns and their card count