[cairo-commit] [cairo-www] src/examples.mdwn

Bryce Harrington bryce at freedesktop.org
Wed Apr 22 17:40:33 PDT 2015


 src/examples.mdwn |   21 +++++++++++++++++++--
 1 file changed, 19 insertions(+), 2 deletions(-)

New commits:
commit f84c645d77e71b67b4602da539ae9b413dd8e76a
Author: Bryce Harrington <bryce at osg.samsung.com>
Date:   Wed Apr 22 17:40:26 2015 -0700

    Add some animation links

diff --git a/src/examples.mdwn b/src/examples.mdwn
index 093ab22..b6ff65b 100644
--- a/src/examples.mdwn
+++ b/src/examples.mdwn
@@ -48,8 +48,6 @@ graphics as dynamic textures for OpenGL. You can check out with:
 Further examples regarding cairo, glitz and OpenGL are described on
 the [[cairo_and_OpenGL|OpenGL]] page.
 
-A multi-threaded animation tutorial with cairo and GTK+: [[threaded_animation_with_cairo]]
-
 A pycairo example showing how to use librsvg on windows: [[cairo_rsvg_and_python_in_windows]]
 
 A small physics / blob simulator using Cairo and SDL for
@@ -62,6 +60,25 @@ A quick demo showing how to use Cairo and XCB together.
 The [[Xlib]] page outlines using Cairo with just Xlib to make a simple
 GUI demo.
 
+
+# Animation
+
+A multi-threaded animation tutorial with cairo and GTK+: [[threaded_animation_with_cairo]]
+
+A nice [vector animated clock video](http://www.getlazarus.org/forums/viewtopic.php?f=18&t=40)
+
+An explanation of [animating graphics with
+easings](http://www.getlazarus.org/forums/viewtopic.php?f=18&t=39)
+
+The getting started with graphics
+[http://www.getlazarus.org/forums/viewtopic.php?f=18&t=35](tutorial)
+
+
+[anim_framework](https://github.com/ldo/anim_framework) is a framework
+for generating geometrical animations using Python, including some
+[examples](https://github.com/ldo/anim_framework_examples)
+
+
 # Toolkits based on cairo
 
   * Cairo support is integrated into the [GTK+](http://www.gtk.org)


More information about the cairo-commit mailing list