Skip to content
Snippets Groups Projects
user avatar
Dominick D'Aniello authored
Convert a-gltf-entity to a gltf-model-plus component
3b963116
History

Mozilla Social Mixed Reality Client

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