AlohaKit.Controls
AlohaKit.Controls copied to clipboard
Allow to choose if use native drawn APIs or SkiaSharp to draw
trafficstars
Allow to choose if use native drawn APIs or SkiaSharp to draw in AlohaKit UI.
Just for curiosity! Is there any performance impact if we choose Skia against Native? :)
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.