shubhamji88 / 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!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AiRTree Banner

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

  • Android App written in Kotlin
  • Uses Jetpack and AndroidX
  • ARCore
  • OpenWeather API

Installation

  • Clone the project
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 API and get your API KEY, and place it inside quotes like shown below

package com.benrostudios.airtree

object Secrets {
    const val API_KEY: String = "<Your OpenWeather API Key>"
}
  • 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

Author

👨‍💻 Hemanth Krishna @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

About

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!


Languages

Language:Kotlin 100.0%