rabbit-ear-0.1.zip (327 kb) YOUR FIRST APP A typical new project workflow might begin by copying the "empty" folder in "sketches". var origami = new OrigamiPaper("canvas"); // event handlers for touch input origami.onMouseDown = function(event){ } origami.onMouseUp = function(event){ } origami.onMouseMove = function(event){ } origami.onMouseDidBeginDrag = function(event){ } // the animation functi