Home > Back-end >  skiasharp vs skiashar.views xamarin
skiasharp vs skiashar.views xamarin

Time:09-22

I need to use skiasharp in xamarin forms or android. I found two nugets. Which of them should i use?

CodePudding user response:

Probably both packages. The SkiaSharp.Views package contains Views/Widgets ready to use, instead of having to set up GL contexts etc.

SkiaSharp.Views depends on SkiaSharp.

  • Related