Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bj-rn/VL.Devices.SpaceMouseHID
Use 3DConnexion™ SpaceMice in vvvv gamma via HID instead of their driver.
https://github.com/bj-rn/VL.Devices.SpaceMouseHID
vl vvvv
Last synced: 2 months ago
JSON representation
Use 3DConnexion™ SpaceMice in vvvv gamma via HID instead of their driver.
- Host: GitHub
- URL: https://github.com/bj-rn/VL.Devices.SpaceMouseHID
- Owner: bj-rn
- License: mit
- Created: 2022-09-21T14:21:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T14:39:18.000Z (about 1 year ago)
- Last Synced: 2024-12-02T03:31:07.773Z (2 months ago)
- Topics: vl, vvvv
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vl - VL.Devices.SpaceMouseHID - Use 3DConnexion SpaceMice in via HID instead of their driver (Libraries / Devices)
README
# VL.Devices.SpaceMouseHID
Use [3DConnexion™](https://3dconnexion.com) SpaceMice in vvvv gamma via HID instead of their driver.
Uses [HidLibrary](https://github.com/mikeobrien/HidLibrary) by [Mike O'Brien](https://www.mikeobrien.net/).Tested only with [SpaceMouse Wireless®](https://3dconnexion.com/us/product/spacemouse-wireless/).
Either connected through the Universal Receiver (PID C652) or via USB-cable (PID C62E).But should work also with SpaceMouse Compact® (PID C635)
Will only work properly if the 3DConnexion™ driver isn’t active,
so either uninstall or otherwise make sure it is not running (remove it from autostart for example).### Sponsored by
### [Studio JHH](https://www.hansen.ch/)## Using the library
In order to use this library with VL you have to install the nuget that is available via nuget.org. For information on how to use nugets with VL, see [Managing Nugets](https://thegraybook.vvvv.org/reference/hde/managing-nugets.html) in the VL documentation. As described there you go to the commandline and then type:nuget install VL.Devices.SpaceMouseHID
Try it with vvvv, the visual live-programming environment for .NET
Download: http://visualprogramming.net### License
### [MIT](https://github.com/bj-rn/VL.Devices.SpaceMouseHID/blob/master/LICENSE)