This is a fork of QMP-4 built to provide MacOS support. Support for certain windows-only features has been removed, but it aims to maintain the core quadstick functionality and make it a great choice for mac users.
All credit and love goes to Fred Davidson for building an incredible accessibility product that has brought much joy into the world. Hopefully this fork brings a little more!
Create a python3.10 virtual environment and install requirements.txt . (To-do: actually add this file)
conda create -n qmp4 python=3.10
conda activate qmp4
python3 -m pip install -r requirements.txt
To run it for development, simply execute.
python3 QuadStick.py
Neither Aidan nor Neuralink corporation intend to keep this up to date with the upstream (which has not been updated itself in a reasonable amount of time). If any contributor would like to add additional features, please make an MR!