You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it maybe on the roadmap to bring Skija to Android?
I know that Skia is natively used in Android behind android.graphics but being realistic: It it usually outdated, and providing inconsistent APIs. 😞 I want to get consistent rendering across Android versions (and also the other platforms I am targeting). From this perspective it would be great to have a Skija targeting Android. 🎉
JNI is a first class citizen in Android with the NDK. So I guess it would be mostly a matter of setting up the build environment than actually developing something additionally.
The text was updated successfully, but these errors were encountered:
Did this ever get any traction ?
I agree with @Danielku15 that it would be great to use latest Skija on Android, especially if it could give developers the option to use some accelerated features in older Android versions where Google lagged considerably.
Is it maybe on the roadmap to bring Skija to Android?
I know that Skia is natively used in Android behind
android.graphics
but being realistic: It it usually outdated, and providing inconsistent APIs. 😞 I want to get consistent rendering across Android versions (and also the other platforms I am targeting). From this perspective it would be great to have a Skija targeting Android. 🎉JNI is a first class citizen in Android with the NDK. So I guess it would be mostly a matter of setting up the build environment than actually developing something additionally.
The text was updated successfully, but these errors were encountered: