- Microsoft HoloLens Developer's Guide
- Dennis Vroegop
- 181字
- 2021-07-02 19:07:58
The tools we need to write software
First of all, you will need Windows 10. The version you use does not matter if you have a device; however, when you want to use the emulator, you need to have the professional edition of Windows 10. The home edition does not support Hyper-V, the virtualization software that the emulator uses to run a virtual version of the HoloLens software.
Next, you need a development environment. This is Visual Studio 2015 Update 2 at least. You can use the free community edition, the most expensive and compete enterprise edition, or any version in between--the code will work just fine no matter what version you use.
When you install Visual Studio, make sure that you have the Universal Windows Platform (UWP) tools (at least version 1.3.1) and the Windows 10 SDK (at least version (10.0.10586) installed. If you want to use the emulator, and trust me, you do want this, you have to download that as well. Again, in this case, you need to have Hyper-V on your machine and have it enabled.
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- UI設計基礎培訓教程
- Learn TypeScript 3 by Building Web Applications
- Java程序設計(慕課版)
- 算法精粹:經典計算機科學問題的Python實現
- Java:Data Science Made Easy
- Python機器學習經典實例
- Mastering JavaScript High Performance
- iOS自動化測試實戰:基于Appium、Python與Pytest
- 軟件供應鏈安全:源代碼缺陷實例剖析
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- Visual Basic語言程序設計基礎(第3版)
- Learning Shiny
- Java程序設計(項目教學版)
- 自然語言處理NLP從入門到項目實戰:Python語言實現