yuripourre / gdx-webxr

A WebXR implementation for libGDX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gdx-webxr

A WebXR implementation for libGDX

Getting started

Compatibility

  • gdx-webxr requires libGDX 1.10.1+

Deploy Locally

To deploy it locally, simple run:

mvn install

Install

Add dependency in your core project :

project(":core") {
    dependencies {
    	...
        api "com.harium.gdx:webxr:$webxrVersion"
    }
}

For GWT (html) projects you need to add source dependency and inherit GWT module in your core .gwt.xml file.

project(":html") {
    dependencies {
    	...
        api "com.harium.gdx:webxr:$webxrVersion:sources"
    }
}
<module>
	<inherits name='WebXR' />
	...
</module>

About

A WebXR implementation for libGDX

License:Apache License 2.0


Languages

Language:Java 100.0%Language:Shell 0.0%