CertainLach / VivePro2-Linux-Driver

SteamVR driver for VivePro2 on Linux
GNU General Public License v2.0
64 stars 8 forks source link

Getting rid of wine dependency #25

Open CertainLach opened 8 months ago

CertainLach commented 8 months ago

There is multiple options:

  1. Using steam's proton, instead of requiring wine to present in system Done! That's not perfect, but it already works better for everyone.
  2. Using loadlibrary: https://github.com/taviso/loadlibrary (doesn't work out-of-the-box, some changes are required)
  3. Finishing and using https://github.com/CertainLach/chimera (partially works, not yet production-ready)