You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,21 @@
2
2
3
3
# What is the Mixed Reality Toolkit
4
4
5
-
MRTK is a Microsoft driven open source project.
6
-
7
-
MRTK-Unity provides a set of foundational components and features to accelerate MR app development in Unity. The latest Release of MRTK (V2) supports HoloLens/HoloLens 2, Windows Mixed Reality, and OpenVR platforms.
5
+
MRTK-Unity is a Microsoft driven project that provides a set of components and features to accelerate cross-platform MR app development in Unity. Here are some things MRTK does:
8
6
9
7
* Provides the **basic building blocks for Unity development on HoloLens, Windows Mixed Reality, and OpenVR**.
10
-
* Showcases UX best practices with **UI controls that match Windows Mixed Reality and HoloLens Shell**.
11
8
* Enables **rapid prototyping** via in-editor simulation that allows you to see changes immediately.
12
-
***Extensible framework** provides developers ability to swap out core components and extend.
9
+
*Designed as an **extensible framework**that provides developers ability to swap out core components.
13
10
***Supports a wide range of platforms**, including
14
11
* Microsoft HoloLens
15
12
* Microsoft HoloLens 2
16
13
* Windows Mixed Reality headsets
17
14
* OpenVR headsets (HTC Vive / Oculus Rift)
18
15
16
+
# Getting Started with MRTK
17
+
|[](https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/GettingStartedWithTheMRTK.html)<br/>[MRTK Getting Started Guide](https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/GettingStartedWithTheMRTK.html)|[](https://microsoft.github.io/MixedRealityToolkit-Unity/)<br/>[MRTK Documentation](https://microsoft.github.io/MixedRealityToolkit-Unity/)|
18
+
|:---|:---|
19
+
19
20
# Build Status
20
21
21
22
| Branch | CI Status | Docs Status |
@@ -35,12 +36,6 @@ MRTK-Unity provides a set of foundational components and features to accelerate
35
36
|[MRTK Standard Shader](https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/README_MRTKStandardShader.html?q=shader)|[Speech](https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/Input/Speech.html)<br/> & [Dictation](https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/Input/Dictation.html)|[Boundary<br/>System](https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/Boundary/BoundarySystemGettingStarted.html)|[In-Editor<br/>Simulation](https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/InputSimulation/InputSimulationService.html)|[Experimental<br/>Features](https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/ExperimentalFeatures.html)|
36
37
37
38
38
-
39
-
# Getting Started with MRTK
40
-
|[](https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/GettingStartedWithTheMRTK.html)<br/>[MRTK Getting Started Guide](https://microsoft.github.io/MixedRealityToolkit-Unity/Documentation/GettingStartedWithTheMRTK.html)|[](https://microsoft.github.io/MixedRealityToolkit-Unity/)<br/>[MRTK Documentation](https://microsoft.github.io/MixedRealityToolkit-Unity/)|
0 commit comments