HughJeffner / FFRK-LabMem

Highly customizable FFRK Labyrinth Bot
MIT License
10 stars 4 forks source link

Cross-platform compatibility #127

Open HughJeffner opened 2 years ago

alextcl commented 2 years ago

You will probably struggle with SharpAdbClient package, with reliant on .Net Framework standard

HughJeffner commented 2 years ago

Been looking more into this and seems like the GUI is going to be an issue. If I'm understanding correctly, Winforms is not available outside of Windows OS unless I either use Mono or .NET 6

So I think the logical choice is to attempt to port to .NET 6.

It looked like sharpadbclient had a .netstandard target when I viewed it in the package manager, but I haven't tried it yet.

HughJeffner commented 2 years ago

Going to be targeting .net 5 for the 8.0 release with Avalonia UI for the GUI

Things that need to be worked on: