About Linux and MacOS #52
maximmax42
started this conversation in
General
Replies: 2 comments 1 reply
-
Wine doesn't work on this. The app crashes on startup with Wine error. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Wine works for me, just cant detect discord. says "connection failed (is discord running). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
TL;DR There won't be Linux or MacOS version (for the foreseeable future), but you can try using Wine/Lutris. Or you can use another tool by ThatOneCalculator.
Now for the longer explanation. The app is written in C# using a library called Windows Forms. As the name suggests, it's a Windows only library. There are cross-platform libraries in C#, but they all follow an MVVM pattern that I'm not familiar with. In the future I might move the project to one of those, because in addition to not being cross-platform, WinForms is a pain in the ass to customize properly. Implementing dark mode was a huge pain, and some of the elements aren't allowed to be colored in properly. But I can't give any promises on when I would be able to migrate the app.
Beta Was this translation helpful? Give feedback.
All reactions