Portable APIs and components for networking and state synchronization
Перейти к файлу
Filippo Bannò 0b2305d011 Notify that project is no longer maintained 2021-01-14 10:00:33 +00:00
docs Remove version from docs title 2020-02-13 10:40:47 +00:00
libs Add comment to IDiscoverySubscription.Update 2020-02-12 18:26:23 +00:00
tools/ci Remove option to commit branch docs in separate folder 2020-02-13 10:31:44 +00:00
.clang-format Added .clang-format (#125) 2020-01-06 11:22:18 +00:00
.gitignore Added VTune Amplifier Results to .gitignore. 2019-09-12 14:20:45 +01:00
Directory.Build.props Remove unneeded MRS_DevOptOut variable (#128) 2020-01-27 15:03:53 +00:00
LICENSE Initial commit 2019-06-05 03:51:11 -07:00
Microsoft.MixedReality.Sharing.sln Rename demo to P2PChat 2019-12-13 14:12:32 +00:00
README.md Notify that project is no longer maintained 2021-01-14 10:00:33 +00:00

README.md

NOTE: This project is no longer maintained

MixedReality-Sharing

Licensed under the MIT License Under active development

MixedReality-Sharing is a cross-platform solution to enable rich multiuser experiences. In particular most mixed reality experiences need the following:

  • Matchmaking - find and join experiences
  • Streaming - transmit and receive audio/video/data
  • Localization - agree a shared reference frame (anchor)

MixedReality-Sharing provides library packages to fulfil each of the above needs. The packages are independent, meaning they can be adopted or replaced incrementally. Integration libraries are provided so that the packages work together seamlessly, both with each other and with external libraries.

Matchmaking

The Matchmaking.Discovery is based on a simple advertisement/discovery protocol. The transport is pluggable and there are implementations for peer-to-peer UDP broadcast and dedicated server.

Streaming

We recommend MixedReality-WebRTC for streaming audio, video and data. As with any WebRTC solution, an external signaling mechanism is required to establish a connection. We provide an in-process signaling solution to make this easy.

Localization

On augmented reality (AR) platforms, “anchors” are a common frame of reference for enabling multiple users to place digital content in the same physical location, where it can be seen on different devices in the same position and orientation relative to the environment.

SpatialAlignment allows a variety of backends such as Azure Spatial Anchors or Fiduciary Markers such as QR codes.

Getting Started

Installation

  • NuGet Packages
    • NuGet packages are our recommended way to consume MixedReality-Sharing libraries.
  • Download
  • Build Source

Documentation

...

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.