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
The V1 Mixed Reality Toolkit is a collection of scripts and components intended to accelerate development of applications targeting Microsoft HoloLens and Windows Mixed Reality headsets.
4
5
5
-
MRTK is a Microsoft Driven opensource project.
6
-
7
-
MRTK-Unity provides a set of foundational components and features to accelerate MR app development in Unity. Latest Release of MRTK (V2) supports HoloLens/HoloLens 2, WMR, and OpenVR platform. Start your project with MRTK, and
6
+
### For details on the different branches used in the Mixed Reality Toolkit repositories, check this [Branch Guide here](https://github.com/Microsoft/MixedRealityToolkit-Unity/wiki/Branch-Guide).
8
7
9
-
# What's MRTK-Unity good for
10
-
11
-
* Provide basic features as an easy to use SDK to reduce the barrier-to-entry to get started.
8
+
This new version of the MixedRealityToolkit aims to further extend the capabilities of the toolkit and also introduce new features, including the capability to support more VR/AR/XR platforms beyond Microsoft's own Mixed Reality setup.
12
9
13
-
* Enable rapid prototyping by providing the basic building blocks for MR app development.
10
+
The v2 branch is taking all the best lessons learned from the original HoloToolkit and refactoring / restructuring it to:
14
11
15
-
*Showcase best practices in MR with UI controls and interactions that matches the WMR and HoloLens Shell.
12
+
*Support a wider audience, allowing solutions to be built that will run on multiple VR / AR / XR platforms, starting with Windows Mixed Reality and OpenVR.
16
13
17
-
*Support a wide audience, allowing solutions to be built that will run on multiple VR / AR / XR platforms such as Mixed Reality, Steam/Open VR.
14
+
*Provide an easier to use SDK, to enable rapid prototyping and ease adoption for new users (or users of previous frameworks)
18
15
19
16
* Ensure an extensive framework for advanced integrators, with the ability to swap out core components with their own should they wish to, or simply extend the framework to add new capabilities.
20
17
21
-
# Feature areas
22
-
* Input System
23
-
* Articulated Hands + Gestures (HoloLens 2)
24
-
* Eye Tracking (HoloLens2)
25
-
* Voice Commanding
26
-
* Gaze + Select (HoloLens)
27
-
* Controller Visualization
28
-
* Teleportation
29
-
* UI Controls
30
-
* Solver and Interactions
31
-
* Spatial Understanding
32
-
* Diagnostic Tool
18
+
> Learn more about [Windows Mixed Reality](https://www.microsoft.com/en-gb/windows/windows-mixed-reality) here.
19
+
20
+
> Learn more about the architecture behind [Windows Mixed Reality - V2](MRTK-vNext.md) here.
21
+
22
+
> Learn more about the approach behind the [Windows Mixed Reality - V2 SDK](MRTK-SDK.md) here.
23
+
24
+
# Getting Started with MRTK
25
+
26
+
You can find out how to use MRTK to develop for Windows Mixed Reality on the MS Developer Site.
27
+
28
+
Find this readme, other documentation articles and the MRTK api reference on our [MRTK Dev Portal on github.io](https://microsoft.github.io/MixedRealityToolkit-Unity/).
29
+
30
+
31
+
# Engage with the Community
32
+
33
+
Join us on [Slack](https://holodevelopers.slack.com/) where our developers are actively are actively answering questions and sharing out the latest thinking from the dev team.
33
34
35
+
[Stack Overflow](https://stackoverflow.com/questions/tagged/mrtk) is a great place to ask for how-to using MRTK or troubleshooting an issue. Use the tag "mrtk" for it show up in the developer team's sights.
34
36
37
+
For issues related to Windows Mixed Reality that aren't directly related to the MRTK, check out the [Windows Mixed Reality Developer Forum](https://forums.hololens.com/).
38
+
39
+
Deep dive into project plan and learn how you can contribute to MRTK in our [wiki](https://github.com/Microsoft/MixedRealityToolkit-Unity/wiki).
The Mixed Reality Toolkit vNext will includes many APIs to accelerate the development of MR / XR / VR / AR projects for a range of supported devices, starting with
49
+
50
+
- Microsoft HoloLens
51
+
- Microsoft Immersive headsets (IHMD)
52
+
- OpenVR (HTC Vive / Oculus Rift)
53
+
35
54
# Required Software
36
55
|[](https://www.microsoft.com/software-download/windows10)[Windows 10 FCU](https://www.microsoft.com/software-download/windows10)|[](https://unity3d.com/get-unity/download/archive)[Unity 3D](https://unity3d.com/get-unity/download/archive)|[](http://dev.windows.com/downloads)[Visual Studio 2017](http://dev.windows.com/downloads)|[](https://go.microsoft.com/fwlink/?linkid=852626)[Simulator (optional)](https://go.microsoft.com/fwlink/?linkid=852626)|
37
56
| :--- | :--- | :--- | :--- |
@@ -42,9 +61,9 @@ MRTK-vNext is currently under heavy development. To determine the best branch fo
42
61
43
62
The Mixed Reality team have prepared a few guides for getting up to speed on using the new Mixed Reality Toolkit, which can be found here:
44
63
45
-
*[Downloading the Mixed Reality Toolkit](/Documentation/DownloadingTheMRTK.md)
46
-
*[Getting Started with the Mixed Reality Toolkit](/Documentation/GettingStartedWithTheMRTK.md)
| See code examples. Do a coding tutorial. Watch guest lectures. | Get design guides. Build user interface. Learn interactions and input. | Get development guides. Learn the technology. Understand the science. | Join open source projects. Ask questions on forums. Attend events and meetups. |
79
98
80
-
### For details on the different branches used in the Mixed Reality Toolkit repositories, check this [Branch Guide here](https://github.com/Microsoft/MixedRealityToolkit-Unity/wiki/Branch-Guide).
81
-
82
-
> Learn more about [Windows Mixed Reality](https://www.microsoft.com/en-gb/windows/windows-mixed-reality) here.
83
-
84
-
> Learn more about the architecture behind [Windows Mixed Reality - vNext](/MRTK-vNext.md) here.
85
-
86
-
> Learn more about the approach behind the [Windows Mixed Reality - vNext SDK](/MRTK-SDK.md) here.
87
-
88
99
# How to Contribute
89
100
View the [**How To Contribute**](https://github.com/Microsoft/MixedRealityToolkit-Unity/wiki/How-to-Contribute) wiki page for the most up to date instructions on contributing to the Mixed Reality Toolkit!
0 commit comments