Skip to content

Pelsin/gamepad-tester

Repository files navigation

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

Releases

No releases published

Packages

No packages published