OpenVR 1.0.5 bindings for the JavaVM

SciJava aims to provide an overview of available Java libraries for scientific computing. This POM provides a parent from which participating projects can declare their build configurations. It ensures that projects all use a compatible build environment, including Java version, as well as versions of dependencies and plugins. Projects wishing to use pom-scijava as a parent project need to override the <name>, <description>, <url>, <inceptionYear>, <organization>, <licenses>, <developers>, <contributors>, <mailingLists>, <scm>, <issueManagement> and <ciManagement> sections.

Лицензия

Лицензия

Группа

Группа

graphics.scenery
Идентификатор

Идентификатор

jopenvr
Последняя версия

Последняя версия

1.0.5.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

OpenVR 1.0.5 bindings for the JavaVM
SciJava aims to provide an overview of available Java libraries for scientific computing. This POM provides a parent from which participating projects can declare their build configurations. It ensures that projects all use a compatible build environment, including Java version, as well as versions of dependencies and plugins. Projects wishing to use pom-scijava as a parent project need to override the <name>, <description>, <url>, <inceptionYear>, <organization>, <licenses>, <developers>, <contributors>, <mailingLists>, <scm>, <issueManagement> and <ciManagement> sections.
Организация-разработчик

Организация-разработчик

SciJava
Система контроля версий

Система контроля версий

https://github.com/scenerygraphics/jopenvr

Скачать jopenvr

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/graphics.scenery/jopenvr/ -->
<dependency>
    <groupId>graphics.scenery</groupId>
    <artifactId>jopenvr</artifactId>
    <version>1.0.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/graphics.scenery/jopenvr/
implementation 'graphics.scenery:jopenvr:1.0.5.3'
// https://jarcasting.com/artifacts/graphics.scenery/jopenvr/
implementation ("graphics.scenery:jopenvr:1.0.5.3")
'graphics.scenery:jopenvr:jar:1.0.5.3'
<dependency org="graphics.scenery" name="jopenvr" rev="1.0.5.3">
  <artifact name="jopenvr" type="jar" />
</dependency>
@Grapes(
@Grab(group='graphics.scenery', module='jopenvr', version='1.0.5.3')
)
libraryDependencies += "graphics.scenery" % "jopenvr" % "1.0.5.3"
[graphics.scenery/jopenvr "1.0.5.3"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.apple : AppleJavaExtensions jar 1.4
com.nativelibs4java : jnaerator-runtime jar 0.12

Модули Проекта

Данный проект не имеет модулей.

This package is deprecated and will not be updated anymore.

If you require OpenVR support in your Java projects, have a look at lwjgl-openvr (Example code).


OpenVR wrappers, JVM flavour

Based on @phr00t's jMonkeyVR. Thanks for the awesome work!

Build Status Build status

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.

graphics.scenery

Версии библиотеки

Версия
1.0.5.3