https://github.com/daidr/dualsense-tester
🎮Test your Dualsense (and Edge) in your browser!
https://github.com/daidr/dualsense-tester
dualsense game game-controller playstation
Last synced: 7 months ago
JSON representation
🎮Test your Dualsense (and Edge) in your browser!
- Host: GitHub
- URL: https://github.com/daidr/dualsense-tester
- Owner: daidr
- License: mit
- Created: 2023-10-17T16:01:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T18:02:45.000Z (8 months ago)
- Last Synced: 2025-02-24T16:12:52.101Z (8 months ago)
- Topics: dualsense, game, game-controller, playstation
- Language: Vue
- Homepage: https://ds.daidr.me
- Size: 2.45 MB
- Stars: 190
- Watchers: 4
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# DualSense Tester
Test your DualSense controller in the browser.
## 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 (2025Q2)
* **TODO**: Multiple Controllers Support (2025Q2)
* **TODO**: DualSense Edge Profile Customization (2025Q2)## Project Setup
```sh
bun i
```### Compile and Hot-Reload for Development
```sh
bun run --bun dev
```### Type-Check, Compile and Minify for Production
```sh
bun run --bun build
```### (Optional) Compile and Hot-Reload for Isolated Web App Development
```sh
bun run --bun dev:iwa
```### (Optional) Compile and Minify for Isolated Web App
```sh
bun run --bun build:iwa
```## Translations
If you want to add a new language support or improve an existing one, please visit issue [#14](https://github.com/daidr/dualsense-tester/issues/14) for more details.
## Sponsors
## Credits
* [Ohjurot/DualSense-Windows](https://github.com/Ohjurot/DualSense-Windows)
* [flok/pydualsense](https://github.com/flok/pydualsense/)
* [nondebug/dualsense](https://github.com/nondebug/dualsense)