An open API service indexing awesome lists of open source software.

https://github.com/darthbenro008/airtree

An AR Tree (AiR Tree) that you can grow which visualises and teaches you about your surrounding environment. It reacts to the amount of environmental pollution around you!
https://github.com/darthbenro008/airtree

android ar-core augmented-reality jetpack kotlin openweathermap-api

Last synced: about 2 months ago
JSON representation

An AR Tree (AiR Tree) that you can grow which visualises and teaches you about your surrounding environment. It reacts to the amount of environmental pollution around you!

Awesome Lists containing this project

README

        

![AiRTree Banner](assets/airtree_banner1.png)

# AirTree

> An AR Based Plant that teaches you about your environment

## What is AirTree?

AirTree is an AR Based Plant that helps and tells you about your surrounding environment. This will educate how pure the air arrouding your is.

Your Plant is also affected by this!
So its a challenge to grow this virtual plant and a positive approach to do good for the environment by educating and visualising metric data!

## TechStack

![TechStack](assets/airtree_techstack.png)

- Android App written in Kotlin
- Uses Jetpack and AndroidX
- ARCore
- [OpenWeather API](http://openweathermap.org/)

## Installation

- Clone the project

```bash
git clone https://github.com/DarthBenro008/AirTree
```

- Create a file named `Secrets.kt` inside your src folder and populate it like the following

- Go to [OpenWeather](http://openweathermap.org/) API and get your API KEY, and place it inside quotes like shown below

```kotlin
package com.benrostudios.airtree

object Secrets {
const val API_KEY: String = ""
}

```

- Build and run the app using gradle

### The Three Plant Stages


Healthy Tree
Fairly Healthy Plant
Deadplant





> Credits to some of these assets go to Google from creating and publishing it on [poly](https://poly.google.com)
## Author

👨‍💻 Hemanth Krishna [@DarthBenro008](http://github.com/DarthBenro008)

## Show your support

Give a ⭐ if you liked this project!

Spread the word to your fellows to help grow a healthy environment for us!

## Contributions

- Feel Free to Open a PR/Issue for any feature or bug(s).
- Make sure you follow the community guidelines!
- Feel free to open an issue to ask a question/discuss anything about AirTree.
- Have a feature request? Open an Issue!

## License

Copyright 2021 Hemanth Krishna

Licensed under MIT License : https://opensource.org/licenses/MIT