<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for </title>
	<atom:link href="http://jeraman.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeraman.info</link>
	<description></description>
	<lastBuildDate>Sat, 20 Oct 2012 19:57:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on fullscreen in processing by bulanmaster</title>
		<link>http://jeraman.info/2009/02/18/fullscreen-in-processing/#comment-299</link>
		<dc:creator><![CDATA[bulanmaster]]></dc:creator>
		<pubDate>Sat, 20 Oct 2012 19:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://jeraman.wordpress.com/?p=164#comment-299</guid>
		<description><![CDATA[thx... i managed to resolve the problem and i explained it under this reply :)]]></description>
		<content:encoded><![CDATA[<p>thx&#8230; i managed to resolve the problem and i explained it under this reply <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fullscreen in processing by bulanmaster</title>
		<link>http://jeraman.info/2009/02/18/fullscreen-in-processing/#comment-298</link>
		<dc:creator><![CDATA[bulanmaster]]></dc:creator>
		<pubDate>Sat, 20 Oct 2012 19:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://jeraman.wordpress.com/?p=164#comment-298</guid>
		<description><![CDATA[-this works for p3d and opengl so you have to make something like:

  size(screen.width, screen.height, P3D);
or
  size(screen.width, screen.height, OPENGL);

-and if using opengl should include the:

  frameRate(60);

60 is only an example, actually the default one as far as i remember

-and would also like to resize the background image if you have such thing:

  bckgrnd.resize(width, height);

where bckground is a PImage variable that contains the image that you have as a background...]]></description>
		<content:encoded><![CDATA[<p>-this works for p3d and opengl so you have to make something like:</p>
<p>  size(screen.width, screen.height, P3D);<br />
or<br />
  size(screen.width, screen.height, OPENGL);</p>
<p>-and if using opengl should include the:</p>
<p>  frameRate(60);</p>
<p>60 is only an example, actually the default one as far as i remember</p>
<p>-and would also like to resize the background image if you have such thing:</p>
<p>  bckgrnd.resize(width, height);</p>
<p>where bckground is a PImage variable that contains the image that you have as a background&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fullscreen in processing by bulanmaster</title>
		<link>http://jeraman.info/2009/02/18/fullscreen-in-processing/#comment-297</link>
		<dc:creator><![CDATA[bulanmaster]]></dc:creator>
		<pubDate>Sat, 20 Oct 2012 19:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://jeraman.wordpress.com/?p=164#comment-297</guid>
		<description><![CDATA[it is easy... just Ctrl+Shift+R and it runs in fullscreen mode...]]></description>
		<content:encoded><![CDATA[<p>it is easy&#8230; just Ctrl+Shift+R and it runs in fullscreen mode&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fullscreen in processing by Nirvana7</title>
		<link>http://jeraman.info/2009/02/18/fullscreen-in-processing/#comment-296</link>
		<dc:creator><![CDATA[Nirvana7]]></dc:creator>
		<pubDate>Fri, 19 Oct 2012 14:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://jeraman.wordpress.com/?p=164#comment-296</guid>
		<description><![CDATA[another approach: just call this method in your setup() method:

void startFullscreen() {
		JFrame f = new JFrame();
		f.setSize(DISPLAYWIDTH, DISPLAYHEIGHT);
		f.setExtendedState(Frame.MAXIMIZED_BOTH);
		f.setUndecorated(true);
		f.add(this);
		f.setVisible(true);
	}]]></description>
		<content:encoded><![CDATA[<p>another approach: just call this method in your setup() method:</p>
<p>void startFullscreen() {<br />
		JFrame f = new JFrame();<br />
		f.setSize(DISPLAYWIDTH, DISPLAYHEIGHT);<br />
		f.setExtendedState(Frame.MAXIMIZED_BOTH);<br />
		f.setUndecorated(true);<br />
		f.add(this);<br />
		f.setVisible(true);<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on projeto illusio by jeraman</title>
		<link>http://jeraman.info/2011/06/27/illusio/#comment-272</link>
		<dc:creator><![CDATA[jeraman]]></dc:creator>
		<pubDate>Tue, 14 Feb 2012 15:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://jeraman.info/?p=1427#comment-272</guid>
		<description><![CDATA[hehehe... bom saber disso, Wilson! obrigado!
abraço!]]></description>
		<content:encoded><![CDATA[<p>hehehe&#8230; bom saber disso, Wilson! obrigado!<br />
abraço!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on projeto illusio by Wilson</title>
		<link>http://jeraman.info/2011/06/27/illusio/#comment-271</link>
		<dc:creator><![CDATA[Wilson]]></dc:creator>
		<pubDate>Tue, 14 Feb 2012 11:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://jeraman.info/?p=1427#comment-271</guid>
		<description><![CDATA[a brow ! parabens, muito legal teu projeto!
Conheci teu trabalho atravez de um forum de sintetizadores de guitarra, o dono do forum postou teus videos e teu site la,vc ja esta rompendo fronteiras...hehehe...da uma olhada se quiser...
http://www.vguitarforums.com/smf/index.php?topic=4123.0

um abraço e sucesso pra vc !
Wilson
Sao Jose do Rio Preto-SP]]></description>
		<content:encoded><![CDATA[<p>a brow ! parabens, muito legal teu projeto!<br />
Conheci teu trabalho atravez de um forum de sintetizadores de guitarra, o dono do forum postou teus videos e teu site la,vc ja esta rompendo fronteiras&#8230;hehehe&#8230;da uma olhada se quiser&#8230;<br />
<a href="http://www.vguitarforums.com/smf/index.php?topic=4123.0" rel="nofollow">http://www.vguitarforums.com/smf/index.php?topic=4123.0</a></p>
<p>um abraço e sucesso pra vc !<br />
Wilson<br />
Sao Jose do Rio Preto-SP</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fullscreen in processing by bulanmaster</title>
		<link>http://jeraman.info/2009/02/18/fullscreen-in-processing/#comment-265</link>
		<dc:creator><![CDATA[bulanmaster]]></dc:creator>
		<pubDate>Thu, 15 Dec 2011 09:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://jeraman.wordpress.com/?p=164#comment-265</guid>
		<description><![CDATA[i tried this full screen stuff and it works... on 2D. but i also tried it on 3D and nothing... black screen.]]></description>
		<content:encoded><![CDATA[<p>i tried this full screen stuff and it works&#8230; on 2D. but i also tried it on 3D and nothing&#8230; black screen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mais sobre o illusio&#8230; by jeraman</title>
		<link>http://jeraman.info/2011/09/02/mais-sobre-o-illusio/#comment-260</link>
		<dc:creator><![CDATA[jeraman]]></dc:creator>
		<pubDate>Mon, 10 Oct 2011 16:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://jeraman.info/?p=1550#comment-260</guid>
		<description><![CDATA[bora grande mestre sosônildo! hehehehe...
valeu, meu querido! 
abração!]]></description>
		<content:encoded><![CDATA[<p>bora grande mestre sosônildo! hehehehe&#8230;<br />
valeu, meu querido!<br />
abração!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mais sobre o illusio&#8230; by Felipe Soares Queiroga</title>
		<link>http://jeraman.info/2011/09/02/mais-sobre-o-illusio/#comment-259</link>
		<dc:creator><![CDATA[Felipe Soares Queiroga]]></dc:creator>
		<pubDate>Mon, 10 Oct 2011 13:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://jeraman.info/?p=1550#comment-259</guid>
		<description><![CDATA[No MÍNIMO absurdamente merecido!!!!

Parabéns, Jera!!! Vc eh um kra q pensa sempre mtt além da computação!!! UM exemplo! :)

Grande Abraço!]]></description>
		<content:encoded><![CDATA[<p>No MÍNIMO absurdamente merecido!!!!</p>
<p>Parabéns, Jera!!! Vc eh um kra q pensa sempre mtt além da computação!!! UM exemplo! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Grande Abraço!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mais sobre o illusio&#8230; by jeraman</title>
		<link>http://jeraman.info/2011/09/02/mais-sobre-o-illusio/#comment-258</link>
		<dc:creator><![CDATA[jeraman]]></dc:creator>
		<pubDate>Thu, 29 Sep 2011 12:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://jeraman.info/?p=1550#comment-258</guid>
		<description><![CDATA[valeu, Rudiney!
=]]]></description>
		<content:encoded><![CDATA[<p>valeu, Rudiney!<br />
=]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
