by Santhakumar Munuswamy
Posted on 29 六月 2016
全息镜头
在本文中,我们将讨论如何理解HoloLens,先决条件。设置环境等等。我们能够构建全息应用程序并在HoloLens设备中运行这些应用程序。没有单独的HoloLens 开发包,可以使用Visual 工作室 2015年年年和Windows 10 开发包构建全息应用程序。实际上,当我由Microsoft推出HoloLens时,我很想学习HoloLens,但不幸的是,在设备上购买它的费用非常高,为$ 3000。微软为Visual 工作室 2015年年年引入了HoloLens模拟器。强烈建议安装Unity游戏引擎,作为开始创建全息应用程序的简便方法。
背景
全息 is a mixed reality platform development by Microsoft and its build around the API of Windows 10. 它的 used various sensor, a hing definition stereoscopic 3D optical head mounted display, and spatial sound to 所有ow for augmented reality application. It is respond to you gaze, gestures and voice commands, and can
相互作用 with real world surface around us.
先决条件
您 have to download the following software and install them on your PC.
1. 视窗 10
2. 视觉效果 Studio 2015
3. 视窗 10 SDK
4. 全息镜头 Emulator
5. 统一 HoloLens Technical Preview
视觉效果 Studio 2015 Community Edition
您 can download and install the free community edition of Visual Studio 2015 from 微软 Developer portals.
全息镜头 Emulator
它的 enable you to run the apps on Windows Holographic in a virtual machine without a HoloLens device.
这个 package also includes holographic DirectX project template for the Visual Studio 2015. 您 can download. 和 install the HoloLens Emulator 这里
注意 : Your system must support Hyer-V for the HoloLens emulator installation required in your PC.
统一 HoloLens Technical Preview Beta 20
的 Unity engine is an easy way to get started building a holographic app. HoloLens 支持 in Unity is
有空 through a custom version of the Unity Editor and Run time which is now available to download
对于 free on the Unity website. You can download and install the Unity HoloLens 这里
系统 Requirement
It is required hardware as Hyper-V and RemoteFx for the Hololens emulator
- 视窗 10 Pro, Enterprise, or Education with 64 bit
- 64 bit CPU
- 中央处理器 with 4 cores
- 8GB RAM
- 另外, Graphic card is required
注意 : The windows 10 home edition does not support Hyper-V
设置 up the Environment
If you want to know how to install the Window 10 SDK, HoloLens Emulator and Unity HoloLens, the step-by-step guide is available on
We have discussed window 10 SDK features in the my previous article. Now, Lets start the HoloLens Emulator steps
双 Click “仿真器Setup” and then click Run button.
的 微软 HoloLens Emulator 窗口 will be open; select a checkbox “Install the 微软 HoloLens
仿真器 10.0.11082.1039 to this computer" then Click Next button.

的 Windows Kits Privacy window will be opened and select a checkbox “ 没有 ,” then click Next button

的 License Agreement window will be opened and click Accept button.

您 can select the features you want to install into your system and click Install button

安装ing features on progress as below screen shot

后 successful installation of the 全息镜头 Emulator, click Close button.

怎么样 to develop, build and run Holographic App
We are going to discuss how to develop, build and run on the Holographic Hello World App and show
的 demo in HoloLens Emulator. We will see the step by step guidelines for the Holographic Hello World App
创建 here
步 1:
打开 Visual Studio 2015. Go to file menu, point to new and then click new project. New Project window will open,
您 can select a installed template like “ Holographic” under the Windows on Visual C# Template, and then select
a Holographic DirectX 11 App (Universal Windows) and type Project Name HoloHelloWorld. Choose the project
地点 path and then click on the OK button.

现在, you can see the HoloHelloWorld project structure as in the following screen shot.

步 2:
现在, if you can run the 默认 Cubed Apps with the HoloLens Emulators, you can see how an 应用程式s 看起来 as shown below:
选择 a Debug and 全息镜头 Emulator 10.0.11082.1039 option to run the apps
步 3:
现在, Lets start to run the existing universal windows hello world app in HoloLens emulator. You can learn universal windows 应用程式s step-by-step guidelines in the my previous article as
现在, if you can run the 超人 Hello World Apps with the HoloLens Emulators, you can see how an 应用程式s 看起来 as shown below:
选择 a Debug and 全息镜头 Emulator 10.0.11082.1039 option to run the apps
参考
结论
I hope you understood the HoloLens and how to develop, build and run it on HoloLens Emulator. I have
遮盖的 all the required things. If you find anything that I missed in this article, please let me know.
请 share your valuable feedback or suggestions.