Skip to content

daidr/dualsense-tester

Repository files navigation

DualSense Tester

Test your DualSense controller in the browser.

https://ds.daidr.me

Features

  • Test all buttons and axes
  • Test the touchpad
  • Test the gyroscope and accelerometer
  • Test the vibration motors
  • Test the lights
  • TODO: Test the adaptive triggers

Project Setup

pnpm install

Compile dualsense.js first

pnpm build:lib

Compile and Hot-Reload for Development

pnpm dev:fe

Type-Check, Compile and Minify for Production

pnpm build:fe

Credits