Skip to content
Snippets Groups Projects
README.md 1.18 KiB
Newer Older
Greg Fodor's avatar
Greg Fodor committed
# Mozilla Social Mixed Reality Client [![Build Status](https://travis-ci.org/mozilla/hubs.svg?branch=master)](https://travis-ci.org/mozilla/hubs)
Robert Long's avatar
Robert Long committed

A prototype client demonstrating a multi-user experience in WebVR. Built with
[A-Frame](https://github.com/aframevr/aframe/)
Brian Peiris's avatar
Brian Peiris committed
## Getting Started
To run the social client, run:
Greg Fodor's avatar
Greg Fodor committed
git clone https://github.com/mozilla/hubs.git
yarn install
yarn start
```

## Building Static Files

To bundle javascript and generate the html templates, run:

```sh
yarn build
```
Brian Peiris's avatar
Brian Peiris committed

## Query Params

Brian Peiris's avatar
Brian Peiris committed
- `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
Brian Peiris's avatar
Brian Peiris committed

[![Waffle.io - Columns and their card count](https://badge.waffle.io/mozilla/socialmr.svg?columns=all)](http://waffle.io/mozilla/socialmr)