Rybadour / Foreman

Visual planning tool for the game Factorio
Other
21 stars 7 forks source link

Port to NetCore (for xplat) #20

Open admalledd opened 4 years ago

admalledd commented 4 years ago

I am not 100% sure, since I am just quickly reading source code and not digging into exact bits as much as I would want before filing this, (may edit more later after feedback) but it seems you aren't intrinsically using anything that can't work on netcore3+ besides WinForms for UI so that Linux (and maybe other?) users can also use the application.

I might take a stab at a number of the first few steps sometime in the next few weeks via PRs, for me the killer will be UI work. Never been very good at that since I work systems stuff.

Things to do

Rybadour commented 4 years ago

Awesome! Sounds like the main reason for this conversion is to support Linux users?

What is Xplat? A totally different UI layer?

admalledd commented 4 years ago

Yes, this is primarily because I want to try this, and I am on Linux :D

Xplat --> x-platform --> cross-platform. I used some terms that I am far more familiar with a bit since I was quickly writing this up while waiting for my work IDE debugger to hit a deep breakpoint. Sorry about that. Generally used as a term when there is more than one, although since this would be basically "just windows/linux" at the end of this, maybe xplat doesn't apply as nicely for this. I'll edit a bit.