benvanik / vr.js

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

Plugin not working under Mac OS as of Chrome Version 39 #37

Open fleupold opened 9 years ago

fleupold commented 9 years ago

As stated in http://www.chromium.org/developers/npapi-deprecation, Chrome does not support 32bit NPAPI plugins anymore.

"On Mac, version 39 onward, Chrome will be 64 bit only and this will imply 32 bit NPAPI plugins will stop to work on Chrome on Mac and there will be no way to whitelist it by policy. 64 bit plugins however can still be whitelisted and will continue to work until overall NPAPI removal in September 2015."

Could you please push a MacOS version built for 64bit architecture? Thanks! Felix