OpenVR wrappers, JVM flavour
Based on @phr00t's jMonkeyVR. Thanks for the awesome work!
Compiling
git clone --recursive https://github.com/scenerygraphics/jopenvr
mvn clean package install
Usage
Maven
<dependency>
<groupId>graphics.scenery</groupId>
<artifactId>jopenvr</artifactId>
<version>1.0.5-1</version>
</dependency>
This requires to have the ImageJ Maven repo added, where this package is currently published:
<repositories>
<repository>
<id>imagej.public</id>
<url>http://maven.imagej.net/content/groups/public</url>
</repository>
</repositories>
Usage example
For an example how to use this library, see scenery's OpenVRHMDInput.