Skip to content

Commit 66d210d

Browse files
authored
Merge pull request #3834 from wiwei/mergedreadme
Merges the README.md changes from mrtk_release into mrtk_development
2 parents 3783c70 + fd39730 commit 66d210d

File tree

1 file changed

+71
-45
lines changed

1 file changed

+71
-45
lines changed

README.md

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

3-
# What is MixedRealityToolkit
4-
5-
MRTK is a Microsoft Driven open source project. MRTK-Unity...
6-
* Provides the **basic building blocks for unity development on HoloLens, Windows Mixed Reality, and OpenVR**.
7-
* Showcases UX best practices with **UI controls that match Windows Mixed Reality and HoloLens Shell**.
8-
* **Enables rapid prototyping** via in-editor simulation that allows you to see changes immediately.
9-
* **Supports a wide range of platforms**, including
10-
* Microsoft HoloLens
11-
* Microsoft HoloLens 2
12-
* Microsoft Immersive headsets (IHMD)
13-
* Windows Mixed Reality headsets
14-
* OpenVR headsets (HTC Vive / Oculus Rift)
15-
16-
* Is **extensible**. Provides devs ability to swap out core components and extend the framework.
17-
18-
# Build Status
3+
# What is the Mixed Reality Toolkit
194

20-
| Branch | Status |
21-
|---|---|
22-
| `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)|
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.
238

24-
# Required Software
9+
# MRTK-Unity goals
10+
11+
* Provide basic features as an easy to use SDK and reduce barriers to get started.
12+
* Enable rapid prototyping by providing the basic building blocks for MR app development.
13+
* Showcase best practices in MR with UI controls and interactions that matches the WMR and HoloLens shell.
14+
* Support a wide audience, allowing solutions to be built that will run on multiple VR / AR / XR platforms such as Windows Mixed Reality, Steam and Open VR.
15+
* 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.
16+
17+
# Required software
18+
2519
| [![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)|
2620
| :--- | :--- | :--- | :--- |
27-
| To develop apps for mixed reality headsets, you need the Windows 10 Fall Creators Update | The Unity 3D engine provides support for building mixed reality projects in Windows 10 | Visual Studio is used for code editing, deploying and building UWP app packages | The Emulators allow you test your app without the device in a simulated environment |
21+
| To develop apps for Windows Mixed Reality headsets, you need the Windows 10 Fall Creators Update | The Unity 3D engine provides support for building mixed reality projects in Windows 10 | Visual Studio is used for code editing, deploying and building UWP app packages | The Emulators allow you test your app without the device in a simulated environment |
22+
23+
# Supported platforms
24+
25+
The Mixed Reality Toolkit V2 will includes many APIs to accelerate the development of MR / XR / VR / AR projects for a range of supported devices, starting with
2826

27+
- Microsoft HoloLens
28+
- Microsoft HoloLens 2
29+
- Microsoft Windows Mixed Reality immersive headsets (WMR)
30+
- OpenVR (HTC Vive / Oculus Rift)
31+
2932
# Feature areas
3033

31-
- Input System
32-
- Articulated Hands + Gestures (HoloLens 2)
33-
- Eye Tracking (HoloLens 2)
34-
- Voice Commanding
35-
- Gaze + Select (HoloLens)
36-
- Controller Visualization
37-
- Teleportation
38-
- UI Controls
39-
- Solver and Interactions
40-
- Spatial Understanding
41-
- Diagnostic Tool
34+
* Input System
35+
36+
* Articulated Hands + Gestures (HoloLens 2)
37+
38+
* Eye Tracking (HoloLens 2)
39+
40+
* Voice Commanding
41+
42+
* Gaze + Select (HoloLens)
43+
44+
* Controller Visualization
45+
46+
* Teleportation
47+
48+
* UI Controls
49+
50+
* Solver and Interactions
51+
52+
* Spatial Understanding
53+
54+
* Diagnostic Tool
4255

4356
# Getting Started with MRTK
4457
1. [Download MRTK](Documentation/DownloadingTheMRTK.md)
4558
2. Follow this [Getting Started Guide](Documentation/GettingStartedWithTheMRTK.md)
4659
3. Check out [Mixed Reality Toolkit configuration guide](Documentation/MixedRealityConfigurationGuide.md)
4760
4. Check out building blocks and example scenes(see the table below)
4861

49-
### More documentation
50-
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/).
51-
5262
# Building blocks for UI and Interactions
5363
| [![Button](External/ReadMeImages/Button/MRTK_Button_Main.png)](Documentation/README_Button.md) [Button](Documentation/README_Button.md) | [![Bounding Box](External/ReadMeImages/BoundingBox/MRTK_BoundingBox_Main.png)](Documentation/README_BoundingBox.md) [Bounding Box](Documentation/README_BoundingBox.md) | [![Manipulation Handler](External/ReadMeImages/ManipulationHandler/MRTK_Manipulation_Main.png)](Documentation/README_ManipulationHandler.md) [Manipulation Handler](Documentation/README_ManipulationHandler.md) |
5464
|:--- | :--- | :--- |
@@ -63,22 +73,38 @@ Find this readme, other documentation articles and the MRTK api reference on our
6373
# Example Scene
6474
You can find various types of interactions and UI controls in [this example scene](Documentation/README_HandInteractionExamples.md).
6575

66-
[![Button](External/ReadMeImages/MRTK_Examples.png)](Documentation/README_HandInteractionExamples.md)
76+
Find this document, other documentation articles and the MRTK API reference on our [MRTK Dev Portal on github.io](https://microsoft.github.io/MixedRealityToolkit-Unity/).
6777

68-
# Engage with the Community
78+
# Engage with the community
6979

7080
Join the conversation around MRTK on [Slack](https://holodevelopers.slack.com/).
7181

7282
Ask questions about using MRTK on [Stack Overflow](https://stackoverflow.com/questions/tagged/mrtk) using the **MRTK** tag.
7383

74-
Search for solution or file a new issue in [GitHub](https://github.com/Microsoft/MixedRealityToolkit-Unity/issues) if you find something broken in MRTK code.
84+
Search for solutions or file new issues in [GitHub](https://github.com/Microsoft/MixedRealityToolkit-Unity/issues).
7585

76-
Deep dive into project plan and learn how you can contribute to MRTK in our [wiki](https://github.com/Microsoft/MixedRealityToolkit-Unity/wiki).
86+
Deep dive into future plans and learn how you can contribute to MRTK in our [wiki](https://github.com/Microsoft/MixedRealityToolkit-Unity/wiki).
7787

78-
Join our weekly community shiproom to hear directly from the feature team. (link to come soon)
88+
Join our weekly community shiproom to hear directly from the feature team. (link coming soon)
7989

8090
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/).
8191

92+
# Examples and QuickStart scenes
93+
94+
One radical change to the Mixed Reality Toolkit vNext, will be the standards and approaches to real world example scenes.
95+
96+
New examples will follow strict guidelines, such as:
97+
98+
* Each example must have utility and demonstrate a real world test case (no tests).
99+
* Each example will use a standardized template, so all examples have the same look and feel.
100+
* Each sample will be fully documented, detailing both the use case it is demonstrating and how to implement the features demonstrated.
101+
102+
> Check the "Work In Progress" section of the [Windows Mixed Reality - vNext SDK](MRTK-SDK.md) for a peek at the first new example.
103+
104+
105+
The **External\How To** docs folder contains guides on migrating between versions and process troubleshooting.
106+
Please feel free to grow all these sections. We can't wait to see your additions!
107+
82108
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
83109
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
84110

@@ -87,10 +113,10 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.
87113
| :--------------------- | :----------------- | :------------------ | :------------------------ |
88114
| 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. |
89115

90-
### Learn more about MRTK Project
91-
You can find our planning material on [our wiki](https://github.com/Microsoft/MixedRealityToolkit-Unity/wiki) under Project Management Section. You can always see the items the team is actively working on in the Iteration Plan issue.
116+
### Build Status
92117

93-
### How to Contribute
94-
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!
118+
| Branch | Status |
119+
|---|---|
120+
| `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)|
95121

96-
### 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).
122+
### For details on the different branches used in the Mixed Reality Toolkit repositories, check the [Branch Guide](https://github.com/Microsoft/MixedRealityToolkit-Unity/wiki/Branch-Guide).

0 commit comments

Comments
 (0)