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
- Host: GitHub
- URL: https://github.com/lightbuzz/hololens-app
- Owner: LightBuzz
- Created: 2019-04-18T11:33:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T13:42:49.000Z (almost 7 years ago)
- Last Synced: 2025-04-04T18:26:29.910Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 73.4 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.