Skip to content

the-losers/ARGraphLibrary

Repository files navigation

A simple library that allows you to plot a graph in Real world using ARCore.

Gradle

Add following dependency to your root project build.gradle file:

allprojects {
    repositories {
        ...
        jcenter()
        maven { url "https://jitpack.io" }
        ...
    }
}

Add following dependency to your app module build.gradle file:

dependencies {
    ...
   implementation 'com.github.the-losers:ARGraphLibrary:x.y.z'
    ...
}

Author

Deepak Kumar

License

ARGraphLibrary is available under the BSD license. See the LICENSE file.