<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
 <channel>
  <title>glyf: construct</title>
  <link>http://www.glyfconstruct.com</link>
  <description>interactive actionscript constructions.</description>
  <lastBuildDate>Thu, 04 Jan 2008 01:00:00 GMT</lastBuildDate>
  <generator>ListGarden Program 1.3.1</generator>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  
  <item>
   <title>ge(o)m4</title>
   <link>http://www.glyfconstruct.com</link>
   <description>&lt;img src=&quot;http://www.glyfconstruct.com/images/geom40.png&quot; alt=&quot;geom40.png&quot; width=&quot;150&quot; height=&quot;120&quot; /&gt;
   &lt;img src=&quot;http://www.glyfconstruct.com/images/geom41.png&quot; alt=&quot;geom41.png&quot; width=&quot;150&quot; height=&quot;120&quot; /&gt;
   &lt;br /&gt;
ge(o)m4 manipulates an array of dots on the screen according to the periodic values of the sine, cosine and tangent functions. the combination of a single sine and cosine function mapped to the vertical and horizontal positions of the dots will produce a simple circle with the proper period. here, multiple functions are added together to acheive the complexity of the shapes seen. the x and y position of the mouse affects the period of two of the functions in some of the versions. 
</description>
   <pubDate>Wed, 23 Jan 2008 01:00:00 GMT</pubDate>
   <guid isPermaLink="false">ge(o)m4</guid>
  </item>
  
   <item>
   <title>ge(o)m3</title>
   <link>http://www.glyfconstruct.com</link>
   <description>&lt;img src=&quot;http://www.glyfconstruct.com/images/geom30.png&quot; alt=&quot;geom30.png&quot; width=&quot;150&quot; height=&quot;120&quot; /&gt;
   &lt;img src=&quot;http://www.glyfconstruct.com/images/geom31.png&quot; alt=&quot;geom31.png&quot; width=&quot;150&quot; height=&quot;120&quot; /&gt;
   &lt;br /&gt;
ge(o)m3 manipulates an array of dots on the screen according to the periodic values of the sine and cosine functions. the combination of a single sine and cosine function mapped to the vertical and horizontal positions of the dots will produce a simple circle with the proper period. here, multiple functions are added together to acheive the complexity of the shapes seen. the x and y position of the mouse affects the period of two of the functions. 
</description>
   <pubDate>Thu, 04 Jan 2008 01:00:00 GMT</pubDate>
   <guid isPermaLink="false">ge(o)m3</guid>
  </item>
  
  <item>
   <title>garden</title>
   <link>http://www.glyfconstruct.com</link>
   <description>&lt;img src=&quot;http://www.glyfconstruct.com/images/garden0.png&quot; alt=&quot;garden0.png&quot; width=&quot;150&quot; height=&quot;120&quot; /&gt;
   &lt;img src=&quot;http://www.glyfconstruct.com/images/garden1.png&quot; alt=&quot;garden1.png&quot; width=&quot;150&quot; height=&quot;120&quot; /&gt;
   &lt;br /&gt;
garden generates 'flowers' based on the distribution patterns of the succulent ornamental plant known as "hens and chicks" (image). placement is both random and determined. flowers do not overlap, and placement and size are calculated so that smaller flowers fill in the unoccupied space. version 1 and 2 take input from the x position of the mouse that adjusts the width of the 'pedals.' 
</description>
   <pubDate>Wed, 28 Nov 2007 01:00:00 GMT</pubDate>
   <guid isPermaLink="false">garden</guid>
  </item>
   
  <item>
   <title>flyingShuttle</title>
   <link>http://www.glyfconstruct.com</link>
   <description>&lt;img src=&quot;http://www.glyfconstruct.com/images/flyingShuttle0.png&quot; alt=&quot;flyingShuttle20.png&quot; width=&quot;150&quot; height=&quot;120&quot; /&gt;
   &lt;img src=&quot;http://www.glyfconstruct.com/images/flyingShuttle1.png&quot; alt=&quot;flyingShuttle1.png&quot; width=&quot;150&quot; height=&quot;120&quot; /&gt;
   &lt;br /&gt;

flyingShuttle generates a number of &quot;X&quot; shapes around the circumfrence of a circle. The shapes travel around the circumfrence at varying rates according to the order of their placement. The horizontal mouse position changes the rate and direction of travel.</description>
   <pubDate>Mon, 26 Nov 2007 18:07:11 GMT</pubDate>
   <guid isPermaLink="false">flyingShuttle</guid>
  </item>
   
  <item>
   <title>phaSing2</title>
   <link>http://www.glyfconstruct.com</link>
   <description>&lt;img src=&quot;http://www.glyfconstruct.com/images/phaSing20.png&quot; alt=&quot;phaSing20.png&quot; width=&quot;150&quot; height=&quot;120&quot; /&gt;
   &lt;img src=&quot;http://www.glyfconstruct.com/images/phaSing21.png&quot; alt=&quot;phaSing21.png&quot; width=&quot;150&quot; height=&quot;120&quot; /&gt;
   &lt;br /&gt;

phaSing2 constructs a grid of points and generates a second set of points which each orbit around each point on the grid at varying rates dependent upon the order of their placement. The radius of each orbit is shifted according to the horizontal position of the mouse. Lines or circles of different colors are drawn between the orbiting points based on the changing distances between them. </description>
   <pubDate>Mon, 17 Sep 2007 18:07:11 GMT</pubDate>
   <guid isPermaLink="false">phaSing2</guid>
  </item>
  
  <item>
   <title>ge(o)m2</title>
   <link>http://www.glyfconstruct.com</link>
   <description>&lt;img src=&quot;http://www.glyfconstruct.com/images/geom20.png&quot; alt=&quot;geom20.png&quot; width=&quot;150&quot; height=&quot;120&quot; /&gt;
   &lt;img src=&quot;http://www.glyfconstruct.com/images/geom21.png&quot; alt=&quot;geom21.png&quot; width=&quot;150&quot; height=&quot;120&quot; /&gt;
   &lt;br /&gt;

ge(o)m2 distributes a number of points at increasing distances from the center with orbits whose speed increases based on their distance from the center. Lines of different colors are drawn between the points based on the changing distances between them. In .v1, the speed of orbit is multiplied by the horizontal position of the mouse, and the distance of the points from the center changes with the vertical position. </description>
   <pubDate>Mon, 17 Sep 2007 18:07:01 GMT</pubDate>
   <guid isPermaLink="false">geom2</guid>
  </item>
  
  <item>
   <title>ge(o)m</title>
   <link>http://www.glyfconstruct.com</link>
   <description>&lt;img src=&quot;http://www.glyfconstruct.com/images/geom0.png&quot; alt=&quot;geom0.png&quot; width=&quot;150&quot; height=&quot;120&quot; /&gt;
   &lt;img src=&quot;http://www.glyfconstruct.com/images/geom1.png&quot; alt=&quot;geom1.png&quot; width=&quot;150&quot; height=&quot;120&quot; /&gt;
   &lt;br /&gt;

ge(o)m distributes the midpoints of a number of Lines of equal length around the circumference of a circle. When activated, the lines are rotated at differing rates according to the order of their placement. Note: A bonus effect can be achieved with .v1 by maintaining a loose focus on the center of the structure for a number of minutes, then looking away at a distant object.  </description>
   <pubDate>Mon, 17 Sep 2007 18:07:01 GMT</pubDate>
   <guid isPermaLink="false">geom</guid>
  </item>
  
  <item>
   <title>phaSing</title>
   <link>http://www.glyfconstruct.com</link>
   <description>&lt;img src=&quot;http://www.glyfconstruct.com/images/phaSing0.png&quot; alt=&quot;phaSing0.png&quot; width=&quot;150&quot; height=&quot;120&quot; /&gt;
   &lt;img src=&quot;http://www.glyfconstruct.com/images/phaSing1.png&quot; alt=&quot;phaSing1.png&quot; width=&quot;150&quot; height=&quot;120&quot; /&gt;
   &lt;br /&gt;

phaSing generates a number of circles of a limited range of random colors into a grid arrangement. Circles are stretched vertically and horizontally according to the position of the mouse. When activated, the circles are rotated at differing rates according to their placement in the grid. </description>
   <pubDate>Mon, 17 Sep 2007 18:07:01 GMT</pubDate>
   <guid isPermaLink="false">phaSing</guid>
  </item>
  
  <item>
   <title>rttr</title>
   <link>http://www.glyfconstruct.com</link>
   <description>&lt;img src=&quot;http://www.glyfconstruct.com/images/rttr0.png&quot; alt=&quot;rttr0.png&quot; width=&quot;150&quot; height=&quot;120&quot; /&gt; &lt;br /&gt;
  

rt,tr takes a graphic and generates a number of copies with a range of transparency. When activated, these copies are rotated are rotated at differing rates. Movement of the mouse shifts the graphic and its copies while the axis of rotation remains stationary.</description>
   <pubDate>Mon, 17 Sep 2007 18:07:01 GMT</pubDate>
   <guid isPermaLink="false">rttr</guid>
  </item>
  
  <item>
   <title>OptiVAL</title>
   <link>http://www.glyfconstruct.com</link>
   <description>&lt;img src=&quot;http://www.glyfconstruct.com/images/optival0.png&quot; alt=&quot;optival0.png&quot; width=&quot;150&quot; height=&quot;120&quot; /&gt;
   &lt;img src=&quot;http://www.glyfconstruct.com/images/optival1.png&quot; alt=&quot;optival1.png&quot; width=&quot;150&quot; height=&quot;120&quot; /&gt;
   &lt;br /&gt;

OptiVAL generates a number of ovals in the center of the screen. Each oval is stretched and displaced differently according to the position of the mouse. </description>
   <pubDate>Mon, 17 Sep 2007 18:07:01 GMT</pubDate>
   <guid isPermaLink="false">optival</guid>
  </item>
                
 </channel>
</rss>
