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!
- Host: GitHub
- URL: https://github.com/darthbenro008/airtree
- Owner: DarthBenro008
- Created: 2021-03-18T18:19:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T14:22:44.000Z (about 4 years ago)
- Last Synced: 2025-02-23T21:35:04.534Z (4 months ago)
- Topics: android, ar-core, augmented-reality, jetpack, kotlin, openweathermap-api
- Language: Kotlin
- Homepage:
- Size: 6.4 MB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README

# 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

- 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.airtreeobject 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