Nikita Krasnov
04/14/2025, 1:12 PMimport org.jetbrains.skia
import org.jetbrains.skiko
As I understand it, Skia is a C++ library, and Skiko is Kotlin bindings for Skia. But what is org.jetbrains.skia
? Even after looking at sources I still don't quite get it.Jacob Applin
04/14/2025, 1:13 PMChrimaeon
04/14/2025, 1:18 PMChrimaeon
04/14/2025, 1:19 PMa
and an ko
😉Nikita Krasnov
04/14/2025, 1:22 PMSkia: https://skia.org
skiko: https://github.com/JetBrains/skikoDuh, obviously. From more practical point of view. Skia is a C++ library while Skiko is Kotlin bindings for it. But I have no idea what is
org.jetbrains.skia
(even after looking at sources).ephemient
04/14/2025, 1:45 PMThomas
04/14/2025, 2:44 PMThomas
04/14/2025, 2:46 PMephemient
04/14/2025, 2:51 PMorg.jetbrains.skia
. it's still Skiko.Nikita Krasnov
04/14/2025, 2:53 PMNikita Krasnov
04/14/2025, 2:59 PMlinuxMain
. And there is nothing about it in the README.Thomas
04/14/2025, 3:04 PMThomas
04/14/2025, 3:05 PM