A simple library that allows you to plot a graph in Real world using ARCore.
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'
...
}
- Follow me on Twitter: @deepakypro
- Contact me on LinkedIn: deepakypro
ARGraphLibrary is available under the BSD license. See the LICENSE file.