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
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:
Thread.Abort()
withCancellationTokenSource
s