Simple app to translate joystick axis to mouse movement for Windows hosts.
- Go to the latest release page, and download the .exe file.
- Execute the program. This program does not require any installation.
- Ignore the Windows Defender "unsigned software warning".
- Configure joystick and activation method.
- Check the "Arm" checkmark
- Start game
- Activate/Deactivate with configured activation method to start translating joystick movement to mouse movement.
- For a more in-depth user manual read my blog post over at www.haxor.no.
- This is a work in progress - look at the TODO for features I want to implement.
- The program will talk to the github API to check for new releases on startup.
For running and working on source code
# Activate virtual environment
python3 -m venv venv
venv\Scripts\actiavate.bat
# Install dependencies
pip install -r requriements.txt
# When needed - deactivate virtual environment
deactivate
Once installed, the program can be built into a single executable:
build.bat
Once installed, the program can be launched from within the virtual environment.
python app.py