Triky313 / AlbionOnline-StatisticsAnalysis

A tool with many features for the game Albion Online
https://triky313.github.io/AlbionOnline-StatisticsAnalysis/
GNU General Public License v3.0
327 stars 102 forks source link

GNU/Linux binary, build instructions? #75

Closed mashu closed 2 years ago

mashu commented 2 years ago

Hi,

AlbionOnline is also a game that runs natively on GNU/Linux. Would you provide a static GNU/Linux binaries or build instructions?

Triky313 commented 2 years ago

WPF cannot currently be used for Linux. In addition, I would have to update the .net framework to at least 5.0. Then there are countless references to other projects that are not yet running on Linux.

Maybe MAUI would soon be a solution, but I have to read it first.

It will probably not come to that in the foreseeable future. I will look for more good solutions, but the effort is just too big at the moment.

Triky313 commented 2 years ago

I took a look and Avalonia would be one way of tackling the whole thing. It's definitely a big hassle, but I'll add that to my list.

Tyrben commented 2 years ago

I trigger on updating to .NET 5.0 for the same subject: being able to compile and use it on Linux (5% of the gamers). This looks a better idea than rewriting for Mono. (Also, using it under Wine is quite impossible above .net 4.5.)

Triky313 commented 2 years ago

WPF cannot be started under Linux, we will probably not be able to avoid having to rewrite the tool.

Tyrben commented 2 years ago

And now, since .NET 5 ? Has it changed?

Triky313 commented 2 years ago

I will have to switch from WPF to Avalonia for this. Unfortunately, the whole project is affected, so it's a huge task. I can't tell you when it's coming.