[cairo] Some Cairo Examples

Lawrence D'Oliveiro ldo at geek-central.gen.nz
Sun Apr 12 15:20:26 PDT 2015


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.


More information about the cairo mailing list