An open API service indexing awesome lists of open source software.

https://github.com/lightbuzz/hololens-app

Showcasing Microsoft HoloLens features
https://github.com/lightbuzz/hololens-app

Last synced: 10 months ago
JSON representation

Showcasing Microsoft HoloLens features

Awesome Lists containing this project

README

          

# HoloLens App #

A simple HoloLens app to get started.

## Prerequisites ##
The following tools are required to work with this project
* [Visual Studio 2017](https://visualstudio.microsoft.com/downloads/)
* [Unity LTS 2017.4](https://unity.com/)

## Scenes ##
* Cube - Checks whether an object has focus and is clicked.
* Codeman - Same as cube but with our very own Codeman that changes animation when clicked.
* SpatialMapping - Listens to air-tap events and places Codeman on top of objects
* SpatialMapping Pathfinding - Dynamically builds navigation mesh on spatial mapping and Codeman walks on it with pathfinding.