AraujoJordan / AndVR

A virtual reality engine for simple applications using OpenGL ES 3.2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Java 92.2%Language:GLSL 7.8%