Code Monkey home page Code Monkey logo

mr-collab-framework's Introduction

MR-Collab-Framework

Classes that support Unity MR Collab Apps

AR VR

feature overview

  • avatar system
  • mark realworld objects
  • share spatial mesh
  • syncronize data
  • display task

Demo

You can see the classes in action in the demo.

VideoTTS-small.1.mp4

The demo is a pc maintenance scenario, where the goal is to change the hard drive of a computer. You can find a download for the AR and VR unity project here

class overview

The classes are sorted into shared classes that are used by both applications and AR and VR classes that are only used by one of the applications.

Data Sending

To enable communication between the AR and VR application, we provide the LocalDataSource.cs basecalass that can send and recieve serialized objects using a Web-RTC DataChannel.

Marker System

To enable the VR user to place markers in the world of the AR user, we created the MarkerSyncronizer.cs that syncronizes them between the applications. The VR app then uses the MarkerSystem.cs to enable the VR user to place new markers. The SteamVRController.cs handles the SteamVR inputs. The MarkerPlaceMachine.cs class allows the AR user to mark the position of the machine that requires maintenance.

Spatial System

To share the Spatial mapping of the environment of the AR user with the VR user, we use the CustomObserver.cs to send, and the MeshReciever.cs to recieve and display the mesh to the VR user.

installation

requirements

setting up new unity project

  • add the SteamVR plugin in your VR project
  • add the MRTK in your AR project
  • add the MR-WebRTC unity library to both projects.

Licenses

Work Author License
MRTK-Unity Microsoft MIT
MR-WebRTC Microsoft MIT
SteamVR Plugin ValveSoftware BSD 3
MeshSerializer Markus Göbel (Bunny83) MIT
Low Poly Head Zypheos CC Attribution
Hand (low poly) scibbletoad CC Attribution

mr-collab-framework's People

Contributors

orinion avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.