LAMP-Platform / LAMP

Feature-rich editor for the GameBoy game Metroid II: Return of Samus
MIT License
13 stars 2 forks source link

Cross platform #12

Open Miepee opened 2 years ago

Miepee commented 2 years ago

Currently YAM2E is not cross platform. This would require redoing the UI in Eto/Avalonia or another cross platform GUI framework.

ConConner commented 2 years ago

no

Miepee commented 2 years ago

Yes is an issue nonetheless. Priority to not fix does not make it a non-issue.

H-A-M-G-E-R commented 1 year ago

have to port the designer to MAUI

https://github.com/dotnet/maui

Miepee commented 1 year ago

Microsoft MAUI is not fully cross platform, as it does not work on Linux. I'd suggest either picoe/Eto, or Avalonia. Avalonia probably being easier at the cost of not looking like a native application.

H-A-M-G-E-R commented 1 year ago

use gtk# winforms is bad

ConConner commented 1 year ago

Good idea Maybe you can do it yourself and fork the project

H-A-M-G-E-R commented 1 year ago

avalonia better

Miepee commented 1 year ago

Since this discussion leads to nowhere, I'll lock this issue to contributors. Yes, cross platform is currently an issue, but spamming different toolkits all the time does not lead to a solution. As Connor said, if you really need it urgently on non-Windows, fork it and submit a PR.