ronellsicat / DxR

DXR is a Unity package for rapid prototyping of immersive data visualizations in augmented, mixed, and virtual reality (AR, MR, VR) or XR for short.

Home Page:https://sites.google.com/view/dxr-vis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DXR: An Immersive Visualization Toolkit

DXR is a Unity package that makes it easy to create immersive data visualizations in XR (Augmented/Mixed/Virtual Reality). A visualization in DXR is a collection of Unity game objects whose visual properties (position, color, size, etc.) can be mapped to data attributes. The designer can specify this mapping interactively at runtime via a graphical user interface (GUI) or via a high-level programming interface, inspired by Polestar and Vega-Lite, respectively. DXR is extensible, allowing the use of most Unity game objects for custom marks and channels. To learn more, check out the example and gallery previews below, as well as the DXR website:

As a simple example, below, given a concise JSON specification (left) from the user, DXR generates an interactive visualization (right) in Unity.

Below are some 2D and 3D visualization examples generated using DXR, which can be placed in AR/MR/VR applications.

DXR is work-in-progress and is currently under preparation for a research paper submission. DXR is mainly developed by Ronell Sicat, and Jiabao Li, with Hanspeter Pfister of the Visual Computing Group at Harvard University, in collaboration with Won-Ki Jeong, JunYoung Choi, Benjamin Bach, and Maxime Cordeil.

About

DXR is a Unity package for rapid prototyping of immersive data visualizations in augmented, mixed, and virtual reality (AR, MR, VR) or XR for short.

https://sites.google.com/view/dxr-vis

License:MIT License


Languages

Language:C# 94.9%Language:ShaderLab 4.5%Language:HLSL 0.6%