Software:Skia Graphics Engine
Original author(s) | Skia Inc. |
---|---|
Developer(s) | |
Written in | C++ |
Operating system | Android, iOS, Linux, macOS, Windows |
Type | Graphics library |
License | New BSD License |
Website | skia skia |
The Skia Graphics Engine or Skia is an open-source 2D graphics library written in C++. Skia abstracts away platform-specific graphics API (which differ from one to another).[1] Skia Inc. originally developed the library; Google acquired it in 2005,[2] and then released the software as open source licensed under the New BSD free software license in 2008.
Overview
In order to stay multi-platform, Skia supports several (platform-dependent) back-ends. These include:
- CPU software rasterization
- Portable Document Format (PDF) output
- GPU-accelerated rendering by using:[3]
- Scalable Vector Graphics (SVG)
- XPS
Skia is most similar in purpose to Cairo or Pathfinder (meaning that it focuses on drawing) rather than to other more elaborate APIs like that one of Qt that provide their own widgets and UI description language etc.[4]
Application
The library is used (As of 2021 ) in Google Chrome, ChromeOS, ChromiumOS, Mozilla Firefox, Mozilla Thunderbird, Android, Firefox OS, Flutter,[5] Avalonia (from Alpha 4) and LibreOffice (from version 7.0).
Supported platforms
- Windows 7, 8, 8.1, 10
- macOS 10.10.5 or later
- iOS 8 or later
- Android 4.1 (JellyBean) or later
- Ubuntu 14.04+, Debian 8+, openSUSE 13.3+, or Fedora Linux 24+
- Web Browsers[6]
Etymology
Skia is a romanisation of the word 'shadow' in Greek (Σκιά).
History
Skia Inc, developers of the Skia Graphics Engine, was founded in 2004 by Mike Reed and Cary Clark in Chapel Hill North Carolina, before being acquired by Google in 2005.[7]
See also
- Direct2D
- Starling Framework
- Anti-Grain Geometry
- CoreGraphics
- Cairo
- QuickDraw GX
References
- ↑ "Skia Graphics Library". https://skia.org.
- ↑ Malik, Om (2 Sep 2008). "Google Open Sources Skia Graphics Engine". gigaom. http://gigaom.com/2008/09/02/google-open-sources-skia-graphics-engine/.
- ↑ "Specialized Builds" (in en). https://skia.org/docs/user/special/.
- ↑ "The Skia 2D Graphics Library From Google - Phoronix". https://www.phoronix.com/scan.php?page=news_item&px=OTM0Mw.
- ↑ "Skia Documentation". https://skia.org/docs/.
- ↑ "CanvasKit - Skia + WebAssembly". https://skia.org/docs/user/modules/canvaskit/.
- ↑ "Inside Google's Chapel Hill outpost: A growing success story | WRAL TechWire" (in en-US). 2017-05-24. https://www.wraltechwire.com/2017/05/24/inside-googles-chapel-hill-outpost-a-growing-success-story/.
External links
YouTube
- Google Developers: Painting in Chromium, 2012 on YouTube
Original source: https://en.wikipedia.org/wiki/Skia Graphics Engine.
Read more |