<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>anoved.net &#187; processing</title>
	<atom:link href="http://anoved.net/tag/processing/feed/" rel="self" type="application/rss+xml" />
	<link>http://anoved.net</link>
	<description></description>
	<lastBuildDate>Sun, 13 May 2012 18:44:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Collective Behavior Model interface</title>
		<link>http://anoved.net/2010/05/collective-behavior-model-interface/</link>
		<comments>http://anoved.net/2010/05/collective-behavior-model-interface/#comments</comments>
		<pubDate>Thu, 13 May 2010 22:37:43 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[processing]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=2240</guid>
		<description><![CDATA[Here&#8217;s an update on the model. As a convenience for the purposes of debugging and experimentation, I&#8217;ve added a &#8220;dashboard&#8221; readout that can be used to display any variable. I&#8217;ve also added manual controls to adjust the behavior parameters while the simulation is running. It&#8217;s fun! You can cause the agents to clump together, disperse, [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an update on the model. As a convenience for the purposes of debugging and experimentation, I&#8217;ve added a &#8220;dashboard&#8221; readout that can be used to display any variable. I&#8217;ve also added manual controls to adjust the behavior parameters while the simulation is running. It&#8217;s fun! You can cause the agents to clump together, disperse, or exhibit other apparent patterns. Lastly, I&#8217;ve added a rudimentary pause mode (<a href="http://en.wikipedia.org/wiki/Bullet_time">bullet time</a>, as I announced to all within earshot upon implementation).</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/TZDG1gHms8Y&#038;hl=en_US&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/TZDG1gHms8Y&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>Pausing is handy, but I expect it will need to be rewritten in a way that allows more continuous control of the simulation speed &#8211; slow motion or step-by-step modes would also be nice.</p>
<p>Still lots to work on and review in the model itself. In particular, I want to examine the turning rate code; I see a lot of jittery motion that suggests something may be off.</p>
<p>Want to see and hear more of this project? I can continue to post updates. Some will be more focused on the concepts of the model and some will be more focused on the implementation &#8211; for example, I don&#8217;t really know much about Java, so I may post code examples of whatever strikes me as clever or confusing.</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2010/05/collective-behavior-model-interface/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Processing Syntax Coloring in TextWrangler</title>
		<link>http://anoved.net/2010/03/processing-syntax-coloring-in-textwrangler/</link>
		<comments>http://anoved.net/2010/03/processing-syntax-coloring-in-textwrangler/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 04:58:33 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[textwrangler]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=1918</guid>
		<description><![CDATA[Processing is based on Java. TextWrangler supports syntax highlighting for Java code, but it doesn&#8217;t automatically recognize that Processing uses Java syntax. So, head over to the Languages pane of TextWrangler&#8217;s preferences and click Add next to the Suffix Mappings list. Enter .pde as the Extension and select Java as the language that should be [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.processing.org/">Processing</a> is based on Java. <a href="http://www.barebones.com/products/TextWrangler/">TextWrangler</a> supports syntax highlighting for Java code, but it doesn&#8217;t automatically recognize that Processing uses Java syntax. So, head over to the <em>Languages</em> pane of TextWrangler&#8217;s preferences and click <em>Add</em> next to the <em>Suffix Mappings</em> list. Enter <code>.pde</code> as the <em>Extension</em> and select <em>Java</em> as the language that should be associated with <code>.pde</code> files.</p>
<p><img class="alignnone size-full wp-image-1917" title="tw-processing-java-syntax" src="http://anoved.net/media/2010/03/tw-processing-java-syntax.png" alt="" width="680" height="528" /></p>
<p>Now if you open a Processing source code file in TextWrangler, it will be displayed with basic syntax highlighting.</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2010/03/processing-syntax-coloring-in-textwrangler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online LDraw Viewer</title>
		<link>http://anoved.net/2010/01/online-ldraw-viewer/</link>
		<comments>http://anoved.net/2010/01/online-ldraw-viewer/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 06:38:29 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[LEGO]]></category>
		<category><![CDATA[processing]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=1398</guid>
		<description><![CDATA[Click here to view some digital bricks right in your browser. It&#8217;s a quick late-nite first-draft online adaptation of the Processing LDraw viewer I&#8217;ve been playing with.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1401" title="alvonlinetest" src="http://anoved.net/media/2010/01/alvonlinetest.png" alt="" width="279" height="253" /></p>
<p><a href="http://anoved.net/files/alvlite-test/">Click here to view some digital bricks right in your browser.</a></p>
<p>It&#8217;s a quick late-nite first-draft online adaptation of the <a href="http://anoved.net/2010/01/beginning-processing/">Processing</a> LDraw viewer <a href="http://anoved.net/2010/01/setting-up-andys-ldraw-viewer/">I&#8217;ve been playing with</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2010/01/online-ldraw-viewer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Setting up Andy&#8217;s LDraw Viewer</title>
		<link>http://anoved.net/2010/01/setting-up-andys-ldraw-viewer/</link>
		<comments>http://anoved.net/2010/01/setting-up-andys-ldraw-viewer/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 04:19:29 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[LEGO]]></category>
		<category><![CDATA[processing]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=1392</guid>
		<description><![CDATA[Andy has posted the Processing code for the nifty little LDraw viewer I mentioned in my previous post. Processing gives you a decent among of guidance, but for your reference here&#8217;s what I did to get this up and running: Download and unzip ProcessingLcad-Oct2008.zip. Rename the LcadTest-Oct2008 folder to LcadTest01 in order to match the project [...]]]></description>
			<content:encoded><![CDATA[<p>Andy has <a href="http://www.randommeme.com/mblog/post.cfm/simple-ldraw-viewer-code-in-processing">posted the Processing code</a> for the nifty little LDraw viewer I mentioned in my <a href="http://anoved.net/2010/01/beginning-processing/">previous post</a>.</p>
<p>Processing gives you a decent among of guidance, but for your reference here&#8217;s what I did to get this up and running:</p>
<ol>
<li>Download and unzip <code>ProcessingLcad-Oct2008.zip</code>.</li>
<li>Rename the <code>LcadTest-Oct2008</code> folder to <code>LcadTest01</code> in order to match the project file it contains.</li>
<li>Move the contents of the <code>LcadTest01/libs/</code> folder to your <a href="http://processing.org/reference/libraries/#libraries">Processing sketchbook <code>libraries</code> folder</a>. In my case, it is <code>/Users/anoved/Documents/Processing/libraries/</code>.</li>
<li>Move the contents of the <code>LcadTest01/models/</code> folder to the <code>models</code> subfolder of your LDraw library. Alternatively, you can edit <code>LcadTest01.pde</code> to load a model of your choice.</li>
<li>Open <code>LcadTest01.pde</code> and edit <code>BaseDir</code> to identify your LDraw library folder. In my case, it is <code>/Users/anoved/Documents/LDraw/</code>.</li>
</ol>
<p>Lastly, if the capitalization of the <code>LDConfig.ldr</code> file in your LDraw library does not match that specified later in <code>LcadTest10.pde</code>, edit one or the other so they are in agreement.</p>
<p>Now you can take it for a spin. And, yes, this viewer can load <a href="http://anoved.net/2010/01/ldraw-line-endings/">files with Unix line endings</a>. ☺</p>
<p><a href="http://anoved.net/media/2010/01/andy-lcad.png"><img class="alignnone size-medium wp-image-1391" title="andy-lcad" src="http://anoved.net/media/2010/01/andy-lcad-300x239.png" alt="" width="300" height="239" /></a><a href="http://anoved.net/media/2010/01/andyld-lineending.png"><img class="alignnone size-medium wp-image-1393" title="andyld-lineending" src="http://anoved.net/media/2010/01/andyld-lineending-300x239.png" alt="" width="300" height="239" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2010/01/setting-up-andys-ldraw-viewer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Beginning Processing</title>
		<link>http://anoved.net/2010/01/beginning-processing/</link>
		<comments>http://anoved.net/2010/01/beginning-processing/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 02:31:26 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[geography]]></category>
		<category><![CDATA[LEGO]]></category>
		<category><![CDATA[processing]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=1387</guid>
		<description><![CDATA[Processing is a system that makes it as straightforward as possible to do some pretty sophisticated graphics programming. Based on Java, it abstracts enough technical details to let you focus, more or less, on the basic logic of the idea you want to animate. From the web site: It is used by students, artists, designers, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.processing.org/">Processing</a> is a system that makes it as straightforward as possible to do some pretty sophisticated graphics programming. Based on Java, it abstracts enough technical details to let you focus, more or less, on the basic logic of the idea you want to animate. From the web site:</p>
<blockquote><p>It is used by students, artists, designers, researchers, and hobbyists for learning, prototyping, and production. It is created to teach fundamentals of computer programming within a visual context and to serve as a software sketchbook and professional production tool.</p></blockquote>
<p>Check out the <a href="http://www.processing.org/exhibition/">Exhibition</a> for some examples of what&#8217;s possible and the <a href="http://www.processing.org/learning/">Tutorials</a> to see how easy it is get started. There is a great collection of <a href="http://www.processing.org/learning/topics/">examples for specific topics</a>, too, most of which include illustrative applets embedded in the page. The ability to <a href="http://www.processing.org/reference/environment/#applet">export Processing programs (or &#8220;sketches&#8221;) as applets</a> is particularly appealing, although my understanding is that some features, such as file I/O, are available only in application or development mode. It works cross-platform.</p>
<p>I know I have encountered Processing before, but my <a href="http://twitter.com/anoved/status/7619364395">current interest</a> began as I read Andy Lynch&#8217;s <a href="http://www.randommeme.com/mblog/post.cfm/ldraw-viewer-in-processing">description</a> of a simple LDraw renderer he implemented as a Processing sketch. That lit a fire under some related ideas of my own that have been simmering for want of an optimal outlet.</p>
<p>But there&#8217;s more to my interest than digital bricks: if there isn&#8217;t already a decent library (which would be surprising, as <a href="http://processing.org/reference/libraries/index.html">many useful libraries</a> seem to be available), I might be tempted to write a shapefile loader, if for no other reason than to complement the <a href="http://anoved.net/software/chipmunk-basic/shapedraw/">shapefile parser</a> I once wrote for Chipmunk Basic. I think it could be fun to experiment with some raster GIS and remote sensing ideas in Processing, too. <em>(Just get the spectral signatures &#8211; click, click, click &#8211; and you do it. That&#8217;s all what it is!)</em> Last but not least, per its original intent, I can envision using Processing as a superior tool to visualize certain data.</p>
<p>What sort of Process will <em>you</em> invent?</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2010/01/beginning-processing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

