immersive-web / webvrrocks

Your guide to Virtual Reality in the browser.
https://webvr.rocks/
Creative Commons Zero v1.0 Universal
123 stars 58 forks source link

Document VR Gamepads usage (e.g., Oculus Touch, HTC Vive controllers) #119

Open cvan opened 7 years ago

cvan commented 7 years ago

Good reference: https://gist.github.com/donmccurdy/cf336a8b88ba0f10991d4aab936cc28b

cvan commented 7 years ago

Also, see our gamepad-plus library

cvan commented 7 years ago

It's also worth noting that the Gamepad API (navigator.getGamepads()) can be polyfilled on iOS from a native app containing a browser webview using the awesome Ejecta library (repo).

cvan commented 7 years ago

Here's a good writeup just published by Don: https://www.donmccurdy.com/2017/01/25/gamepad-support-on-the-web/