Re: Some Cairo Examples
Lawrence D'Oliveiro <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Organization | Geek Central |
| Message-ID | <[email protected]> |
On Sun, 12 Apr 2015 15:10:47 -0400, Anthony Walter wrote: > A nice explanation of animating graphics with easings: You might be interested in my anim_framework library <https://github.com/ldo/anim_framework>. This is a Python-based package for generating scripted animations, based around the concepts of “interpolators” and “draw procedures”. It makes heavy use of Python features like functions of functions returning functions. All the graphics are generated using Cairo. -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo