<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Generative Components Tutorial: Weaving</title>
	<atom:link href="http://morphocode.com/lab/tutorials/generative-components-tutorial-weaving/feed/" rel="self" type="application/rss+xml" />
	<link>http://morphocode.com/work/research/generative-components-tutorial-weaving/</link>
	<description>an interdisciplinary architectural practice</description>
	<lastBuildDate>Sun, 05 Feb 2012 19:56:43 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: morphocode</title>
		<link>http://morphocode.com/work/research/generative-components-tutorial-weaving/comment-page-1/#comment-2784</link>
		<dc:creator>morphocode</dc:creator>
		<pubDate>Mon, 25 Jan 2010 20:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://morphocode.com/lab/?p=59#comment-2784</guid>
		<description>Hi Josh,

First of all, we are happy to see your comment here!

Your weaving tutorial was very helpful to us, just as your other tutorials for attractor and component canopy available online.

When we created our example, we tried to get rid of the script in order to make it easier for users which were not familiar with gc script... However as you said the intersection between the elements is tricky and the splines end up as multiple objects(different spline for each component). In result the geometry at the joints between the components is broken...

&quot;can you do it with continuous elements?&quot;
...we&#039;re not quite sure :) ...We have to give it another try soon...maybe we&#039;ll manage to do it better 

We&#039;ll be happy to see your refined example and wish you good luck in your search of a stylist  ;)


Cheers,
morphocode</description>
		<content:encoded><![CDATA[<p>Hi Josh,</p>
<p>First of all, we are happy to see your comment here!</p>
<p>Your weaving tutorial was very helpful to us, just as your other tutorials for attractor and component canopy available online.</p>
<p>When we created our example, we tried to get rid of the script in order to make it easier for users which were not familiar with gc script&#8230; However as you said the intersection between the elements is tricky and the splines end up as multiple objects(different spline for each component). In result the geometry at the joints between the components is broken&#8230;</p>
<p>&#8220;can you do it with continuous elements?&#8221;<br />
&#8230;we&#8217;re not quite sure <img src='http://morphocode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &#8230;We have to give it another try soon&#8230;maybe we&#8217;ll manage to do it better </p>
<p>We&#8217;ll be happy to see your refined example and wish you good luck in your search of a stylist  <img src='http://morphocode.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Cheers,<br />
morphocode</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Mason</title>
		<link>http://morphocode.com/work/research/generative-components-tutorial-weaving/comment-page-1/#comment-2782</link>
		<dc:creator>Josh Mason</dc:creator>
		<pubDate>Mon, 25 Jan 2010 13:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://morphocode.com/lab/?p=59#comment-2782</guid>
		<description>Hey guys,

Lovely to know my work is being disseminated. I feel like maybe I should get sunglasses and a stylist now...

My reason for developing the weave however is to get away from the &#039;component-ness&#039; of components. The script I wrote was meant to be tiny to show how easy it is to apply something continuous that goes across an entire surface using a component. I can see from the images that your component is kinked at intersections because to build tangency between curves is a bit tricky.

I fully encourage you to upgrade my example by getting rid of the script but can you do it with continuous elements? I&#039;ve refined that example recently. I will try to send it soon.</description>
		<content:encoded><![CDATA[<p>Hey guys,</p>
<p>Lovely to know my work is being disseminated. I feel like maybe I should get sunglasses and a stylist now&#8230;</p>
<p>My reason for developing the weave however is to get away from the &#8216;component-ness&#8217; of components. The script I wrote was meant to be tiny to show how easy it is to apply something continuous that goes across an entire surface using a component. I can see from the images that your component is kinked at intersections because to build tangency between curves is a bit tricky.</p>
<p>I fully encourage you to upgrade my example by getting rid of the script but can you do it with continuous elements? I&#8217;ve refined that example recently. I will try to send it soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://morphocode.com/work/research/generative-components-tutorial-weaving/comment-page-1/#comment-2284</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Mon, 29 Jun 2009 01:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://morphocode.com/lab/?p=59#comment-2284</guid>
		<description>Josh&#039;s tutorial is at:
http://wiki.uelceca.net/20072008/files/weaving.pdf</description>
		<content:encoded><![CDATA[<p>Josh&#8217;s tutorial is at:<br />
<a href="http://wiki.uelceca.net/20072008/files/weaving.pdf" rel="nofollow">http://wiki.uelceca.net/20072008/files/weaving.pdf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: morphocode</title>
		<link>http://morphocode.com/work/research/generative-components-tutorial-weaving/comment-page-1/#comment-2283</link>
		<dc:creator>morphocode</dc:creator>
		<pubDate>Thu, 25 Jun 2009 12:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://morphocode.com/lab/?p=59#comment-2283</guid>
		<description>hi Ben,
thanks for your comment! :)

yes Josh Mason&#039;s tutorial is a very good one. Could be found on the wiki of UEL CECA..

We wanted to implement this effect in a more declarative way using less code, but the problem of the threads intersecting is a major one... maybe we&#039;ll dig on that one to solve it soon...

Greetz :)</description>
		<content:encoded><![CDATA[<p>hi Ben,<br />
thanks for your comment! <img src='http://morphocode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>yes Josh Mason&#8217;s tutorial is a very good one. Could be found on the wiki of UEL CECA..</p>
<p>We wanted to implement this effect in a more declarative way using less code, but the problem of the threads intersecting is a major one&#8230; maybe we&#8217;ll dig on that one to solve it soon&#8230;</p>
<p>Greetz <img src='http://morphocode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://morphocode.com/work/research/generative-components-tutorial-weaving/comment-page-1/#comment-2282</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 25 Jun 2009 09:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://morphocode.com/lab/?p=59#comment-2282</guid>
		<description>oops, i just noticed that this is based on josh&#039;s tutorial.</description>
		<content:encoded><![CDATA[<p>oops, i just noticed that this is based on josh&#8217;s tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://morphocode.com/work/research/generative-components-tutorial-weaving/comment-page-1/#comment-2281</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 25 Jun 2009 09:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://morphocode.com/lab/?p=59#comment-2281</guid>
		<description>Looks cool. Josh Mason did a tutorial a while ago that solved the problem of the threads intersecting, and gave a genuine weave. It&#039;s probably still floating about out there somewhere.</description>
		<content:encoded><![CDATA[<p>Looks cool. Josh Mason did a tutorial a while ago that solved the problem of the threads intersecting, and gave a genuine weave. It&#8217;s probably still floating about out there somewhere.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

