<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SketchyGrid&#187; SketchyGrid</title>
	<atom:link href="http://www.sketchygrid.com/tag/axis/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sketchygrid.com/index</link>
	<description>Experiments in art, architecture, and urbanism.</description>
	<lastBuildDate>Sun, 29 Aug 2010 03:50:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Flocking:Birds and the Like Part 1</title>
		<link>http://www.sketchygrid.com/index/architecture/flockingbirds-and-the-like-part-1/</link>
		<comments>http://www.sketchygrid.com/index/architecture/flockingbirds-and-the-like-part-1/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 05:01:51 +0000</pubDate>
		<dc:creator>morrow.liam</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Axis]]></category>
		<category><![CDATA[Flocking]]></category>
		<category><![CDATA[Grasshopper]]></category>
		<category><![CDATA[Line Drawing]]></category>
		<category><![CDATA[Parametric]]></category>
		<category><![CDATA[Studio]]></category>

		<guid isPermaLink="false">http://www.sketchygrid.com/?p=189</guid>
		<description><![CDATA[Flocking is the subtle organization of part to part relationships. One of the most common examples of this is obviously flocks of birds, such as the starlings at Otmoor(see video after the break). Flocking in that case consists of a couple elements. The first being clustering of parts, so these parts are forming a spatial [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.sketchygrid.com/index/wp-content/uploads/Morrow-Liam-34.jpg"><img class="aligncenter size-large wp-image-552" style="border: 1px solid black;" title="Morrow, Liam 34" src="http://www.sketchygrid.com/index/wp-content/uploads/Morrow-Liam-34-400x258.jpg" alt="" width="400" height="258" /></a>
</p>
<p style="text-align: left;">Flocking is the subtle organization of part to part relationships. One of the most common examples of this is obviously flocks of birds, such as the starlings at Otmoor(see video after the break). Flocking in that case consists of a couple elements. The first being clustering of parts, so these parts are forming a spatial relationship of proximity. The next being a correspondence to average heading, each of those starlings not only react to the spatial field of the others, but also to the direction in which they are headed. The final element is a collection of average mass, this is almost a example of part to whole, except for the fact that it is less a reaction and more of a product generated by the first two rules. The starlings as a field of objects generate an emergent condition, the first two elements are a reaction, while the center of mass is something else entirely it is an emergent product generated through the complexity of the system.</p>
<p style="text-align: center;"><span id="more-189"></span></p>
<div style="text-align: center;">
<pre>A Flock of Starlings at Otmoor</pre>
</div>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/XH-groCeKbE&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/XH-groCeKbE&amp;hl=en&amp;fs=1&amp;" allowfullscreen="true"></embed></object></p>
<p style="text-align: left;">The challenge now is to generate an architecture from these systems and emergent qualities. After the initial analysis, it was important to generate an abstract system that could better explain the nuances of the system at work. The first step was creating an object, a boid, which is short for bird and droid. The first boids were developed by Craig Reynolds, for a quick history lesson visit his website, <a href="http://www.red3d.com/cwr/boids/">Craig Reynolds</a>. A boid is the perfect solution for this system as it is the most basic shape that shows direction. As explained in the first analysis, the boids must respond both to the proximity of others and the direction. The second part of the image below demonstrates how this was done, there is a circle drawn around the first boid which is double the width, this creates a proximity on which to work. The second step is to rotate the boid based on two conditions a comparison of the vector of the previous boid and the tangent of the proximity circle. For the first iteration this creates solely a perpendicular relationship, but the more iterations that occur the more the angle will vary. This emulates how as the pieces become more distant from the origin there is less control.</p>
<p style="text-align: center;"><a href="http://www.sketchygrid.com/index/wp-content/uploads/Morrow-Liam-35.jpg"><img class="aligncenter size-large wp-image-553" title="Morrow, Liam 35" src="http://www.sketchygrid.com/index/wp-content/uploads/Morrow-Liam-35-400x258.jpg" alt="" width="400" height="258" /></a></p>
<p style="text-align: left;">The next image demonstrates object avoidance and the most important part of the system. The new arc is generated similarly to the first circle, except that the portion of circle within the first has been removed in order to maintain object avoidance. This is essential because the next step involves a ratio to find the next boid location. The interesting thing about this is that as you adjust boid location at the origin, the ratios will remain, but the position generated will change. This is what creates the reactive system, each boid is reacting to the others.</p>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-547" title="Morrow-Liam-011" src="http://www.sketchygrid.com/index/wp-content/uploads/Morrow-Liam-0112-400x258.jpg" alt="" width="400" height="258" /></p>
<p style="text-align: left;">The following images explain in depth the system described above. The new location is reacting to a chosen ration and the rotation is once again a comparison of the vector from the previous boid and the tangent of the location on the arc. This system is repeated as needed.</p>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-549" title="Morrow-Liam-36" src="http://www.sketchygrid.com/index/wp-content/uploads/Morrow-Liam-362-400x258.jpg" alt="" width="400" height="258" /></p>
<p style="text-align: left;">I chose only three generation of boids in order to keep the system manageable, however in theory this system could be deployed ad infinitum. One of the final steps of the individual system was to prepare it for aggregation. It made sense to maintain the language of the system and continue the rules set forth.</p>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-550" title="Morrow-Liam-37" src="http://www.sketchygrid.com/index/wp-content/uploads/Morrow-Liam-372-400x258.jpg" alt="" width="400" height="258" /></p>
<p style="text-align: left;">Finally the system is aggregated together; and once again each of the individual spheres of influence are reacting to each other. Essentially creating flocks that react to other flocks. One of the most interesting things about this project is that it was accomplished within <a href="http://www.grasshopper3d.com/">grasshopper</a>, a plug-in for rhino. Grasshopper is a graphic system for coding within rhino, it however follows a very linear program logic. Referring back to the early analysis it is clear that flocking is anything but linear. Flocking would be more suited to a recursive language where there is some kind of conditional statement, such as:</p>
<pre style="text-align: center;">If(boids are too close)

Then(move boids so they are not close)

Otherwise(do nothing)</pre>
<p style="text-align: left;">This kind of conditional statement would be responsive to individual situations. It would loop continuously asking the question, are the boids too close, and when they are no longer in proximity it terminates itself. Grasshopper, however requires that as you build your system the, piece&#8217;s reaction is built in.</p>
<p style="text-align: center;">
<p style="text-align: center;"><img class="aligncenter size-large wp-image-551" title="Morrow-Liam-38" src="http://www.sketchygrid.com/index/wp-content/uploads/Morrow-Liam-382-400x258.jpg" alt="" width="400" height="258" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sketchygrid.com/index/architecture/flockingbirds-and-the-like-part-1//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Axial Architecture</title>
		<link>http://www.sketchygrid.com/index/uncategorized/axial-architecure/</link>
		<comments>http://www.sketchygrid.com/index/uncategorized/axial-architecure/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 22:49:31 +0000</pubDate>
		<dc:creator>morrow.liam</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Axis]]></category>
		<category><![CDATA[Corbusier]]></category>
		<category><![CDATA[House VI]]></category>
		<category><![CDATA[Organization]]></category>

		<guid isPermaLink="false">http://www.sketchygrid.com/?p=89</guid>
		<description><![CDATA[      Organization, the ultimate goal of architecture, is essential to coherent design.  Architecture strives for some factor that defines its conception.  Design decisions based upon an organizing principle are always stronger and easier to comprehend.      So all this organizing is meant to achieve what?  Space, but what is that?  This word is thrown around by [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp mceIEcenter">
<div class="mceTemp mceIEcenter" style="text-align: center;"><a href="http://www.sketchygrid.com/index/wp-content/uploads/prop.jpg"></a><a href="http://www.sketchygrid.com/index/wp-content/uploads/organ.jpg"><img class="aligncenter size-full wp-image-106" style="border: black 1px solid;" title="board spatial organization.psd" src="http://www.sketchygrid.com/index/wp-content/uploads/organ.jpg" alt="board spatial organization.psd" width="432" height="340" /></a> </div>
<p style="text-align: left;">    Organization, the ultimate goal of architecture, is essential to coherent design.  Architecture strives for some factor that defines its conception.  Design decisions based upon an organizing principle are always stronger and easier to comprehend.<span id="more-89"></span></p>
</div>
<p>     So all this organizing is meant to achieve what?  Space, but what is that?  This word is thrown around by architects all the time, and is rarely explained in school.  Space is the sum of the experience of being at a location, based upon the organization of materials on hand.  Corbusier would say that space is about axes and how light plays off the surfaces of forms.  Both of these are incredibly important, the axis helps to understand what is being experienced and when.  An example once again from Corbusier &#8220; Architectural buildings should not all be placed upon axes, for this would be like so many people talking at once&#8221;. </p>
<div class="mceTemp mceIEcenter" style="text-align: center;"><a href="http://www.sketchygrid.com/index/wp-content/uploads/axis2.jpg"><img class="size-large wp-image-99" style="border: black 1px solid;" title="Axis House VI" src="http://www.sketchygrid.com/index/wp-content/uploads/axis2-1024x744.jpg" alt="Diagrams of House VI" width="417" height="302" /></a></div>
<p style="text-align: left;">      Another example of axis is Eisenmann&#8217;s House VI.  In this house, the axises become tools in the form making process.  The house is divided into quadrants which are further divided by intersections of marking from a set of rules, this creates new divisions.  As a tool, these intersecting zones and quadrants become very interesting when introduced in section.  House VI is an excellent example of using the axes to create interesting space without forgetting the human scale.  Its very easy for the architect to lose perspective and forget that the reason for the axis is not only for the architects organizing principles, but also for the occupants to better understand the boundaries created by the architect.</p>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-124" style="border: black 1px solid;" title="House VI Proportion Diagram" src="http://www.sketchygrid.com/index/wp-content/uploads/prop1-1024x927.jpg" alt="House VI Proportion Diagram" width="368" height="334" />     </p>
<p style="text-align: left;"> So it really isn&#8217;t the axis that is the key, but the new boundaries that are perceived.  Space then by that definition is a boundary that the human mind can distinguish. </p>
<pre><em>-Image of City from <span style="text-decoration: underline;"><span style="color: #800080;"><a href="http://www.shiftoperations.net/index.php?/projects/axial-urbanism/">ShiftOperations</a></span></span></em></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.sketchygrid.com/index/uncategorized/axial-architecure//feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
