top of page

GLOBE DATA AR

GLOBE DATA AR

_environment

_role

 

_tools

_description

NYU ITP Course: In & Out of Reality

Everything

Unity3D, ARKit, C#, APIs

Globe Data AR is the beginning of a data visualization AR model that allows users to identify and learn about data based on latitude and longitude.  When a user touches a part of the globe they see data specific to that location. 

_github

_concept

_user_flow

This project arose out of a COVID-19 themed hackathon that took place late March 2020. It was meant to visualize the current confirmed cases of the virus based on country. Augmented Reality allows users to make use of 3D space and their surroundings, and I wanted to create an app that did that.

open app

Anchor 1

place the globe

move physically around globe

rotate globe using touch input

move camera on phone to aim reticle

hit "Select Location"

convert selected position to latitude and longitude

use google maps API to find country from lat, long

use country to find data from Covid-19 API or any other country specific API

   algorithm  

noun_Earth_2421703.png

display data

_shaders

Retiicle shader.png

shader for reticle and line from globe

Screen Shot 2020-04-11 at 11.27.49 PM.pn

version 01 shader of globe

Screen Shot 2020-04-18 at 6.46.59 PM.png

version 02 shader of globe

_versions

_final

testDots_short.gif

testing 1st shader and placing location

shader01Test.gif

testing 1st shader and placing location in AR

testGlobeShader02.gif

testing 2nd shader and

UI text in AR

countrySize_short.gif

testing case number circle growth

bottom of page