<?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 on: Creating Processing Visualizations with Clojure and Incanter</title>
	<atom:link href="http://data-sorcery.org/2009/08/30/processing-intro/feed/" rel="self" type="application/rss+xml" />
	<link>http://data-sorcery.org/2009/08/30/processing-intro/</link>
	<description></description>
	<lastBuildDate>Sat, 05 May 2012 13:46:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: incanter</title>
		<link>http://data-sorcery.org/2009/08/30/processing-intro/#comment-93</link>
		<dc:creator><![CDATA[incanter]]></dc:creator>
		<pubDate>Sun, 25 Oct 2009 04:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://incanter.wordpress.com/?p=657#comment-93</guid>
		<description><![CDATA[Thanks, and I&#039;d love to have additional Processing examples to include! Keep it up :)

David]]></description>
		<content:encoded><![CDATA[<p>Thanks, and I&#8217;d love to have additional Processing examples to include! Keep it up :)</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://data-sorcery.org/2009/08/30/processing-intro/#comment-92</link>
		<dc:creator><![CDATA[James]]></dc:creator>
		<pubDate>Sun, 25 Oct 2009 04:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://incanter.wordpress.com/?p=657#comment-92</guid>
		<description><![CDATA[Of course!
Every little helps :)

If I do any more that might be interesting I&#039;ll post them up here and you can feel free to add them.]]></description>
		<content:encoded><![CDATA[<p>Of course!<br />
Every little helps :)</p>
<p>If I do any more that might be interesting I&#8217;ll post them up here and you can feel free to add them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: incanter</title>
		<link>http://data-sorcery.org/2009/08/30/processing-intro/#comment-91</link>
		<dc:creator><![CDATA[incanter]]></dc:creator>
		<pubDate>Sun, 25 Oct 2009 04:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://incanter.wordpress.com/?p=657#comment-91</guid>
		<description><![CDATA[James, 

Your example works great, and it&#039;s a nice simple example of interactive 3D. I&#039;d like to include it in the examples/ directory of the Incanter distribution, if it&#039;s alright with you.

David]]></description>
		<content:encoded><![CDATA[<p>James, </p>
<p>Your example works great, and it&#8217;s a nice simple example of interactive 3D. I&#8217;d like to include it in the examples/ directory of the Incanter distribution, if it&#8217;s alright with you.</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://data-sorcery.org/2009/08/30/processing-intro/#comment-90</link>
		<dc:creator><![CDATA[James]]></dc:creator>
		<pubDate>Sun, 25 Oct 2009 03:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://incanter.wordpress.com/?p=657#comment-90</guid>
		<description><![CDATA[David, you were of course correct :)

I had actually tried that before after seeing it in your processing.clj file but I must have done something else wrong at the time as I thought that it wasn&#039;t working.

So I put together a simple example from your simple_interaction.clj and the RGB cube example on the Processing site...

http://gist.github.com/217880

Might help people like me who are new to all this.

thanks again,

James]]></description>
		<content:encoded><![CDATA[<p>David, you were of course correct :)</p>
<p>I had actually tried that before after seeing it in your processing.clj file but I must have done something else wrong at the time as I thought that it wasn&#8217;t working.</p>
<p>So I put together a simple example from your simple_interaction.clj and the RGB cube example on the Processing site&#8230;</p>
<p><a href="http://gist.github.com/217880" rel="nofollow">http://gist.github.com/217880</a></p>
<p>Might help people like me who are new to all this.</p>
<p>thanks again,</p>
<p>James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: incanter</title>
		<link>http://data-sorcery.org/2009/08/30/processing-intro/#comment-89</link>
		<dc:creator><![CDATA[incanter]]></dc:creator>
		<pubDate>Sun, 25 Oct 2009 01:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://incanter.wordpress.com/?p=657#comment-89</guid>
		<description><![CDATA[I haven&#039;t worked with P3D or OpenGL within Processing yet, but I think the problem you&#039;re experiencing is because you are passing &quot;P3D&quot; to the size function. Try passing the &#039;constant&#039; P3D (which has the value &quot;processing.core.PGraphics3D&quot;). Let me know if this fixes your problem.

Good luck,
David]]></description>
		<content:encoded><![CDATA[<p>I haven&#8217;t worked with P3D or OpenGL within Processing yet, but I think the problem you&#8217;re experiencing is because you are passing &#8220;P3D&#8221; to the size function. Try passing the &#8216;constant&#8217; P3D (which has the value &#8220;processing.core.PGraphics3D&#8221;). Let me know if this fixes your problem.</p>
<p>Good luck,<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://data-sorcery.org/2009/08/30/processing-intro/#comment-88</link>
		<dc:creator><![CDATA[James]]></dc:creator>
		<pubDate>Sun, 25 Oct 2009 00:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://incanter.wordpress.com/?p=657#comment-88</guid>
		<description><![CDATA[Hi again,

I wonder if you or any of your readers could help me with getting any of the 3d modes to work.

When defining the setup if I pass &quot;P3D&quot; as the third argument to size I get an error...

 &quot;Exception in thread &quot;Animation Thread&quot; java.lang.RuntimeException: You need to use &quot;Import Library&quot; to add P3D to your sketch.
	at processing.core.PApplet.makeGraphics(PApplet.java:1193)&quot;

Usually in processing P3D is available without importing.
I also tried OPENGL following the instructions in clj-processing about adding to the classpath etc but no joy.

If anyone can provide a simple example that would be great.

thanks,

James]]></description>
		<content:encoded><![CDATA[<p>Hi again,</p>
<p>I wonder if you or any of your readers could help me with getting any of the 3d modes to work.</p>
<p>When defining the setup if I pass &#8220;P3D&#8221; as the third argument to size I get an error&#8230;</p>
<p> &#8220;Exception in thread &#8220;Animation Thread&#8221; java.lang.RuntimeException: You need to use &#8220;Import Library&#8221; to add P3D to your sketch.<br />
	at processing.core.PApplet.makeGraphics(PApplet.java:1193)&#8221;</p>
<p>Usually in processing P3D is available without importing.<br />
I also tried OPENGL following the instructions in clj-processing about adding to the classpath etc but no joy.</p>
<p>If anyone can provide a simple example that would be great.</p>
<p>thanks,</p>
<p>James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://data-sorcery.org/2009/08/30/processing-intro/#comment-87</link>
		<dc:creator><![CDATA[James]]></dc:creator>
		<pubDate>Sat, 24 Oct 2009 00:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://incanter.wordpress.com/?p=657#comment-87</guid>
		<description><![CDATA[All good!

Glad I could help.]]></description>
		<content:encoded><![CDATA[<p>All good!</p>
<p>Glad I could help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: incanter</title>
		<link>http://data-sorcery.org/2009/08/30/processing-intro/#comment-86</link>
		<dc:creator><![CDATA[incanter]]></dc:creator>
		<pubDate>Sat, 24 Oct 2009 00:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://incanter.wordpress.com/?p=657#comment-86</guid>
		<description><![CDATA[D&#039;oh! I forgot that the &#039;save&#039; multi-method used the same dispatch logic. Fix uploaded, give it a try. 

Thanks for the debugging help :)

David]]></description>
		<content:encoded><![CDATA[<p>D&#8217;oh! I forgot that the &#8216;save&#8217; multi-method used the same dispatch logic. Fix uploaded, give it a try. </p>
<p>Thanks for the debugging help :)</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://data-sorcery.org/2009/08/30/processing-intro/#comment-85</link>
		<dc:creator><![CDATA[James]]></dc:creator>
		<pubDate>Fri, 23 Oct 2009 23:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://incanter.wordpress.com/?p=657#comment-85</guid>
		<description><![CDATA[although I just tried the us map data example and while it does run there is an error reported...


 bin/clj examples/processing/us_map_data.clj 
Exception in thread &quot;Animation Thread&quot; java.lang.IllegalArgumentException: No method in multimethod &#039;save&#039; for dispatch value: class user.proxy$processing.core.PApplet$0]]></description>
		<content:encoded><![CDATA[<p>although I just tried the us map data example and while it does run there is an error reported&#8230;</p>
<p> bin/clj examples/processing/us_map_data.clj<br />
Exception in thread &#8220;Animation Thread&#8221; java.lang.IllegalArgumentException: No method in multimethod &#8216;save&#8217; for dispatch value: class user.proxy$processing.core.PApplet$0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://data-sorcery.org/2009/08/30/processing-intro/#comment-84</link>
		<dc:creator><![CDATA[James]]></dc:creator>
		<pubDate>Fri, 23 Oct 2009 23:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://incanter.wordpress.com/?p=657#comment-84</guid>
		<description><![CDATA[updated, rebuilt and it works great!

thanks for your great work.]]></description>
		<content:encoded><![CDATA[<p>updated, rebuilt and it works great!</p>
<p>thanks for your great work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

