clynamen / ds5chrome

Adds Support for DualSense 5 Controllers in Chrome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DualSense5 Support in Chrome

Extends the Gamepad API to let you use your controller in Chrome for sites like Stadia.

Download

https://chrome.google.com/webstore/detail/ds5chrome/iapmmomaihcdpgkblagkodelfkijckfn?hl=en&authuser=0

Development Usage

  • git clone https://github.com/thayallans/ds5chrome.git to your local machine
  • chrome://extensions in Chrome and Turn on Developer Mode
  • Select Load Unpacked and navigate to the ds5chrome directory

How it works

We hook the getGamepads function from the Gamepad API and emulate a workable controller when a DualSense Controller is detected

Pull requests

All pull requests are welcome! Please feel free to improve DS5Chrome as you see fit, there's many improvements to be made!

Disclaimer

I've only tested this on Chrome for Mac. Feel free to test on Windows and/or make a PR to add support for Windows.

About

Adds Support for DualSense 5 Controllers in Chrome

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%