pyspacenavigator icon indicating copy to clipboard operation
pyspacenavigator copied to clipboard

3Dconnexion Space Navigator in Python using raw HID (windows only)

Results 6 pyspacenavigator issues
Sort by recently updated
recently updated
newest added

My test script ```python import spacenavigator from time import strftime as now, sleep FORMAT = '%Y-%m-%d %H:%M:%S' devs = spacenavigator.list_devices() print(devs) while devs: success = spacenavigator.open() if success: while True:...

Heyy guys I am here just to share my experience working with Spacemouse wireless and universal receiver. When plugged the usb receiver and the test script (just spacenavigator.open() ) runs,...

Hi Johnhw I need your help, i am tying to use your sample from this github, but my implementation i want the data must be formatted as a JSON document...

It would seem simple to support other SpaceMouse products by adjusting the vendor and product ids for the HID device. I tried [0x256f,0xc62e](tethered) and [0x256f,0xc62f](wireless) for the SpaceMouse Wireless, and...

When installing via `pip` (https://pypi.org/project/spacenavigator/), the package is not up to date and thus, not working correctly. I would like to help fixing it but do not have idea how.

Hello, Would it be possible to support the space explorer?