(I'm currently looking for a better name.)
SCWrapper is a Linux application that translates inputs from the 2026 version of the Steam Controller into standard gamepad controls without depending on the Steam Client. This enables the Steam Controller to function in nontraditional environments such as on the MisterFPGA or Raspberry Pi where a Steam client may be unavailable or the default keyboard + mouse control scheme is unsuitable.
- Basic Steam Controller support (buttons, triggers, touchpads, and joysticks.)
- Support for the Steam Controller Puck (i.e. handling multiple controllers) --- Note: This is untested, because I only have one controller.
- Multiple Puck Support: up to 16 controllers, but can be compiled to handle more. --- Note: Untested for the same reason.
- Supports:
- x86_64 Linux
- ARMv7L Linux (for the MisterFPGA)
- Rumble Support
- Gyro Support
- Alternative Touchpad Configurations
- Haptics Support (?)
- Add the following to
/media/fat.downloader.ini:
[bnpfeife/scwrapper]
db_url = https://raw.githubusercontent.com/bnpfeife/scwrapper/db/db.json.zip- Then run
updateorupdate_all - Or download scwrapper.sh and place it in the MisterFPGA's
Scriptsdirectory. - Boot up the MisterFGPA with a keyboard attached, and run the
scwrapper.shscript. - Follow the prompts.
- Plug in your Steam Controller (or Puck) after the MisterFGPA reboots.
- Enjoy! (Please report any issues or bugs you encounter!)
- Download the latest scwrapper binary from Releases.
- Run
scwrapper - Plug in your Steam Controller (or Puck).
- Enjoy! (Please report any issues or bugs you encounter!)
Dependencies:
- gcc
- make
- glibc (development libraries)
- linux-headers (development libraries)
Run this command within the project directory:
$ make
Dependencies:
- docker
Run this command within the project directory:
$ Mister/build
Please note that this project is in a very early state, so large architectural changes may occur. Feel free to create an issue or submit a pull-request if you encounter a bug or wish to develop / suggest a feature!