Skip to content

Commit afa811e

Browse files
author
Matias A. Vallejos
committed
Update README.md
1 parent 675645f commit afa811e

File tree

1 file changed

+50
-88
lines changed

1 file changed

+50
-88
lines changed

README.md

Lines changed: 50 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,30 @@
1-
<h1 align="center"> Covid Interactive Visualizer </h1>
1+
<h1 align="center"> Covid Visualizer </h1>
2+
3+
<div align="center">
4+
5+
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/matiasvallejosdev/AR-Covid-Visualizer?color=4cc51e)](https://github.com/matiasvallejosdev/AR-Covid-Interactive)
6+
[![GitHub top language](https://img.shields.io/github/languages/top/matiasvallejosdev/AR-Covid-Visualizer?color=1081c2)](https://github.com/matiasvallejosdev/AR-Covid-Interactive/search?l=c%23)
7+
[![GitHub Watchers](https://img.shields.io/github/watchers/matiasvallejosdev/AR-Covid-Visualizer?color=4cc51e)](https://github.com/matiasvallejosdev/AR-Covid-Interactive/watchers)
8+
[![GitHub Repo stars](https://img.shields.io/github/stars/matiasvallejosdev/AR-Covid-Visualizer?color=4cc51e)](https://github.com/matiasvallejosdev/AR-Covid-Interactive/stargazers)
9+
[![GitHub Forks](https://img.shields.io/github/forks/matiasvallejosdev/AR-Covid-Visualizer?color=4cc51e)](https://github.com/matiasvallejosdev/AR-Covid-Interactive/network/members)
10+
<br />
11+
[![Unity Badge](http://img.shields.io/badge/-Unity3D_2020.3.5f1-000?logo=unity&link=https://unity.com/)](https://unity.com/)
12+
[![made-for-VSCode](https://img.shields.io/badge/Made%20for-VSCode-1f425f.svg)](https://code.visualstudio.com/)
13+
14+
</div>
215

3-
<div align="center">
4-
5-
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/matiasvallejosdev/AR-Covid-Interactive-Visualizer?color=4cc51e)](https://github.com/matiasvallejosdev/AR-Covid-Interactive-Visualizer)
6-
[![GitHub top language](https://img.shields.io/github/languages/top/matiasvallejosdev/AR-Covid-Interactive-Visualizer?color=1081c2)](https://github.com/matiasvallejosdev/AR-Covid-Interactive-Visualizer/search?l=c%23)
7-
[![GitHub Watchers](https://img.shields.io/github/watchers/matiasvallejosdev/AR-Covid-Interactive-Visualizer?color=4cc51e)](https://github.com/matiasvallejosdev/AR-Covid-Interactive-Visualizer/watchers)
8-
[![GitHub Repo stars](https://img.shields.io/github/stars/matiasvallejosdev/AR-Covid-Interactive-Visualizer?color=4cc51e)](https://github.com/matiasvallejosdev/AR-Covid-Interactive-Visualizer/stargazers)
9-
[![GitHub Forks](https://img.shields.io/github/forks/matiasvallejosdev/AR-Covid-Interactive-Visualizer?color=4cc51e)](https://github.com/matiasvallejosdev/AR-Covid-Interactive-Visualizer/network/members)
10-
<br />
11-
[![Unity Badge](http://img.shields.io/badge/-Unity3D_2020.3.5f1-000?logo=unity&link=https://unity.com/)](https://unity.com/)
12-
[![made-for-VSCode](https://img.shields.io/badge/Made%20for-VSCode-1f425f.svg)](https://code.visualstudio.com/)
13-
14-
</div>
1516
<p align="center"> <br />
16-
Development of a mobile application to visualize covid19 data using AR Foundation (Arkit / Arcore). <br /> Integration with API Rest to obtain the data in real time. Integration of Universal Render Pipeline and Post-Processing graphics.
17-
<br />The OOP and SOLID principles are highlighted, and a scalable MVVM architecture with the UniRx reactive library.<br /><br />
18-
<a href="https://youtu.be/BuaH3zmLtNs" target="_blank">View Demo in Youtube</a> <br />
19-
<p align="center">
20-
<a href="https://youtu.be/BuaH3zmLtNs" rel="nofollow">
21-
<img src="https://s6.gifyu.com/images/ezgif.com-gif-makercc9e5a15b78ce54c.gif" alt="Demo Video" style="max-width:100%;">
22-
</a>
23-
</p>
17+
This repository contains a viewer of the covid 19 data developed in augmented reality using ARFoundation (Arkit - Arcore) in Unity. Its objective is the integration of an API to obtain the information and process it to display it in an interactive format. <br /><br />
18+
<a href="https://youtu.be/Q-14FaPrD-A" target="_blank">View Demo in Youtube</a> <br />
19+
<p align="center">
20+
<a href="https://youtu.be/BuaH3zmLtNs" rel="nofollow">
21+
<img src="https://github.com/matiasvallejosdev/ar-covid-visualizer/blob/main/Project.Docs/Images/Gif%20(1).gif?raw=true" alt="Demo Video" width="250">
22+
</a>
23+
</p>
2424

2525
</p>
2626
</p>
2727

28-
<br />
29-
3028
## Table of Contents
3129

3230
- [Table of Contents](#table-of-contents)
@@ -38,10 +36,6 @@ Development of a mobile application to visualize covid19 data using AR Foundatio
3836
- [Prerequisites](#prerequisites)
3937
- [Useful Links](#useful-links)
4038
- [Screenshoot](#screenshoot)
41-
- [Release](#release)
42-
- [Future Release](#future-release)
43-
- [Trouble Shooting](#trouble-shooting)
44-
- [Known issues](#known-issues)
4539
- [Contributing](#contributing)
4640
- [License](#license)
4741
- [Credits](#credits)
@@ -50,7 +44,6 @@ Development of a mobile application to visualize covid19 data using AR Foundatio
5044
## Requirements
5145

5246
* Unity3d 2020.1.5f1
53-
* Visual Studio Code 1.2.3
5447
* UniRx 7.1.0
5548
* Universal Render Pipeline 10.4.0
5649
* ARFoundation 4.0.12
@@ -62,88 +55,57 @@ Development of a mobile application to visualize covid19 data using AR Foundatio
6255
## Installation
6356
 1. Clone a repository or download it as zip.
6457
```
65-
git clone https://github.com/matiasvallejosdev/AR-Covid-Interactive-Visualizer
58+
git clone https://github.com/matiasvallejosdev/ar-covid-visualizer
6659
```
6760
 2. Importing dependences<br />
68-
  (You can use ARFoundation(ARkit, ARcore)) <br />
61+
```
62+
  You can use project requeriments to start!
63+
```
6964

7065
## Arquitecture
7166
### Introduction
7267
The architecture used is **MVVM** (model-view-view-model) adapted for unity.
73-
74-
The purpose of this architecture is to bring code reusability, simplicity, resilience and interdicipline cooperation to de game development process.
75-
7668
### Diagram
7769
This is a picture of the architecture and the execution flow.
7870

79-
![Diagram](https://github.com/matiasvallejosdev/AR-Covid-Interactive-Visualizer/blob/main/Documentation/Images/ArquitectureDiagram.jpg?raw=true)
71+
![Diagram](https://github.com/matiasvallejosdev/ar-covid-visualizer/blob/main/Project.Docs/Images/ArquitectureDiagram.jpg?raw=true)
8072

8173
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.
82-
8374
### Prerequisites
8475

8576
This example assume you have knowlege of Unity 3d, data oriented programming and reactive programing.
8677

8778
### Useful Links
8879

89-
I use as tool Unirx library. [Download UniRx](https://assetstore.unity.com/packages/tools/integration/unirx-reactive-extensions-for-unity-17276)
80+
[Download UniRx](https://assetstore.unity.com/packages/tools/integration/unirx-reactive-extensions-for-unity-17276)
9081

91-
[More information about this arquitecture](https://www.youtube.com/watch?v=nvPjmSseOdY&ab_channel=Etermax)
82+
[Arquitecture overview](https://www.youtube.com/watch?v=nvPjmSseOdY&ab_channel=Etermax)
9283

9384
## Screenshoot
9485
Game Screenshoot on Android Device.
9586
<p>
96-
<p align="center">
97-
<a href="https://youtu.be/BuaH3zmLtNs" rel="nofollow">
98-
<img src="https://github.com/matiasvallejosdev/AR-Covid-Interactive-Visualizer/blob/main/Documentation/Images/screenshoot_06.png?raw=true" alt="Demo Video" style="max-width:15%;">
99-
</a>
100-
<a href="https://youtu.be/BuaH3zmLtNs" rel="nofollow">
101-
<img src="https://github.com/matiasvallejosdev/AR-Covid-Interactive-Visualizer/blob/main/Documentation/Images/screenshoot_08.png?raw=true" alt="Demo Video" style="max-width:15%;">
102-
</a>
103-
</p>
104-
<p align="center">
105-
<a href="https://youtu.be/BuaH3zmLtNs" rel="nofollow">
106-
<img src="https://github.com/matiasvallejosdev/AR-Covid-Interactive-Visualizer/blob/main/Documentation/Images/screenshoot_12.png?raw=true" alt="Demo Video" style="max-width:15%;">
107-
</a>
108-
<a href="https://youtu.be/BuaH3zmLtNs" rel="nofollow">
109-
<img src="https://github.com/matiasvallejosdev/AR-Covid-Interactive-Visualizer/blob/main/Documentation/Images/screenshoot_13.png?raw=true" alt="Demo Video" style="max-width:15%;">
110-
111-
</a>
112-
</p>
113-
</p>
114-
115-
## Release
116-
| Version | New Features | Date (AAAA-MM-dd) |
117-
|:---:|---|:---:|
118-
| v1.0.0 | [Initial features with only Argentina country](https://github.com/matiasvallejosdev/AR-Covid-Interactive-Visualizer/releases/tag/v1.0.0) | 2021.06.14 |
119-
120-
121-
## Future Release
122-
* New API for Argentina Provinces
123-
* World Data Interactive Visualizer
124-
125-
126-
127-
## Trouble Shooting
128-
* If an error such as ""
129-
<br />
130-
  example:
131-
<br />
132-
133-
```
134-
So far no errors
135-
```
136-
<br />
137-
  solutions:
138-
<br />
139-
140-
.**
141-
142-
143-
## Known issues
144-
145-
* The states CountryGateway.cs for Argentina be desactivated beacause doesn't have an valid API.
146-
87+
<p>
88+
<a rel="nofollow">
89+
<img src="https://github.com/matiasvallejosdev/ar-covid-visualizer/blob/main/Project.Docs/Images/Screenshoot%20(1).png?raw=true" width="200">
90+
</a>
91+
<a rel="nofollow">
92+
<img src="https://github.com/matiasvallejosdev/ar-covid-visualizer/blob/main/Project.Docs/Images/Screenshoot%20(2).png?raw=true" width="200">
93+
</a>
94+
<a rel="nofollow">
95+
<img src="https://github.com/matiasvallejosdev/ar-covid-visualizer/blob/main/Project.Docs/Images/Screenshoot%20(3).png?raw=true" width="200">
96+
</a>
97+
</p>
98+
<p>
99+
<a rel="nofollow">
100+
<img src="https://github.com/matiasvallejosdev/ar-covid-visualizer/blob/main/Project.Docs/Images/Screenshoot%20(4).png?raw=true" width="200">
101+
</a>
102+
<a rel="nofollow">
103+
<img src="https://github.com/matiasvallejosdev/ar-covid-visualizer/blob/main/Project.Docs/Images/Screenshoot%20(5).png?raw=true" width="200">
104+
</a>
105+
<a rel="nofollow">
106+
<img src="https://github.com/matiasvallejosdev/ar-covid-visualizer/blob/main/Project.Docs/Images/Screenshoot%20(6).png?raw=true" width="200">
107+
</a>
108+
</p>
147109

148110
## Contributing
149111

0 commit comments

Comments
 (0)