SteamVR Developer Hardware

SteamVR Developer Hardware

phr00t Jan 5, 2016 @ 12:03pm
jMonkeyVR: OpenVR + jMonkeyEngine
jMonkeyEngine is a free, fully-featured free, open-source & cross-platform 3D engine. OpenVR, as we all know, is a cross-device virtual reality library. Combining the two gives us all the tools to make VR experiences without limitations.

jMonkeyVR recently implemented VR instancing, which can complete a VR scene in one pass. Shadows, ambient occlusion & other effects work quickly with no additional passes required over non-VR use.

This library can automatically handle GUI elements (and the mouse) infront of your view.

You can develop for both VR & non-VR with this library. If a SteamVR device is detected, it will enable all of the desired VR options.

Github: https://github.com/phr00t/jMonkeyVR

I'm working on 5089 with this library, and currently Spermination & 4089 use it.

jMonkeyEngine forum on VR:

http://hub.jmonkeyengine.org/c/user-code-projects/virtual-reality

- Phr00t