[cairo-commit] [cairo-www] src/animationrotation.mdwn
Carl Worth
cworth at freedesktop.org
Mon Nov 26 02:08:35 PST 2007
src/animationrotation.mdwn | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
New commits:
commit 998d6972c2e16bb2bb57f6a445054957fc6002e6
Author: Donn <donn.ingle at gmail.com>
Date: Mon Nov 26 02:08:34 2007 -0800
typo
diff --git a/src/animationrotation.mdwn b/src/animationrotation.mdwn
index d774710..f0b4938 100644
--- a/src/animationrotation.mdwn
+++ b/src/animationrotation.mdwn
@@ -1,6 +1,8 @@
-## A pyCairo/PyGTK animation framework showing (gasp) a square rotating around an arbitrary point
+## A pyCairo/PyGTK animation framework
-This is two things. First it's a nice little framework that gives "life" to a function so that animation becomes possible. If you want stuff to be drawn again and again with little changes, this is a good start. (I'd love to see other solutions).
+There are two demos now, the first shows (gasp) a square rotating around an arbitrary point. Scroll down for the second one which is longer and a bit more interesting.
+
+This demo is two things: First it's a nice little framework that gives "life" to a function so that animation becomes possible. If you want stuff to be drawn again and again with little changes, this is a good start. (I'd love to see other solutions).
Secondly it shows how to rotate a "shape" (set of cairo commands) around any given ( x, y ) point.
I tried to comment it thoroughly, so it will 'splain itself.
More information about the cairo-commit
mailing list