Skip to content

A virtual reality engine for simple applications using OpenGL ES 3.2

License

Notifications You must be signed in to change notification settings

AraujoJordan/AndVR

Repository files navigation

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'
	}
  

About

A virtual reality engine for simple applications using OpenGL ES 3.2

Resources

License

Stars

Watchers

Forks

Packages

No packages published