Use Skia as the rendering engine in a cross-platform application that needs consistent 2D drawing across operating systems.
Contribute to or fork Skia to add custom drawing capabilities for an embedded or desktop platform.
Building Skia from source requires platform-specific steps documented at skia.org, the repository README provides no setup guidance.
Skia is a 2D graphics library from Google, written in C++. It provides the drawing capabilities that many well-known applications and platforms rely on underneath: Chrome, Android, Flutter, and Firefox all use Skia to render text, shapes, images, and other visual content on screen. The README in this repository is minimal. It states that Skia handles drawing text, geometric shapes, and images, and points to the project's main website at skia.org for documentation and build instructions. No further detail is provided in the README itself.
← google on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.