Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/daidr/dualsense-tester
- Owner: daidr
- License: mit
- Created: 2023-10-17T16:01:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-09T06:19:30.000Z (7 months ago)
- Last Synced: 2024-04-09T07:29:56.135Z (7 months ago)
- Topics: dualsense, game, game-controller, playstation
- Language: Vue
- Homepage: https://ds.daidr.me
- Size: 1.57 MB
- Stars: 22
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- 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
* **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)