justvanrossum / skia-python

Python binding to Skia Graphics Library

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skia python binding

Build and test PyPI version

Python binding to Skia Graphics Library.

Currently, the binding is under active development.

Install

Binary package is available on PyPI:

pip install skia-python

Supported platforms:

  • Linux x86_64
  • macOS
  • 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.

About

Python binding to Skia Graphics Library

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 55.1%Language:C++ 37.7%Language:Python 7.2%