DailyArenaDeckAdvisor icon indicating copy to clipboard operation
DailyArenaDeckAdvisor copied to clipboard

Mac/Linux Support (Command-Line Only)

Open jceddy opened this issue 4 years ago • 8 comments

This has two parts/approaches:

  1. It's possible this could be run via Wine, with users specifying the location that Arena running under Wine dumps the real-time log file in app.config. I have no idea how this works, but might be able to do some testing under a Linux VM at some point.

  2. I can create a command-line only version of the application that takes some parameters and dumps static text/html/other output files for the user to look at. I could implement that using .NET Core as an executable that can run natively on Linux (and Mac, too, I believe).

Just a note: There seem to be some projects for developing cross-platform GUI applications on top of .NET Core, but I don't know much about any of them.

jceddy avatar Aug 29 '19 15:08 jceddy