Skip to content

tbienias/AURA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AURA

This project is discontinued due to time reasons and hardware availability.

AURA is a Mixed Reality Project implemented with Unity and running on the Microsoft HoloLens. It aims to enable the user to enrich the real world with 3D geometry.

Product Video

Reports

Winter 2017/2018

Summer 2018

Set up development environment

Clone the repository

git clone --recurse-submodules -j8 https://gitlab.com/project-aura/aura.git

Adding the --recurse-submodules flag checks out the dependency submodules as well.

Optional: If you skip this step you must manually check out the dependency submodules when you need them. You can do this with:

git submodule update --init

Create a symbolic link to the MixedRealityToolkit

cd AURA && mklink /D Assets\HoloToolkit ..\MixedRealityToolkit-Unity\Assets\HoloToolkit

Apply the MixedRealityToolkit project settings

Don't forget to Check the "Use Toolkit-specific InputManager axes" box, so that the XboxController work.

License

LGPL 2.1