benvanik / vr.js

NPAPI plugin to expose fun VR devices to Javascript.
Apache License 2.0
498 stars 105 forks source link

DK2 Support #35

Open slawrence opened 9 years ago

slawrence commented 9 years ago

Any plans to support DK2 (SDK 0.4)?

loktar00 commented 9 years ago

+1 wondering that as well.

benvanik commented 9 years ago

Probably not; Chrome killed NPAPI so vr.js doesn't work there any more :( Vlad and Brandon are making awesome progress on WebVR, though, so you should be able to grab their Firefox/Chromium builds and play around with that.

There's still the possibility of porting the javascript driver to the chrome.hid, though I probably won't get around to that.

loktar00 commented 9 years ago

Ah that sucks, I assumed as much though, webvr is quite promising. Regardless, thanks for the work on the vr.js version.

captainkw commented 9 years ago

Thanks for the work on the vr.js as well, it made a lot of things really easy for us as well. Will follow up on Firefox/Chromium builds and hopefully their WebVR format gets adopted into the main trunk soon!

benvanik commented 9 years ago

Good luck! Excited to see a lot more fun web VR! I'll try to update the vr.js main page tonight for others also looking for the same info.

On Thu Aug 21 2014 at 1:23:03 PM Kuangwei Hwang notifications@github.com wrote:

Thanks for the work on the vr.js as well, it made a lot of things really easy for us as well. Will follow up on Firefox/Chromium builds and hopefully their WebVR format gets adopted into the main trunk soon!

— Reply to this email directly or view it on GitHub https://github.com/benvanik/vr.js/issues/35#issuecomment-52977260.

CodingCooky commented 9 years ago

see a branch from NPVR for DK2 SDK0.2.4 support: CodingCooky/npvr

captainkw commented 9 years ago

This is good stuff @CodingCooky, will give it a try. But by any means did you mean SDK 0.4.2 instead of 0.2.4?

CodingCooky commented 9 years ago

@captainkw: You are totally correct. I was meaning SDK 0.4.2. Thanks for the info - i updated the comments on the other projects.