PatHightree / SpaceNavigator

SpaceNavigator driver for Unity3D
MIT License
173 stars 52 forks source link

Linux Support #58

Closed OmegaRogue closed 3 months ago

OmegaRogue commented 1 year ago

Is your feature request related to a problem? Please describe. My entire workflow is on Linux nowadays, but this doesnt work on linux

Describe the solution you'd like A linux implementation for this, based on https://github.com/FreeSpacenav/spacenavd

PatHightree commented 3 months ago

Linux was never an intended target platform for this project. That said, the package currently uses Unity's input system to interact with the device. This increases the likelyhood of the driver working on Linux (due to not using platform specific binaries anymore). But if it doesn't work under Linux, that's a bummer.

I'm not a Linux developer and I don't have the time/energy to spend time on another target platform.