Skip to content

Commit 9abf825

Browse files
author
David Kline
authored
Merge pull request #3651 from Yoyozilla/mrtk_release
cleanup
2 parents 1c47ffb + d3b562e commit 9abf825

File tree

1 file changed

+45
-34
lines changed

1 file changed

+45
-34
lines changed

README.md

Lines changed: 45 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,56 @@
11
<img src="External/ReadMeImages/MRTK_Logo_Rev.png">
22

3-
# What is MixedRealityToolkit
3+
# What is MixedRealityToolkit v2
4+
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.
45

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).
87

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.
129

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:
1411

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.
1613

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)
1815

1916
* 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.
2017

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.
3334

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.
3436

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).
40+
41+
# Build Status
42+
43+
| Branch | Status |
44+
|---|---|
45+
| `mrtk_development` |[![Build status](https://dev.azure.com/aipmr/MixedRealityToolkit-Unity-CI/_apis/build/status/public/mrtk_development-CI)](https://dev.azure.com/aipmr/MixedRealityToolkit-Unity-CI/_build/latest?definitionId=1)|
46+
47+
# Feature areas
48+
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+
3554
# Required Software
3655
| [![Windows 10 Creators Update](External/ReadMeImages/MRTK170802_Short_17.png)](https://www.microsoft.com/software-download/windows10) [Windows 10 FCU](https://www.microsoft.com/software-download/windows10)| [![Unity](External/ReadMeImages/MRTK170802_Short_18.png)](https://unity3d.com/get-unity/download/archive) [Unity 3D](https://unity3d.com/get-unity/download/archive)| [![Visual Studio 2017](External/ReadMeImages/MRTK170802_Short_19.png)](http://dev.windows.com/downloads) [Visual Studio 2017](http://dev.windows.com/downloads)| [![Simulator (optional)](External/ReadMeImages/MRTK170802_Short_20.png)](https://go.microsoft.com/fwlink/?linkid=852626) [Simulator (optional)](https://go.microsoft.com/fwlink/?linkid=852626)|
3756
| :--- | :--- | :--- | :--- |
@@ -42,9 +61,9 @@ MRTK-vNext is currently under heavy development. To determine the best branch fo
4261

4362
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:
4463

45-
* [Downloading the Mixed Reality Toolkit](/Documentation/DownloadingTheMRTK.md)
46-
* [Getting Started with the Mixed Reality Toolkit](/Documentation/GettingStartedWithTheMRTK.md)
47-
* [Mixed Reality Toolkit configuration guide](/Documentation/MixedRealityConfigurationGuide.md)
64+
* [Downloading the Mixed Reality Toolkit](Documentation/DownloadingTheMRTK.md)
65+
* [Getting Started with the Mixed Reality Toolkit](Documentation/GettingStartedWithTheMRTK.md)
66+
* [Mixed Reality Toolkit configuration guide](Documentation/MixedRealityConfigurationGuide.md)
4867

4968
More guides to follow.
5069

@@ -63,7 +82,7 @@ New examples will follow strict guidelines, such as:
6382
* Each example will use a standardized template, so all examples have the same look and feel.
6483
* Each sample will be fully documented, detailing both the use case it is demonstrating and how to implement the features demonstrated.
6584

66-
> Check the "Work In Progress" section of the [Windows Mixed Reality - vNext SDK](/MRTK-SDK.md) for a peek at the first new example.
85+
> Check the "Work In Progress" section of the [Windows Mixed Reality - vNext SDK](MRTK-SDK.md) for a peek at the first new example.
6786
6887

6988
**External\How To** docs folder is meant to help everyone with migrating forward or any simple doubts they might have about the process.
@@ -77,13 +96,5 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.
7796
| :--------------------- | :----------------- | :------------------ | :------------------------ |
7897
| 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. |
7998

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-
8899
# How to Contribute
89100
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

Comments
 (0)