Skia is an open source 2D graphics library which provides common APIs that work across a variety of hardware and software platforms.
It serves as the graphics engine for Google Chrome and Chrome OS, Android, Mozilla Firefox and Firefox OS, and many other products.
Skia is sponsored and managed by Google, but is available for use by anyone under the BSD Free Software License. While engineering of the core components is done by the Skia development team, we consider contributions from any source.
skia provides CMake targets:
find_package(unofficial-skia CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::skia::skia)
# Similar for optional components, e.g. unofficial::skia::modules::skparagraph
AVIF support
dawn support for skia
Direct3D support for skia
Support for DNG files
Fontconfig support
Freetype support
OpenGL support for skia
Graphite support
Harfbuzz support
Use icu.
Jpeg support
Metal support for skia
PDF backend
PNG support
Vulkan support for skia
WebP support
v144#0
!(windows & arm32) & !mingw
BSD-3-Clause
Manifest