From: Carl Worth Date: Tue, 28 Aug 2007 07:59:13 +0000 (-0700) Subject: Add comment attributing Rebecca's original animation and development history X-Git-Url: https://git.cworth.org/git?p=xoboot;a=commitdiff_plain;h=d6020ec567d81d2f3dfdca2c611709fe33c028b5 Add comment attributing Rebecca's original animation and development history --- diff --git a/xoboot.c b/xoboot.c index 2d7fe96..91a6d1c 100644 --- a/xoboot.c +++ b/xoboot.c @@ -19,6 +19,23 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA." */ +/* This is simply a proof-of-concept for using cairo to implement a + * design idea for an OLPC boot-time animation. The animation here is + * implemented to mimic an animation originally provided as a + * Quicktime movie by Rebecca Allen . + * + * So far, this animation has been developed exclusively on an x86 + * laptop with GTK+ targeting the X Window System. No guarantees are + * provided as to how this might perform on an OLPC XO machine. What's + * likely desired is to write the application to use cairo image + * surfaces, and augment cairo to support targeting the XO's 565 image + * format directly. + * + * And obviously, to serve as a real boot-time animation, code will + * have to be written to advance the animation according to various + * system events, instead of using the hard-coded timeline below. + */ + #include #include #include