Nam-Ereh-Won / JoustMania

Raspberry Pi Jousting at its finest
http://joustmania.com
MIT License
0 stars 0 forks source link

Add support for DualShock4 controllers #6

Open Nam-Ereh-Won opened 6 years ago

Nam-Ereh-Won commented 6 years ago

JS Joust supports the use of DualShock 4 controllers for players. The lightbar can serve the same function as the ball top. Controllers are a bit more ubiquitous and players could bring their own. Proof of concept for all necessary functions in writeup by Sean McLemon.

Nam-Ereh-Won commented 6 years ago

Planning to implement this by handling controllers via a ControllerManager to provide access to HID devices. Will make supporting open source hardware controllers easier as well.