Skip to content

📊 Augmented reality application that displays covid 19 data interactively using Unity AR + HTTP Public API.

License

Notifications You must be signed in to change notification settings

matiasvallejosdev/unity-ar-covid-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid Visualizer

GitHub release GitHub release (latest by date) GitHub top language GitHub Watchers GitHub Repo stars GitHub Forks
Unity Badge made-for-VSCode


This repository contains an interactive viewer of the covid-19 data in Argentina. Developed in Unity as an augmented reality experience. You can place a map and look according to each state. When you approach a state, you will be able to see more details about your current situation.

View Demo in Youtube

Demo Video

Table of Contents

Requirements

  • Unity3d 2020.1.5f1
  • UniRx 7.1.0
  • Universal Render Pipeline 10.4.0
  • ARFoundation 4.0.12
  • ARCore XR Plugin 4.0.12
  • ARKit XR Plugin 4.0.12
  • TextMeshPro 3.0.6
  • Input System 1.0.2

Installation

 1. Clone a repository or download it as zip.

    git clone https://github.com/matiasvallejosdev/ar-covid-visualizer

 2. Importing dependences

  You can use project requeriments to start!

Arquitecture

Introduction

The architecture used is MVVM (model-view-view-model) adapted for unity.

Diagram

This is a picture of the architecture and the execution flow.

Diagram

It should be noted that a fundamental part is fulfilled by the observers who are granted in this case by the UniRx reactive library, which can access its documentation in the git repository and is open-source.

Useful Links

UniRx

Arquitecture overview

Screenshoot

Game Screenshoot on Android Device.

Data Source

We are using the API from this project: https://github.com/ExpDev07/coronavirus-tracker-api and https://coronavirus-vaccines-api.herokuapp.com/v2/

It uses the data by Johns Hopkins University Center for Systems Science and Engineering (JHU CSSE). The data is updated every hour.

Contributing

  • Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

     1. Fork the Project.
     2. Create your Feature Branch.
     3. Commit your Changes.
     4. Push to the Branch.
     5. Open a Pull Request.

Credits

Thanks

For more information about the project contact me! Do not hesitate to write me just do it!