Skip to content

Aframe based WebXR framework for spatialized data visualization in browser.

Notifications You must be signed in to change notification settings

CharityEverett/gobackfetchit

Repository files navigation

Go Back Fetch It

This project aims to create an Aframe WebXR framework for active data visualizations that run in browser, on mobile, and across XR devices. The first visualization is a spatial visualization of Africa wrapped around the moon to showcase the landmass that is 80% of the size of the moon. This can be used as a basis for comparing scales

Setup

  1. Clone this repository
  2. Run npm install
  3. Open src/index.html in a web browser

Docker

To build and run with Docker:

  1. docker build -t africa-moon-visualization .
  2. docker run -p 8080:80 africa-moon-visualization
  3. Open http://localhost:8080 in a web browser "@ | Out-File -FilePath README.md -Encoding utf8

Glitch

  1. Copy and past the URL into Glitch upload