jsuarezruiz / AlohaKit.Controls

A set of .NET MAUI drawn controls.
MIT License
410 stars 46 forks source link

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

Open jsuarezruiz opened 1 year ago

jsuarezruiz commented 1 year ago

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

vhugogarcia commented 1 year ago

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

jsuarezruiz commented 1 year ago

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.