You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will either be using Maui or Xamarin.
Xamarin appears to be more stable, although its support is ending in May. Both platforms have official support for SkiaSharp.
The text was updated successfully, but these errors were encountered:
I will be most likely going for Maui, although other graphical libraries like SDL could potentially work. The native abilities of Maui seem like they could prove useful.
Additionally, I will be migrating the SDL platform along with any 'extra' platforms to a separate project, under a separate nuget package.
We have to also consider multi-finger input, which would probably consist of some changes to the InputContext (convert MousePosition to an array, eg. MousePositions, with MousePosition pointing towards MousePositions[0])
We will either be using Maui or Xamarin.
Xamarin appears to be more stable, although its support is ending in May. Both platforms have official support for SkiaSharp.
The text was updated successfully, but these errors were encountered: