[cairo-commit] [cairo-www] src/bindings.mdwn
Bryce Harrington
bryce at freedesktop.org
Thu May 28 12:58:17 PDT 2015
src/bindings.mdwn | 7 +++++++
1 file changed, 7 insertions(+)
New commits:
commit 1111539531d5d62d30a7ae93bf0c38dad14fccb5
Author: Bryce Harrington <bryce at osg.samsung.com>
Date: Thu May 28 12:57:59 2015 -0700
bindings: Add python_pixman wrapper lib
diff --git a/src/bindings.mdwn b/src/bindings.mdwn
index fbfc530..e2d28da 100644
--- a/src/bindings.mdwn
+++ b/src/bindings.mdwn
@@ -49,6 +49,11 @@ languages:
* [Vala][14]
+# Pixman Bindings
+
+ * Python : [python_pixman][17] is a high level pixel-manipulation
+ library ([examples][18])
+
# Toolkit Bindings
Since cairo is only a drawing library, it can be quite useful to
@@ -77,3 +82,5 @@ integrate it with a graphical user interface toolkit.
[14]: http://live.gnome.org/Vala
[15]: http://sourceforge.net/projects/cairoada/
[16]: http://www.dynaset.org/dogusanh/
+ [17]: https://github.com/ldo/python_pixman/
+ [18]: https://github.com/ldo/python_pixman_examples/
More information about the cairo-commit
mailing list