A web application for testing and debugging game controllers directly in your browser. Monitor button presses, axis movements, and debug controller input in real-time.
- Node.js
- A gamepad/controller connected to your computer
git clone https://github.com/Pelsin/gamepad-tester.git
cd gamepad-tester
# Install dependencies
npm install
# Start development server
npm run devnpm run buildThis project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Feel free to open issues or submit pull requests.