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
dawn support for skia
Direct3D support for skia
Fontconfig support
Freetype support
OpenGL support for skia
Graphite support
Harfbuzz support
Use icu.
Metal support for skia
Vulkan support for skia
v129#2
!(windows & arm32) & !mingw
Complex license
Manifest