200Tigersbloxed / HRtoVRChat_OSC

Stream your Heart Rate onto your VRChat avatar via. the use of OSC Avatar Parameters.

Home Page:https://hrtovrchat.fortnite.lol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux and MacOS Support (.NET6)

200Tigersbloxed opened this issue · comments

Title says it all. Currently, HRtoVRChat_OSC runs on .NET Framework 4.8. While it should be able to run under wine, native support would be preferred. Switching to .NET6 would implement native Linux Support.

Support for the UI under Linux will not be supported, as WinForms is not meant for Linux. Wine might be able to run the UI, however, I don't recommend it, nor would I support it.

To-Do:

  • Replace Thread.Abort() with CancellationTokenSources

Didn't know this until now, but this will also implement MacOS support. Assuming that you can run VRChat on MacOS with Wine...

Implemented in v1.4.0