<?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: learn computer</title>
	<atom:link href="http://infopollen.net/learn-computer/feed/" rel="self" type="application/rss+xml" />
	<link>http://infopollen.net/learn-computer/</link>
	<description>Jon Lukens</description>
	<pubDate>Wed, 07 Jan 2009 00:45:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Thuycam</title>
		<link>http://infopollen.net/learn-computer/comment-page-1/#comment-30</link>
		<dc:creator>Thuycam</dc:creator>
		<pubDate>Fri, 01 Aug 2008 15:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://infopollen.net/?p=191#comment-30</guid>
		<description>Oh yeah! I remembered you told me once about "Processing" and "Design By Numbers" in class. I bookmarked the sites, but i did not have a chance to try their programs yet (kept busy with other design stuff). I think maybe this is the time I would come back to my programming knowledge to play with these programs. Thanks for reminding me of them. I am exciting to learn these new medium. :)</description>
		<content:encoded><![CDATA[<p>Oh yeah! I remembered you told me once about &#8220;Processing&#8221; and &#8220;Design By Numbers&#8221; in class. I bookmarked the sites, but i did not have a chance to try their programs yet (kept busy with other design stuff). I think maybe this is the time I would come back to my programming knowledge to play with these programs. Thanks for reminding me of them. I am exciting to learn these new medium. <img src='http://infopollen.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://infopollen.net/learn-computer/comment-page-1/#comment-29</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 31 Jul 2008 23:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://infopollen.net/?p=191#comment-29</guid>
		<description>It was just one of the better looking results of a &lt;a href="http://processing.org/" title="prcoessing" rel="nofollow"&gt;processing&lt;/a&gt; sketch that I wrote. Pretty simple. Heavily dependent on the images used.

&lt;code&gt;
PImage img;
PImage imgdos;

void setup(){
size(640,480);
smooth();
img = loadImage("292.jpg"); //change to path to your 1st image
imgdos = loadImage("123.jpg"); //change to path to your 2nd image
}


void draw(){
int w= img.width*2; 
int h = img.height*2;
for (int i = 1; i &lt; 20; i ++){ 


rotate(PI*i/3);
translate(i, random(i*10));
image(img, i, random(h/2),w, h);
tint(255,random(i*100));
translate(i, random(i*10));
image(imgdos, i*i, random(h/2),w/2, h/3*i);
tint(255,random(150));

}
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>It was just one of the better looking results of a <a href="http://processing.org/" title="prcoessing" rel="nofollow">processing</a> sketch that I wrote. Pretty simple. Heavily dependent on the images used.</p>
<p><code><br />
PImage img;<br />
PImage imgdos;</p>
<p>void setup(){<br />
size(640,480);<br />
smooth();<br />
img = loadImage("292.jpg"); //change to path to your 1st image<br />
imgdos = loadImage("123.jpg"); //change to path to your 2nd image<br />
}</p>
<p>void draw(){<br />
int w= img.width*2;<br />
int h = img.height*2;<br />
for (int i = 1; i < 20; i ++){ </p>
<p>rotate(PI*i/3);<br />
translate(i, random(i*10));<br />
image(img, i, random(h/2),w, h);<br />
tint(255,random(i*100));<br />
translate(i, random(i*10));<br />
image(imgdos, i*i, random(h/2),w/2, h/3*i);<br />
tint(255,random(150));</p>
<p>}<br />
}<br />
</code></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thuycam</title>
		<link>http://infopollen.net/learn-computer/comment-page-1/#comment-28</link>
		<dc:creator>Thuycam</dc:creator>
		<pubDate>Thu, 31 Jul 2008 22:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://infopollen.net/?p=191#comment-28</guid>
		<description>Jon, I tried to figure out how you created this sketch in what program. I like the texture and the transparent look of the work. Would you please tell me what program you used to create the sketch? I really like to look at your works and figure out how you created them so I can learn more. You know me...
Thanks a lot. :)</description>
		<content:encoded><![CDATA[<p>Jon, I tried to figure out how you created this sketch in what program. I like the texture and the transparent look of the work. Would you please tell me what program you used to create the sketch? I really like to look at your works and figure out how you created them so I can learn more. You know me&#8230;<br />
Thanks a lot. <img src='http://infopollen.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
