2018-04-03 04:33:12 +03:00
# Mozilla Social Mixed Reality Client [![Build Status](https://travis-ci.org/mozilla/mr-social-client.svg?branch=master)](https://travis-ci.org/mozilla/mr-social-client)
2017-09-26 05:25:06 +03:00
2017-12-05 03:18:10 +03:00
A prototype client demonstrating a multi-user experience in WebVR. Built with
[A-Frame ](https://github.com/aframevr/aframe/ )
2017-11-01 00:59:22 +03:00
2017-11-30 01:05:07 +03:00
## Getting Started
2017-11-29 23:14:55 +03:00
2017-12-05 03:18:10 +03:00
To run the social client, run:
2017-11-01 00:59:22 +03:00
2017-12-05 03:18:10 +03:00
```sh
2017-11-01 00:59:22 +03:00
git clone https://github.com/mozilla/mr-social-client.git
yarn install
2017-12-05 03:18:10 +03:00
yarn start
```
## Building Static Files
To bundle javascript and generate the html templates, run:
```sh
yarn build
```
2018-03-30 20:10:20 +03:00
## Query Params
2018-03-30 20:12:12 +03:00
- `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