LucidVR / lucidgloves

Arduino/ESP32 based DIY VR Haptic gloves. Compatible with SteamVR via OpenGloves.
MIT License
2.02k stars 259 forks source link

Linux support? #102

Open ARPavel22 opened 1 year ago

ARPavel22 commented 1 year ago

Hi, thank you for this big work!

Now im trying to compile your Steam VR driver for LINUX Platform. I have some succes. But need some work to move Windows functions like NAMED PIPE and othrer.

Maybe you or anyone Developer made it? IMG_20230526_153955

ARPavel22 commented 1 year ago

I managed! In general, I will answer my own question. Yes, open glove works on LINUX. Ubuntu 22.04. It only took to cut out all the extra stuff like bluetooth and serial and rewrite the pipe system.

ARPavel22 commented 1 year ago

IMG_20230531_120108_440

danwillm commented 1 year ago

Nice, feel free to open a PR to the opengloves repo with your changes!