Search found 2 matches

by koenieee
Wed Aug 02, 2017 5:11 am
Forum: Developer's Forum for UNIX and Linux
Topic: SpaceNavigator on linux running Qt 5.7.0
Replies: 1
Views: 50545

Re: SpaceNavigator on linux running Qt 5.7.0

Sisira, I also had issues integrating the spacemouse into Qt. That's why I decided to write my own cross platform driver using HID-api. You can find more information in this topic: http://www.3dconnexion.com/forum/viewtopic.php?f=21&t=33544 It's easily integratble in your own application, just l...
by koenieee
Wed Aug 02, 2017 5:09 am
Forum: Developer's Forum for UNIX and Linux
Topic: Crossplatform SpaceNavigator driver
Replies: 3
Views: 55864

Crossplatform SpaceNavigator driver

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