Skip to content

jolayc/DataVisualizationToolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Visualization Toolkit in Mixed Reality

Authors

Joseph Laycano (Dynamic Plotting)
Jason Wang (Static Plotting and Geographic Plotting)

Dependencies

Mixed Reality Toolkit-Unity (MRTK) Available here

Setup

  1. Import MRTK into the Unity project
  2. Import Data Visualization Toolkit into the project
  3. Add Mix Reality Toolkit configuration into the scene
  4. Open Mapbox setup menu and enter API access token
  5. Run the scene (Play button) to ensure everything was configured correctly

Download DVT Unity Package

How To Video

Data Visualization Toolkit Demonstration Video Series - Introduction & Set up

Static Plotting

This module allows users to plot static points in 3D or 2D

How To Video

Geographic Plotting

This module allows users to plot geographical data related to real world locations

How To Video

Dynamic Plotting

This module allows user to plot animated dynamic points

How To Video

Building For Hololens

  1. Use UWP for building
  2. Use .Net scripting backend
  3. Build type D3D
  4. In Publish Settings, ensure SpatialPerception and InternetClient is enabled

Setting up Visual Studio to Build Application

  1. Tools -> Extensions and Updates, look for sqlite
  2. Install SQLite for Universal Windows Platform
  3. Right click on References of the default project
  4. Add References
  5. Expand Universal Windows on the left click Extensions
  6. Check SQLite for Universal Windows Platform

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages