Skip to content

Instantly share code, notes, and snippets.

@Joehuu
Last active June 21, 2024 04:45
Show Gist options
  • Save Joehuu/50eb8285576bb4275c417cda14e3ea59 to your computer and use it in GitHub Desktop.
Save Joehuu/50eb8285576bb4275c417cda14e3ea59 to your computer and use it in GitHub Desktop.
DDR/StepMania/OutFox stuff

DDR/StepMania/OutFox stuff

Clients

Dance Pads

Songs/Simfiles

General

Anime-related

By User

* - recommended

PS3 Pad Workaround for Linux

Note: Follow at your own risk, works with multiple pads. Only tested on Pop!_OS.

Reference: https://www.insidethe.com/blog/2018/12/instructions-for-konami-ps3-dance-pad-on-pc-with-stepmania/

# forked so this doesn't break when the original repo is gone
git clone https://github.com/KewlKrew/libsuinput
cd libsuinput
# https://en.wikipedia.org/wiki/Autoconf
sudo apt-get install autoconf
# https://en.wikipedia.org/wiki/GNU_Libtool
sudo apt-get install libtool
./autogen.sh
./configure
make
sudo make install
sudo cp src/.libs/libsuinput.so.4 /usr/lib/
cd ..
# forked so this doesn't break when the original repo is gone
git clone https://github.com/KewlKrew/hidraw
cd hidraw/uinput_ddrpad
make
sudo make install
sudo uinput_ddrpad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment