Duck-themed multi-user virtual spaces in WebVR. Built with A-Frame.
Перейти к файлу
Brian Peiris 0aadbec89c fix anchors 2018-05-24 17:06:37 -07:00
.vscode virtual-gamepad-controls component for mobile 2d locomotion (#9) 2017-11-08 13:22:10 -08:00
doc fix anchors 2018-05-24 17:06:37 -07:00
scripts fix anchors 2018-05-24 17:06:37 -07:00
src delint 2018-05-24 16:32:02 -07:00
.babelrc Fix for images with webpack 2018-03-21 11:46:37 -07:00
.eslintignore update linters 2018-05-09 21:19:08 -07:00
.eslintrc.js firefox safari perf fix. plus miscellaneous 2018-04-06 23:06:55 -07:00
.gitignore Webpack Refactor and React Setup (#57) 2018-03-02 15:52:00 -08:00
.htmlhintrc lint and delint html 2018-04-06 20:37:01 -07:00
.prettierignore prettier 2018-03-29 23:50:17 -07:00
.prettierrc.json Use babel for eslint parsing and prettier 2018-03-27 09:08:25 -07:00
.travis.yml Stick to node v9 for travis build 2018-04-24 16:58:29 -07:00
Jenkinsfile Add colorization to Jenkins output 2017-12-08 15:13:45 -08:00
LICENSE Initial Commit 2017-09-25 19:25:06 -07:00
PRIVACY.md remove unneeded `<p/>` in Privacy Notice 2018-04-30 11:10:24 -07:00
README.md Update README 2018-05-22 13:04:26 -07:00
TERMS.md Fix typo in TOS 2018-04-25 20:39:28 -07:00
package.json Add scripts for generating bespoke a-frame component docs 2018-05-22 00:16:58 -07:00
webpack.config.js Linking works, just styling left 2018-05-08 16:35:08 -07:00
yarn.lock upgrade yarn lint 2018-05-24 16:33:27 -07:00

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
  • disable_telemetry - If true disables Sentry telemetry.
  • log_filter - A debug style filter for setting the logging level.
  • debug - If true performs verbose logging of Janus and NAF traffic.

Additional Resources

Waffle.io - Columns and their card count