Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 956 Bytes

File metadata and controls

46 lines (28 loc) · 956 Bytes

Gamepad Tester

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.

Demo

Try it live

Getting Started

Prerequisites

  • Node.js
  • A gamepad/controller connected to your computer

Installation

git clone https://github.com/Pelsin/gamepad-tester.git
cd gamepad-tester

# Install dependencies
npm install

# Start development server
npm run dev

Build for Production

npm run build

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

Resources