Skip to content

cjonas1999/OverBind

Repository files navigation

What is OverBind?

A utility that allows binding keyboard buttons to virtual Xbox360 controller joystick outputs. Makes use of ViGEmBus and ViGEmClient. Keybinds are easily customizeable within the app's UI.

Built specifically with Hollow Knight speedruns in mind.

How to Install

Windows

First, you must install the ViGEmBus driver. This is necessary for the controller emulation to function.

Then install and run the OverBind installer from the Releases page.

Linux

The following are the recommended instructions for setting up the appropriate permissions to allow OverBind to access your input device.

  1. Create file /etc/udev/rules.d/99-uinput.rules
  2. Paste contents into file KERNEL=="uinput", GROUP="input", MODE="0660". This grants permission to read and write to your input devices to anyone in the "input" group.
  3. Run command sudo usermod -aG input $(whoami). This adds the current user to the input group.
  4. Restart computer
  5. Set your device in the overbind settings in the "Input Devices" dropdown.

How to Build

Overbind is written in Rust and uses the Tauri framework. To build OverBind, you will need to install the following dependencies:

Launch dev mode with npm run tauri dev and build with npm run tauri build.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages