Difegue / Stylophone

A pretty cool™️ MPD client in .NET. Based on MpcNET.
https://tvc-16.science/stylophone-27.html
MIT License
135 stars 10 forks source link

Consider switching to .NET MAUI #74

Closed LeonarddeR closed 1 year ago

LeonarddeR commented 1 year ago

The new version of the .NET upgrade assistant has support for migration from Xamarin to .NET MAUI as well as from UWP to WinUI. This should make it possible to uniformize the Windows and iOS experience of the app as well as add support for other platforms (like Android).

Difegue commented 1 year ago

The upgrade assistant only supports going from Xamarin.Forms to MAUI (which is its direct successor)

The iOS version isn't built using Xamarin.Forms, but directly through Xamarin.iOS, which allows to me to directly use Interface Builder and stuff like that.

I did try using Forms first, but the result was kinda poor and I didn't care enough about android to go further with it 🤷