Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

raulpetru/SpacemouseProfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This app is superseded by DIY SpaceMouse Profiles

Description

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).

Installation

Set up Spacemouse firmware

  1. Clone this repository:
    git clone https://github.com/raulpetru/SpacemouseProfiles
  2. Create a custom board in Arduino IDE using these instructions.
  3. Connect Spacemouse to PC and flash firmware from spacemouse-keysfolder on Arduino.

Set up Spacemouse Profiles application

  1. Clone this repository (if you haven't cloned in previous step):
    git clone https://github.com/raulpetru/SpacemouseProfiles
  2. Install Python 3.1x (3.11, 3.12, ...)
  3. Open CMD inside repository folder and make virtual environment:
    python -m venv .venv
  4. Activate virtual environment:
    .venv\Scripts\activate
  5. Install dependencies:
    pip install -r requirements.txt
  6. Connect your Spacemouse (the app will crash without a connection).
  7. Run Spacemouse Profiles.bat to launch the app.

This project is based on the work of AndunHH, TeachingTech and many other contributors.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published