Hi,
I created my own implementation of a crossplatform SpaceMouse/SpaceNavigator driver.
It uses the HID-API interface for cross platform support. This means this will work without the 3D Connexxion drivers on Linux, Windows and Mac OS and many more.
I would like to help people to integrate support into their application using my code.
https://github.com/koen-github/Crosspla ... ouseDriver
I hope people can use it!
Kind regards,
Koen
Crossplatform SpaceNavigator driver
Moderator: Moderators
Re: Crossplatform SpaceNavigator driver
This is very interesting to me, can you elaborate? Does this offer the full set of functionality using the official SpaceMouse libraries will or does it handle a subset?
I gather this is meant to be built with qmake but a sample build invocation in the README would be helpful.
I gather this is meant to be built with qmake but a sample build invocation in the README would be helpful.
Re: Crossplatform SpaceNavigator driver
Also I notice that on my mac there is a SpaceMouse app that allows me to configure the SpaceMouse. It lets me do things like swap axes. Will your code correctly take advantage of these configuration options? Or will you bypass it because you are sniffing raw HID messages…?