[cairo-commit] [cairo-www] src/bindings.mdwn
Bryce Harrington
bryce at freedesktop.org
Tue Dec 22 13:14:47 PST 2015
src/bindings.mdwn | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
New commits:
commit 6df850a9d74cc6e7ff998900d4a2c6b2ee28e403
Author: Lawrence D'Oliveiro <ldo at geek-central.gen.nz>
Date: Fri Dec 18 23:10:44 2015 +0000
more Python bindings
diff --git a/src/bindings.mdwn b/src/bindings.mdwn
index 7981877..154479d 100644
--- a/src/bindings.mdwn
+++ b/src/bindings.mdwn
@@ -33,7 +33,9 @@ languages:
* PHP : [[cairo-php]]
- * Python : [[pycairo]], [pycairo-3][19] branch with incomplete port to Python3
+ * Python : [[pycairo]], [pycairo-3][19] branch with incomplete port to Python3,
+ [qahirah][20] high-level Pythonic binding, [cairocffi][21] binding created with
+ CFFI, [pygobject][22] includes Cairo binding.
* Ruby : [[rcairo]]
@@ -85,3 +87,6 @@ integrate it with a graphical user interface toolkit.
[17]: https://github.com/ldo/python_pixman/
[18]: https://github.com/ldo/python_pixman_examples/
[19]: https://github.com/ldo/pycairo
+ [20]: https://github.com/ldo/qahirah
+ [21]: https://pythonhosted.org/cairocffi/
+ [22]: https://wiki.gnome.org/action/show/Projects/PyGObject
More information about the cairo-commit
mailing list