Duck-themed multi-user virtual spaces in WebVR. Built with A-Frame.
Перейти к файлу
netpro2k e5dd3d1f03 update default janus server 2018-04-05 20:09:22 -07:00
.vscode virtual-gamepad-controls component for mobile 2d locomotion (#9) 2017-11-08 13:22:10 -08:00
scripts update default janus server 2018-04-05 20:09:22 -07:00
src Remove console log 2018-04-05 19:50:55 -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 delint 2018-03-30 00:02:13 -07:00
.gitignore Webpack Refactor and React Setup (#57) 2018-03-02 15:52:00 -08: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 upgrade travis yarn to 1.5.1 2018-04-02 14:45:36 -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
README.md Update README.md 2018-04-02 18:33:12 -07:00
package.json Merge pull request #137 from mozilla/feature/update-naf 2018-04-02 18:20:17 -07:00
webpack.config.js Merge branch 'master' of github.com:mozilla/mr-social-client into other/better-smoke 2018-04-02 16:09:34 -07:00
yarn.lock Merge pull request #137 from mozilla/feature/update-naf 2018-04-02 18:20:17 -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