Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daidr/dualsense-tester

🎮Test your Dualsense in your browser!
https://github.com/daidr/dualsense-tester

dualsense game game-controller playstation

Last synced: 2 days ago
JSON representation

🎮Test your Dualsense 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
* **TODO:** Test the adaptive triggers

## Project Setup

```sh
pnpm install
```

### Compile dualsense.js first

```sh
pnpm build:lib
```

### Compile and Hot-Reload for Development

```sh
pnpm dev:fe
```

### Type-Check, Compile and Minify for Production

```sh
pnpm build:fe
```

## Credits

* [Ohjurot/DualSense-Windows](https://github.com/Ohjurot/DualSense-Windows)
* [flok/pydualsense](https://github.com/flok/pydualsense/)
* [nondebug/dualsense](https://github.com/nondebug/dualsense)