dmadison / ArduinoXInput

XInput library for USB capable Arduino boards
http://www.partsnotincluded.com/arduino-xinput-library/
MIT License
361 stars 61 forks source link

Change recommended test app #52

Closed offalynne closed 1 year ago

offalynne commented 3 years ago

html5gamepad.com has been loaded with sketchy adware and autoplay ads and is apparently advertising sale of scraped user data

suggest pointing users to https://greggman.github.io/html5-gamepad-test/ or https://apps.nektro.net/gamepad

dmadison commented 3 years ago

Thanks for the heads-up, that's unfortunate to hear.

Do you know of an alternatives that share the same user-friendly interface? Both of your suggested alternatives work but they lack the graphic that shows which inputs correspond to which axis/button on the controller. I think that's important since users are not working with physical controllers and it can help identify swapped or mis-assigned inputs.

Previously the README directed users towards gamepadviewer.com, which has a nice display of the controller but lacks the debug information from html5gamepad.

offalynne commented 1 year ago

In my opinion pointing to either of the above (along with gamepadviewer.com for visualizer if that actually is necessary) is much better than pointing traffic toward a site that is a transparently user-hostile data gathering scheme:

For a better experience while using our Service, we may require you to provide us with certain personally identifiable information, including but not limited to your name, phone number, and postal address.

dmadison commented 1 year ago

As I said, I am more than happy to change the recommended testing link if you know of an alternative with the same feature set.