This app is superseded by DIY SpaceMouse Profiles
This project offers a user interface for DIY Spacemouse to control sensitivity parameters by app basis. It's main purpose is to replace the sliders from 3DConnection software (3DConnection installation is mandatory).
- Clone this repository:
git clone https://github.com/raulpetru/SpacemouseProfiles - Create a custom board in Arduino IDE using these instructions.
- Connect Spacemouse to PC and flash firmware from
spacemouse-keysfolder on Arduino.
- Clone this repository (if you haven't cloned in previous step):
git clone https://github.com/raulpetru/SpacemouseProfiles - Install Python 3.1x (3.11, 3.12, ...)
- Open CMD inside repository folder and make virtual environment:
python -m venv .venv - Activate virtual environment:
.venv\Scripts\activate - Install dependencies:
pip install -r requirements.txt - Connect your Spacemouse (the app will crash without a connection).
- Run
Spacemouse Profiles.batto launch the app.
This project is based on the work of AndunHH, TeachingTech and many other contributors.

