LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: Tosken1337 on July 12, 2016, 14:27:27

Title: Example for Rift CV1 integration (>= SDK 1.3) - LWJGL3
Post by: Tosken1337 on July 12, 2016, 14:27:27
Hi,

is there any good example or code snippet to use as starting point for rift (ovr) integration.
I saw a couple of examples but they all are based on a very old ovr version.

Thanks and best regards
Sebastian
Title: Re: Example for Rift CV1 integration (>= SDK 1.3) - LWJGL3
Post by: spasi on July 12, 2016, 14:35:44
This example code (https://github.com/WhiteHexagon/example-lwjgl3-rift/tree/master/src/main/java/com/sunshineapps/rift/experimental) should get you started.

LWJGL currently supports Oculus SDK 1.4, but 1.5 support will be added soon.
Title: Re: Example for Rift CV1 integration (>= SDK 1.3) - LWJGL3
Post by: Tosken1337 on July 12, 2016, 14:44:22
Thank you i will check this.