]> git.cworth.org Git - xoboot/commitdiff
Add comment attributing Rebecca's original animation and development history
authorCarl Worth <cworth@cworth.org>
Tue, 28 Aug 2007 07:59:13 +0000 (00:59 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 28 Aug 2007 07:59:13 +0000 (00:59 -0700)
xoboot.c

index 2d7fe962b2026458ee27fde5b72933747f252132..91a6d1c375fd657cd277182417414ccd41fd73e9 100644 (file)
--- a/xoboot.c
+++ b/xoboot.c
  * 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 <rallen@arts.ucla.edu>.
+ *
+ * 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 <gtk/gtk.h>
 #include <cairo.h>
 #include <math.h>