[cairo-commit] [cairo-www] src/examples.mdwn
Bryce Harrington
bryce at freedesktop.org
Mon Apr 20 17:50:05 PDT 2015
src/examples.mdwn | 8 ++++++++
1 file changed, 8 insertions(+)
New commits:
commit 618e9eb62cf9cf9e73b94c64c81ee0fec2f51c37
Author: Bryce Harrington <bryce at osg.samsung.com>
Date: Mon Apr 20 17:49:46 2015 -0700
Add mention of charting library and another canvas lib attempt
diff --git a/src/examples.mdwn b/src/examples.mdwn
index 62d02ec..39331d8 100644
--- a/src/examples.mdwn
+++ b/src/examples.mdwn
@@ -136,6 +136,8 @@ GUI demo.
* [Smrender][73], A Rule-based Renderer for OSM Data
+ * [slope][74], a C charting library
+
# GTK Cairo canvas: plans, experiments, interest
* [Gaphas](http://gaphor.devjavu.com/wiki/Subprojects/Gaphas) is a canvas
@@ -191,6 +193,9 @@ GUI demo.
fully written in Python for represent composite vector graphics. This
is essentially a GTK+ Cairo based canvas.
+ * [ProjectRidley][75] was another attempt at a canvas, and includes a
+ [list of other canvas-writing attempts][76].
+
[28]: http://libpapyrus.sourceforge.net/
[30]: http://matplotlib.sourceforge.net/
[31]: http://bettercom.de/de/pycairochart
@@ -234,3 +239,6 @@ GUI demo.
[71]: https://bugzilla.mozilla.org/show_bug.cgi?id=322938
[72]: http://code.google.com/p/sanaviron
[73]: http://www.abenteuerland.at/smrender
+ [74]: https://github.com/elvismt/slope
+ [75]: https://wiki.gnome.org/Attic/ProjectRidley/CanvasOverview
+ [76]: https://wiki.gnome.org/Attic/ProjectRidley/CanvasOverview/Canvases
More information about the cairo-commit
mailing list