Waterdish / ARCore-VR-Controller

A 6DOF client for your android device that sends its data to SteamVR for use as a controller.
18 stars 2 forks source link

Feature request: Linux support #2

Open Meister1593 opened 1 year ago

Meister1593 commented 1 year ago

So far i noticed that entire code have only one reference to windows api and it's not even entirely functional one

Shoudn't be too hard to make support for Linux, but it would require making Make/CMake scripts. Examples for driver on linux can be found in ATT project (full linux support).

Waterdish commented 1 year ago

So this project actually uses winsock for the networking which is built into windows. It wouldn't be too hard to make a Linux version, I just don't have a Linux machine handy so stuff like that is hard to test in real time for me. A virtual machine would work, but doubt that'd run SteamVR with any speed. But I'll still look into it for the future.