Transforming Intel Developer Zone for Microsoft Hololens experience
Introduction
In this blog we will work on taking the Intel Developer Zone Website and changing it for Hololens experience
As we know we can run Windows 10 UWP 2d apps in Hololens this walkthrough will involve the same process.
WorkFlow
Open up Visual Studio
We will be targeting the app for Windows 10 UWP and JavaScript should be the selection.
We have to choose JavaScript->Windows->Universal->Hosted Web App
Then we have to choose target and minimum version.
Two Things we need to change
In the Application tab the Start Page,
we have to change the start page to
https://software.intel.com/en-us
and in Content Uri the Uri to
https://software.intel.com/en-us
Now let’s run the app in Windows 10 UWP orientation to see if it works or not.
The option should be Debug Any CPU Local Machine.
The Site as it opens in UWP format.
Now it’s turn for Hololens experience.
I downloaded the emulator for Hololens and only the target needs to be changed to Hololens emulator
The emulator starts.
The IDZ website opens with Hololens experience.
Conclusion
It will be a very easy task to communicate the entire Intel Developer Zone Website experience with Microsoft Hololens
We can pan touch zoom the app anywhere you go.
You don’t need actual Hololens to build the app.
All 2D Windows 10 UWP apps are compatible for Microsoft Hololens.
The video for the experience using Hololens Emulator.
For more such intel resources and tools from Intel on Game, please visit the Intel® Game Developer Zone
Source:https://software.intel.com/en-us/blogs/2016/07/15/transforming-intel-developer-zone-for-microsoft-hololens-experience