Module club.doki7.openxr


module club.doki7.openxr

(Experimental) OpenXR Java bindings implemented with Java22 FFM (Project Panama) APIs.

This module is still experimental. It may contain bugs or incomplete features.

For OpenXR reference, see OpenXR Specification.

Use in Maven

<dependency>
    <groupId>club.doki7</groupId>
    <artifactId>openxr</artifactId>
    <version>0.4.4</version>
    <scope>compile</scope>
</dependency>