Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1000 Bytes

README.md

File metadata and controls

54 lines (38 loc) · 1000 Bytes

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
  • Test the adaptive triggers
  • DualSense Edge Basic Support
  • TODO: DualSense Edge Full Support (2024Q4)
  • TODO: Multiple Controllers Support (2024Q4)
  • TODO: DualSense Edge Profile Customization (2025Q1)

Project Setup

pnpm install

1. Compile dualsense.js first

pnpm build:lib

1. (Optional) Compile and Watch dualsense.js for Development

pnpm dev:lib

Compile and Hot-Reload for Development

pnpm dev:fe

Type-Check, Compile and Minify for Production

pnpm build:fe

Credits