From 0049c588d2dbc12a41b5c2c8f794337a0df5009b Mon Sep 17 00:00:00 2001 From: Yoon Park Date: Fri, 11 May 2018 15:06:21 -0700 Subject: [PATCH] Update README.md --- Assets/MixedRealityToolkit-Examples/UX/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Assets/MixedRealityToolkit-Examples/UX/README.md b/Assets/MixedRealityToolkit-Examples/UX/README.md index 0eee5d4d693..25c5627b279 100644 --- a/Assets/MixedRealityToolkit-Examples/UX/README.md +++ b/Assets/MixedRealityToolkit-Examples/UX/README.md @@ -1,8 +1,9 @@ # UX This directory contains examples scenes for the UI controls and building blocks. **Please visit each scene's README_SCENENAME.md page for the details by using the links below. You can find these example scenes under UX/Scenes folder.** -| [![Interactable Objects](/External/ReadMeImages/MRTK_InteractableObject.jpg)](/Assets/MixedRealityToolkit-Examples/UX/Readme/README_InteractableObjectExample.md) [Interactable Objects](/Assets/MixedRealityToolkit-Examples/UX/Readme/README_InteractableObjectExample.md) | [![Object Collection](/External/ReadMeImages/MRTK_ObjectCollection.jpg)](/Assets/MixedRealityToolkit-Examples/UX/Readme/README_ObjectCollection.md) [Object Collection](/Assets/MixedRealityToolkit-Examples/UX/Readme/README_ObjectCollection.md) | [![App Bar and Bounding Box](/External/ReadMeImages/MRTK_AppBar_BoundingBox.jpg)](/Assets/MixedRealityToolkit-Examples/UX/Scenes) App Bar and Bounding Box | -| :--- | :--- | :--- | -| Example of modular and extensible interactable objects with visual states, including Holographic button | Object collection helps you lay out an array of objects in a three-dimensional shape | **[Coming Soon]** Standard UI for move/rotate/scale 3D objects | -| [![Keyboard input sample](/External/ReadMeImages/MRTK_Keyboard.jpg)](/Assets/MixedRealityToolkit-Examples) [Keyboard input sample](/Assets/MixedRealityToolkit-Examples) | [![Interactive button demos](/External/ReadMeImages/MRTK_InteractiveButtons.jpg)](/Assets/MixedRealityToolkit-Examples/UX/Readme/README_InteractiveButtonComponents.md) [Interactive button demos](/Assets/MixedRealityToolkit-Examples/UX/Readme/README_InteractiveButtonComponents.md) | | -| A sample virtual keyboard, similar to system keyboard in Windows Mixed Reality shell | Example UI buttons and controls for use in Mixed Reality | | +# Examples - UI controls and building blocks +| [![Bounding Box and App Bar](/External/ReadMeImages/MRTK_AppBar_BoundingBox.jpg)](/Assets/MixedRealityToolkit-Examples/UX/Readme/README_BoundingBoxGizmoExample.md) [Bounding Box and App Bar](/Assets/MixedRealityToolkit-Examples/UX/Readme/README_BoundingBoxGizmoExample.md) | [![Interactable Objects](/External/ReadMeImages/MRTK_InteractableObject_HolographicButton.jpg)](/Assets/MixedRealityToolkit-Examples/UX/Readme/README_InteractableObjectExample.md) [Interactable Objects](/Assets/MixedRealityToolkit-Examples/UX/Readme/README_InteractableObjectExample.md) | [![Object Collection](/External/ReadMeImages/MRTK_ObjectCollection.jpg)](/Assets/MixedRealityToolkit-Examples/UX/Readme/README_ObjectCollection.md) [Object Collection](/Assets/MixedRealityToolkit-Examples/UX/Readme/README_ObjectCollection.md) |[![Keyboard](/External/ReadMeImages/MRTK_Keyboard.jpg)](/Assets/MixedRealityToolkit-Examples) [Keyboard](/Assets/MixedRealityToolkit-Examples) | +|:--- | :--- | :--- | :--- | +| Standard UI for manipulating objects in 3D space | Modular script for making objects interactable with visual states, including Holographic button | Script for lay out an array of objects in a three-dimensional shape | System style keyboard prefab for Unity projects | +| ![Dialog and Progress](/External/ReadMeImages/MRTK_DialogProgress.jpg) [Dialog](/Assets/MixedRealityToolkit-Examples/UX/Readme/README_DialogsExample.md) / [Progress](/Assets/MixedRealityToolkit-Examples/UX/Readme/README_ProgressExample.md) | [![Solver system](/External/ReadMeImages/MRTK_SolverSystem.jpg)](/Assets/MixedRealityToolkit-Examples/Utilities/Readme/README_SolverSystem.md) [Solver system](/Assets/MixedRealityToolkit-Examples/Utilities/Readme/README_SolverSystem.md) | [![Interactive button demos](/External/ReadMeImages/MRTK_InteractiveButtons.jpg)](/Assets/MixedRealityToolkit-Examples/UX/Readme/README_InteractiveButtonComponents.md) [Interactive button demos](/Assets/MixedRealityToolkit-Examples/UX/Readme/README_InteractiveButtonComponents.md) | [![ToolTip & Label](/External/ReadMeImages/MRTK_Tooltip.jpg)](/Assets/MixedRealityToolkit-Examples/UX/Readme/README_TooltipExample.md) [ToolTip & Label](/Assets/MixedRealityToolkit-Examples/UX/Readme/README_TooltipExample.md) | +| Standard UI for notification, approval, or additional information from the user / Data loading indicator | Scripts for various behavious such as tag-along, billboarding, body-lock, constant view size and surface magnetism | UWP style UI controls including radio, toggle and checkboxes | Annotation UI with flexible anchor/pivot system which can be used for labeling motion controllers and object. |