JetBrains / skija

Java bindings for Skia
Apache License 2.0
2.63k stars 127 forks source link

Outdated "Built with Skija" section? #147

Open 3xau1o opened 2 years ago

3xau1o commented 2 years ago

Jetpack Compose is mentioned as the first item on "Built with Skija", however according to Jetbrains Compose for Desktop uses Skiko:

Compose for Desktop is powered by our graphics library Skiko. By default, it uses an OpenGL-based renderer on macOS and Linux, and (now) a DirectX-based renderer on Windows.

Source: https://blog.jetbrains.com/kotlin/2021/02/jetpack-compose-for-desktop-milestone-3-released/

I can believe that there was a time where a Skija backend was used then moved to Skiko before launch. If this informantion is not accurate, i hope someone with more expertise to clarify, thanks.

tonsky commented 2 years ago

Skiko used to be based on Skija, not sure where it stands right now