An open API service indexing awesome lists of open source software.

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!

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

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)