Oculus VR SDK 1.18 into Irrlicht
-
- Competition winner
- Posts: 95
- Joined: Wed Nov 30, 2005 8:53 am
- Location: France : midi pyrénées
Oculus VR SDK 1.18 into Irrlicht
Hello,
I would like to know if anyone have tried to integrate the new Oculus VR SDK 1.18 into Irrlicht ?
I don't understand how the vr display and irrlicht can comunicate
Thanks
I would like to know if anyone have tried to integrate the new Oculus VR SDK 1.18 into Irrlicht ?
I don't understand how the vr display and irrlicht can comunicate
Thanks
Re: Oculus VR SDK 1.18 into Irrlicht
Searching the forums, I found this GitHub repo in this post (which is quite interesting in itself). Have you checked that?
-
- Competition winner
- Posts: 95
- Joined: Wed Nov 30, 2005 8:53 am
- Location: France : midi pyrénées
Re: Oculus VR SDK 1.18 into Irrlicht
Hello,
Yes i have checked this but in the 1.18 sdk the code is totaly broken...
Yes i have checked this but in the 1.18 sdk the code is totaly broken...
Re: Oculus VR SDK 1.18 into Irrlicht
And if you look at the code in OculusRenderer and main, does it help you?
I don't have an Oculus here, nor I ever tried to use it's SDK, but I feel that the files in this repo are a great base on which to build from.
I don't have an Oculus here, nor I ever tried to use it's SDK, but I feel that the files in this repo are a great base on which to build from.
-
- Competition winner
- Posts: 95
- Joined: Wed Nov 30, 2005 8:53 am
- Location: France : midi pyrénées
Re: Oculus VR SDK 1.18 into Irrlicht
The render method has changed...
This code for the 0.4 sdk is not compatible at 100%.
That why I search some help to develop annother render.
Maybe anyone here has an oculus and whant to implemant this sdk with Irrlicht.
This code for the 0.4 sdk is not compatible at 100%.
That why I search some help to develop annother render.
Maybe anyone here has an oculus and whant to implemant this sdk with Irrlicht.
Re: Oculus VR SDK 1.18 into Irrlicht
Hi,
I also did an integration of an early verion for the DK1 (http://irrlicht.sourceforge.net/forum/v ... 6&p=281920). The problem I see is that Oculus has dropped the "extended desktop" mode and now needs render target textures to display. I'm not sure if this can be done with "out-of-the-box" Irrlicht at the moment. DX 9 is definetely too old, but with some OpenGL tweeking it might work. I'd love to get an integration of the current SDK into Irrlicht but do not have the time to dig into it right now (apart from daytime work and some family business I am also coding on my current game (Stunt Marble Racers 2) which would cetrainly be a good source of simulator sickness ).
I also did an integration of an early verion for the DK1 (http://irrlicht.sourceforge.net/forum/v ... 6&p=281920). The problem I see is that Oculus has dropped the "extended desktop" mode and now needs render target textures to display. I'm not sure if this can be done with "out-of-the-box" Irrlicht at the moment. DX 9 is definetely too old, but with some OpenGL tweeking it might work. I'd love to get an integration of the current SDK into Irrlicht but do not have the time to dig into it right now (apart from daytime work and some family business I am also coding on my current game (Stunt Marble Racers 2) which would cetrainly be a good source of simulator sickness ).
Dustbin::Games on the web: https://www.dustbin-online.de/
Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
-
- Competition winner
- Posts: 95
- Joined: Wed Nov 30, 2005 8:53 am
- Location: France : midi pyrénées
Re: Oculus VR SDK 1.18 into Irrlicht
hi,
I have successfully integrated the oculus sdk into irrlicht and opengl render.
When my code will be clean, I will put a link to download a basic demo
I have successfully integrated the oculus sdk into irrlicht and opengl render.
When my code will be clean, I will put a link to download a basic demo
Re: Oculus VR SDK 1.18 into Irrlicht
That's awesome. I'd like to try that out (although I only got a Rift DK2 ).
Dustbin::Games on the web: https://www.dustbin-online.de/
Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
Re: Oculus VR SDK 1.18 into Irrlicht
Minor hint - for source-code there are several free services which are far better than any general free upload service for files. For example github,bitbucket or sourceforge - those all allow you to have real source-control and people can even check the sources in a browser (including history etc).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
-
- Competition winner
- Posts: 95
- Joined: Wed Nov 30, 2005 8:53 am
- Location: France : midi pyrénées
Re: Oculus VR SDK 1.18 into Irrlicht
Hi CuteAlien,
It's just a small demo to integrate the basis of Oculus SDK.
If you want, you can create a sourceforge or github project for this...
It's just a small demo to integrate the basis of Oculus SDK.
If you want, you can create a sourceforge or github project for this...
Re: Oculus VR SDK 1.18 into Irrlicht
Hosting projects on sourceforge or github is great. I once had a project where I put in all my small apps but never released this to the public (because the apps were crap)
Dustbin::Games on the web: https://www.dustbin-online.de/
Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames