Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
jherico's avatar
jherico
Adventurer
10 years ago

Java bindings for SDK 1.3.0

Java bindings for SDK 1.3.0 are now available.  Many thanks to Github user crramirez for the bulk of the work doing this.

The source code can be found on Github here.  Example code can be found here.

Developers using Maven (or a Maven compatible tool like Gradle) can declare a dependency on the following artifact:
    <dependency>
      <groupId>org.saintandreas</groupId>
      <artifactId>jovr</artifactId>
      <version>1.3.0.0</version>
    </dependency>

Currently this library has only been tested on 64 bit builds of Java, and it may not function on 32 bit versions.  As the Oculus SDK is windows only, this library is as well.
No RepliesBe the first to reply