1--- 2title: About Skia 3linkTitle: About 4menu: 5 main: 6 weight: 10 7--- 8 9{{< blocks/cover title="About Skia" image_anchor="bottom" height="min">}} 10 11 <p class="h3 mt-5"> 12 Skia is an open source 2D graphics library which provides common APIs that 13 work across a variety of hardware and software platforms. It serves as the 14 graphics engine for Google Chrome and ChromeOS, Android, Flutter, and many 15 other products. Skia is sponsored and managed by Google, but is available 16 for use by anyone under the BSD Free Software License. While engineering of 17 the core components is done by the Skia development team, we consider 18 contributions from any source. 19 </p> 20{{< /blocks/cover>}} 21 22{{< blocks/section color="primary">}} 23 24 {{< blocks/feature icon="fa-lightbulb" title="Supported Platforms" >}} 25 <p class=h4> 26 Windows 10, 11<br> 27 macOS 10.15 or later<br> 28 iOS 12 or later<br> 29 Android 4.3 (JellyBean) or later<br> 30 Ubuntu 18.04+, Debian 10+, openSUSE 15.2+, or Fedora Linux 32+ 31 </p> 32 33 {{< /blocks/feature >}} 34 35 36 {{< blocks/feature icon="fas fa-envelope-square" title="Subscribe" 37 url="https://groups.google.com/forum/#!forum/skia-discuss" >}} 38 <p class=h4> 39 Join the mailing list to keep up to date. 40 </p> 41 {{< /blocks/feature >}} 42{{< /blocks/section>}} 43