Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

8bitdev0x8/ps5-controller-visualizer

Repository files navigation

PS5 DualSense Controller Visualizer

Real-time, web-based PS5 DualSense controller visualizer that shows button presses, sticks, triggers, and touchpad input on screen -- perfect for adding a live controller overlay to your stream via OBS (browser source).

Features

  • Real-time display of:
    • Buttons (X, O, D, #)
    • D-Pad
    • L1/R1 and analog L2/R2 triggers
    • Left/Right sticks + press
  • Clean, simple on-screen layout

How to Use

  1. Connect your PS5 DualSense controller.
  2. Run the visualizer application.
  3. Press buttons and move sticks -- the visualizer updates instantly.

How to Use in OBS

  1. Add a Browser Source in OBS.
  2. Set URL to http://localhost:5173/ (or your local file path if built).
  3. Set Width: 810, Height: 810.
  4. Check "Shutdown source when not visible" to save resources.
  5. The background will be transparent, showing only the controller.

How to Customize Styles

  1. Edit style.css directly for colors, shadows, and positions.
  2. To experiment with themes, duplicate style.css (e.g., style-dark.css), update styles, and change the tag in index.html to point to your alternate stylesheet.

About

Real-time, web-based PS5 DualSense controller visualizer that shows button presses, sticks, triggers, and touchpad input on screen. Perfect for adding a live controller overlay to your stream via OBS (browser source).

Topics

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors