Hello, this might be a noob question, from what i'...
# compose-desktop
a
Hello, this might be a noob question, from what i've seen about compose is that uses
Skia
or
Skiko
to render UI, does anyone have an article that explains what is and how it works? just to learn about it, Thanks!
s
skiko is a kotlin wrapper on skia. it’s open source, so you can see what’s inside
o
don’t think there’s an article, but generally it is JNI wrapper to Skia functionality, while Skia is pretty well documented
a
Thanks for the info @solidogen, @olonho
r
Skia is an Open Source 2D rendering library that came from Android
We’ve been using it since the very first version of Android
It’s also used by Chrome for instance
a
Thanks @romainguy