<?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>「bongiovi&#039;s」的迴響</title>
	<atom:link href="http://blog.bongiovi.tw/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.bongiovi.tw</link>
	<description></description>
	<lastBuildDate>Fri, 18 May 2012 21:45:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>由 thomas le coz 發表的 Particle Video V2 迴響</title>
		<link>http://blog.bongiovi.tw/?p=338#comment-127</link>
		<dc:creator>thomas le coz</dc:creator>
		<pubDate>Fri, 18 May 2012 21:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bongiovi.tw/?p=338#comment-127</guid>
		<description>Sorry I did a mistake with the code I gave you, here is the good one :

&quot;mov vt6, vc14 \n&quot; +  //vc14 = [0x100,0,0,0]
&quot;mov vt6.w, va4.x \n&quot; //va4.x = 0xAARRGGBB
//–BLUE–
&quot;div vt6.w, vt6.w, vc14.x \n&quot; +
&quot;frc vt6.z, vt6.w \n&quot; +
//–GREEN–
&quot;div vt6.w, vt6.w, vc14.x \n&quot; +
&quot;frc vt6.y, vt6.w \n&quot; +
//–RED–
&quot;div vt6.w, vt6.w, vc14.x \n&quot; +
&quot;frc vt6.x, vt6.w \n&quot; +
//–ALPHA–
&quot;div vt6.w, vt6.w, vc14.x \n&quot; +
&quot;frc vt6.w, va6.w&quot; +

++</description>
		<content:encoded><![CDATA[<p>Sorry I did a mistake with the code I gave you, here is the good one :</p>
<p>"mov vt6, vc14 \n" +  //vc14 = [0x100,0,0,0]<br />
"mov vt6.w, va4.x \n" //va4.x = 0xAARRGGBB<br />
//–BLUE–<br />
"div vt6.w, vt6.w, vc14.x \n" +<br />
"frc vt6.z, vt6.w \n" +<br />
//–GREEN–<br />
"div vt6.w, vt6.w, vc14.x \n" +<br />
"frc vt6.y, vt6.w \n" +<br />
//–RED–<br />
"div vt6.w, vt6.w, vc14.x \n" +<br />
"frc vt6.x, vt6.w \n" +<br />
//–ALPHA–<br />
"div vt6.w, vt6.w, vc14.x \n" +<br />
"frc vt6.w, va6.w" +</p>
<p>++</p>
]]></content:encoded>
	</item>
	<item>
		<title>由 bongiovi 發表的 Some Patterns made with Adobe Kuler 迴響</title>
		<link>http://blog.bongiovi.tw/?p=294#comment-126</link>
		<dc:creator>bongiovi</dc:creator>
		<pubDate>Fri, 18 May 2012 08:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bongiovi.tw/?p=294#comment-126</guid>
		<description>Thanks !</description>
		<content:encoded><![CDATA[<p>Thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>由 bongiovi 發表的 Particle Video V2 迴響</title>
		<link>http://blog.bongiovi.tw/?p=338#comment-125</link>
		<dc:creator>bongiovi</dc:creator>
		<pubDate>Fri, 18 May 2012 08:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bongiovi.tw/?p=338#comment-125</guid>
		<description>Thanks! that&#039;s awesome, i&#039;ll try the code :)</description>
		<content:encoded><![CDATA[<p>Thanks! that&#8217;s awesome, i&#8217;ll try the code <img src='http://blog.bongiovi.tw/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>由 thomas le coz 發表的 Particle Video V2 迴響</title>
		<link>http://blog.bongiovi.tw/?p=338#comment-124</link>
		<dc:creator>thomas le coz</dc:creator>
		<pubDate>Fri, 18 May 2012 04:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bongiovi.tw/?p=338#comment-124</guid>
		<description>Nice work !
You can optimize it a little bit if you send the color as uint (three times the same color code for each pixel). Then you can get the RGB components from AGAL.
Here is the code (not written by me) :

//--BLUE--
&quot;div vt6.w, vt6.w, vc14.x \n&quot; +
&quot;frc vt6.z, vt6.w \n&quot; + 
//--GREEN--
&quot;div vt6.w, vt6.w, vc14.x \n&quot; +
&quot;frc vt6.y, vt6.w \n&quot; +
//--RED--
&quot;div vt6.w, vt6.w, vc14.x \n&quot; +
&quot;frc vt6.x, vt6.w \n&quot; +
//--ALPHA--
&quot;div va4.x, va4.x, vc12.x \n&quot; +
&quot;frc vt2.w, va4.x&quot; +

va4.x contains an ARGB uint
vc12.x contains 0x100

Actually, I did a few days ago almost the same effect than you :)
You can the results here if you want : 
&lt;a href=&quot;http://www.beginfill.com&quot; rel=&quot;nofollow&quot;&gt;beginfill.com&lt;/a&gt;

++</description>
		<content:encoded><![CDATA[<p>Nice work !<br />
You can optimize it a little bit if you send the color as uint (three times the same color code for each pixel). Then you can get the RGB components from AGAL.<br />
Here is the code (not written by me) :</p>
<p>//&#8211;BLUE&#8211;<br />
"div vt6.w, vt6.w, vc14.x \n" +<br />
"frc vt6.z, vt6.w \n" +<br />
//&#8211;GREEN&#8211;<br />
"div vt6.w, vt6.w, vc14.x \n" +<br />
"frc vt6.y, vt6.w \n" +<br />
//&#8211;RED&#8211;<br />
"div vt6.w, vt6.w, vc14.x \n" +<br />
"frc vt6.x, vt6.w \n" +<br />
//&#8211;ALPHA&#8211;<br />
"div va4.x, va4.x, vc12.x \n" +<br />
"frc vt2.w, va4.x" +</p>
<p>va4.x contains an ARGB uint<br />
vc12.x contains 0&#215;100</p>
<p>Actually, I did a few days ago almost the same effect than you <img src='http://blog.bongiovi.tw/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
You can the results here if you want :<br />
<a href="http://www.beginfill.com" rel="nofollow">beginfill.com</a></p>
<p>++</p>
]]></content:encoded>
	</item>
	<item>
		<title>由 dominic 發表的 Some Patterns made with Adobe Kuler 迴響</title>
		<link>http://blog.bongiovi.tw/?p=294#comment-123</link>
		<dc:creator>dominic</dc:creator>
		<pubDate>Wed, 16 May 2012 12:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bongiovi.tw/?p=294#comment-123</guid>
		<description>Some of those patterns are pretty damn cool!</description>
		<content:encoded><![CDATA[<p>Some of those patterns are pretty damn cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>由 RiaanWest 發表的 AGAL Image with Depth 迴響</title>
		<link>http://blog.bongiovi.tw/?p=265#comment-106</link>
		<dc:creator>RiaanWest</dc:creator>
		<pubDate>Mon, 02 Apr 2012 10:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bongiovi.tw/?p=265#comment-106</guid>
		<description>Message sent</description>
		<content:encoded><![CDATA[<p>Message sent</p>
]]></content:encoded>
	</item>
	<item>
		<title>由 bongiovi 發表的 AGAL Image with Depth 迴響</title>
		<link>http://blog.bongiovi.tw/?p=265#comment-105</link>
		<dc:creator>bongiovi</dc:creator>
		<pubDate>Mon, 02 Apr 2012 10:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bongiovi.tw/?p=265#comment-105</guid>
		<description>Hello, can you send me a message to my email so i can send it back to you ? my email is bongiovi015@gmail.com</description>
		<content:encoded><![CDATA[<p>Hello, can you send me a message to my email so i can send it back to you ? my email is <a href="mailto:bongiovi015@gmail.com">bongiovi015@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>由 RiaanWest 發表的 AGAL Image with Depth 迴響</title>
		<link>http://blog.bongiovi.tw/?p=265#comment-104</link>
		<dc:creator>RiaanWest</dc:creator>
		<pubDate>Mon, 02 Apr 2012 09:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bongiovi.tw/?p=265#comment-104</guid>
		<description>Wow man, this is also amazing! I&#039;ve been looking for ways to enlarge the pixel size, and this is perfect!

Do you have the source code available somewhere by any chance?</description>
		<content:encoded><![CDATA[<p>Wow man, this is also amazing! I&#8217;ve been looking for ways to enlarge the pixel size, and this is perfect!</p>
<p>Do you have the source code available somewhere by any chance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>由 RiaanWest 發表的 Particle Video 迴響</title>
		<link>http://blog.bongiovi.tw/?p=223#comment-103</link>
		<dc:creator>RiaanWest</dc:creator>
		<pubDate>Mon, 02 Apr 2012 08:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bongiovi.tw/?p=223#comment-103</guid>
		<description>Thank you, that&#039;s amazing of you!

I&#039;ll remember to show you, don&#039;t worry :)</description>
		<content:encoded><![CDATA[<p>Thank you, that&#8217;s amazing of you!</p>
<p>I&#8217;ll remember to show you, don&#8217;t worry <img src='http://blog.bongiovi.tw/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>由 bongiovi 發表的 Particle Video 迴響</title>
		<link>http://blog.bongiovi.tw/?p=223#comment-100</link>
		<dc:creator>bongiovi</dc:creator>
		<pubDate>Wed, 28 Mar 2012 10:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bongiovi.tw/?p=223#comment-100</guid>
		<description>Hello , you can check out here, i&#039;ve upload my source code on wonderfl
http://blog.bongiovi.tw/?p=338
you can find the links in the article :) 
And I&#039;m very interested in your project, don&#039;t forget to show me the result when it&#039;s finished.

Cheers !</description>
		<content:encoded><![CDATA[<p>Hello , you can check out here, i&#8217;ve upload my source code on wonderfl<br />
<a href="http://blog.bongiovi.tw/?p=338" rel="nofollow">http://blog.bongiovi.tw/?p=338</a><br />
you can find the links in the article <img src='http://blog.bongiovi.tw/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
And I&#8217;m very interested in your project, don&#8217;t forget to show me the result when it&#8217;s finished.</p>
<p>Cheers !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

