Hello Guest

Oculus SK2 and LWJGL 3

  • 2 Replies
  • 5615 Views
Oculus SK2 and LWJGL 3
« on: October 08, 2015, 12:18:25 »
Hey guys,
I'm migrating to LWJGL 3.0 and so far I really like it. :)

I see there is an OVR library binding included, it's great, it means I don't have to update my own binding anymore. I stopped at libOVR v0.4 anyway...
However, I can't find any sample code on how to use it.

Is there any tutorial, sample code, or such?

Thanks !

*

Offline spasi

  • *****
  • 2247
    • WebHotelier
Re: Oculus SK2 and LWJGL 3
« Reply #1 on: October 08, 2015, 12:31:12 »
Hey Estraven,

I guess the best sample you could have right now is WhiteHexagon's Rift experiments. It's up-to-date with the latest Oculus SDK (0.7), but I don't think it's currently compatible with the latest LWJGL 3 nightly build (has breaking changes related to structs).

The LWJGL 3 repo also has a simple demo, which doesn't do much since I don't own a Rift. :)

Re: Oculus SK2 and LWJGL 3
« Reply #2 on: October 08, 2015, 12:38:06 »

Great, I'll look into that. I have access to an SK2 at work, but only when my colleagues aren't using it.