/AndVR

A virtual reality engine for simple applications using OpenGL ES 3.2

Primary LanguageJavaMIT LicenseMIT

AndVR

A virtual reality engine made for Android using OpenGL ES 3.2 for simple applications

Using AndVR

Importing the library

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency

dependencies {
	        implementation 'com.github.AraujoJordan:AndVR:0.0.1'
	}