Duck-themed multi-user virtual spaces in WebVR. Built with A-Frame.
Перейти к файлу
Greg Fodor fa3303039d Add privacy notice 2018-04-21 10:02:54 -07:00
.vscode virtual-gamepad-controls component for mobile 2d locomotion (#9) 2017-11-08 13:22:10 -08:00
scripts Use ENV var for dev server 2018-04-19 08:29:59 -07:00
src Use ENV var for dev server 2018-04-19 08:29:59 -07:00
.babelrc Fix for images with webpack 2018-03-21 11:46:37 -07:00
.eslintignore improve linting and add travis config 2018-03-29 22:31:18 -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 have travis check for uncommited yarn.lock changes 2018-04-12 13:00:52 -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 Add privacy notice 2018-04-21 10:02:54 -07:00
README.md Add waffle badge 2018-04-06 09:19:13 -07:00
package.json Add mailing list signup 2018-04-17 15:02:02 -07:00
webpack.config.js Use ENV var for dev server 2018-04-19 08:29:59 -07:00
yarn.lock Add mailing list signup 2018-04-17 15:02:02 -07:00

README.md

Mozilla Social Mixed Reality Client 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/mr-social-client.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

Waffle.io - Columns and their card count