언어 설정

Menu
Sites
Language
Something like SkiaSharp?

Hi Folks,

 

What are my options to do 2D-Graphics in c# / Xamarin? Is SkiaSharp availiable, planned?

Can I do it native? Bindings to cairo?

 

Thanks for your answers,

Hardy.

Responses

2 댓글
Armaan-Ul- Islam

SkiaSharp being a cross-platform 2D graphics API for .NET platforms Supports Xamarin.Forms. SkiaSharp provides a PCL and platform-specific bindings, There's a chance that Tizen Devices may support SkiaSharp by deafult.

Additional Info: May try Platform-specific binding for .NET Core.

Hardy Smith

Hi Armaan,

Thank you to point out that there is a PCL Version of SkiaSharp. I was to fixed to the native implementations.

I'll give it a try and give feedback here in the forum if it works or not.