AlohaKit.Controls icon indicating copy to clipboard operation
AlohaKit.Controls copied to clipboard

Allow to choose if use native drawn APIs or SkiaSharp to draw

Open jsuarezruiz opened this issue 3 years ago • 2 comments
trafficstars

Allow to choose if use native drawn APIs or SkiaSharp to draw in AlohaKit UI.

jsuarezruiz avatar Nov 05 '22 12:11 jsuarezruiz

Just for curiosity! Is there any performance impact if we choose Skia against Native? :)

vhugogarcia avatar Nov 07 '22 20:11 vhugogarcia

Just for curiosity! Is there any performance impact if we choose Skia against Native? :)

There are differences. Mostly in specific cases. For example, rendering text is faster using Skia on Android etc.

jsuarezruiz avatar Jun 01 '23 09:06 jsuarezruiz