/Immersive.Unity.Vis

A library of basic immersive visualization and interaction projects built with Unity3D for AR (HoloLens) and VR (Rift and Vive).

Primary LanguageC#

Immersive.Unity.Vis


With the advances of augmented reality (AR), virtual reality (VR), and mixed reality (MR, there is a need to visualize various data on devices beyond desktop computers.

This work provides a library of example immersive visualization and interaction projects built with Unity3D for AR (such as HoloLens) and VR (such as Oculus Rift and HTC Vive). Each example can be downloaded and run with Unity3D separately, which makes modification easy for developers. To deploy these examples on a particular device, the corresponding API should be downloaded and used to compile the executable program (please refer to the developer documentation of selected devices).

We have chosen most commonly used visualizations, including bar chart, line chart, scatter plot, etc. Most of our projects work by reading data from CSV files or random numbers. Interaction functions are also provided in some projects, such as mouse hover or selection.


List of Visualizations

  • Stacked / Grouped Bars
  • Circular heatchart
  • Bar chart
  • 3D bar chart
  • Bubble chart
  • Scatterplot
  • Scatterplot-matrix
  • Image / image stack
  • Node link
  • Parallel coordinate
  • Geospatial visualization

Structure of repository

  • This repository includes three folders for examples depending on your desired deploy platform.
    • Unity, Unity Version 2018.4 LTS
    • IoS, Unity Version 2019
    • Android, Unity Version 2019
  • Some visualization examples are provided for all the deploy platforms.

Generic Utilities


Documentation

The summary of this library is available at: pdf

Steps for deploying to Hololens: pdf

Steps for runnning a project on Oculus Rift: pdf

Steps for running a project on Oculus Quest: pdf

In case of any problems, feel free to reach out to us.


Example Snapshots

Bar Chart heatchart

Past Contributors

Tahir Mahmood (May 2019)

Willis Fulmer (Dec 2018)

Timothy Hayduk (May 2018)

Rinita Nair (May 2020)