Skip to content

coldtype/skia-python-m87

This branch is 349 commits behind kyamagu/skia-python:main.

Folders and files

NameName
Last commit message
Last commit date
Nov 2, 2023
Jun 9, 2020
Aug 26, 2022
Jun 24, 2020
Dec 2, 2023
Dec 4, 2023
Dec 1, 2023
Nov 2, 2023
Dec 4, 2023
Dec 4, 2023
Nov 17, 2020
Mar 19, 2020
Apr 1, 2020
Dec 4, 2023
Aug 7, 2021
Dec 4, 2023

Repository files navigation

Skia python binding

CI PyPI version

Python binding to Skia Graphics Library.

Install

Binary package is available on PyPI:

pip install skia-python

Supported platforms: Python 3.7-3.12 (CPython) on

  • Linux x86_64, aarch64
  • macOS x86_64, arm64
  • Windows x86_64

For Linux platforms, there must be OpenGL and fontconfig installed:

apt-get install libfontconfig1 libgl1-mesa-glx libgl1-mesa-dri

Or:

yum install fontconfig mesa-libGL mesa-dri-drivers

For unsupported environment, check the build instruction.

Examples

Documentation

https://kyamagu.github.io/skia-python

Contributing

Feel free to post an issue or PR.

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 52.7%
  • C++ 39.1%
  • Python 8.1%
  • Shell 0.1%