<?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>devjason &#187; Processing</title>
	<atom:link href="http://www.devjason.com/tag/processing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devjason.com</link>
	<description>Code, Statistics, Data Visualization</description>
	<lastBuildDate>Tue, 18 Oct 2011 12:39:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Moiré Curves</title>
		<link>http://www.devjason.com/2009/06/25/moire-curves/</link>
		<comments>http://www.devjason.com/2009/06/25/moire-curves/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 00:49:18 +0000</pubDate>
		<dc:creator>jsmith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://www.devjason.com/?p=151</guid>
		<description><![CDATA[I wrote this during lunch to kill some time before a conference call. I liked the effect on the Moiré Pattern page and thought I would replicate a variation of it. Controls Left/Right Arrows or Mouse Buttons: Reverse direction or &#8230; <a href="http://www.devjason.com/2009/06/25/moire-curves/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.devjason.com/wp-content/uploads/2009/06/Moire-Circle-150x150.png" alt="Moiré Circle" title="Moiré Circle" width="150" height="150" class="alignleft size-thumbnail wp-image-157" /><br />
I wrote this during lunch to kill some time before a conference call.  I liked the effect on the <a href="http://en.wikipedia.org/wiki/Moiré_pattern">Moiré Pattern</a> page and thought I would replicate a variation of it.<br />
<span id="more-151"></span></p>
<h2>Controls</h2>
<p><b>Left/Right Arrows or Mouse Buttons</b>: Reverse direction or perform a step in that direction when in Step Mode.<br />
<b>Space or Middle Mouse Buttons</b>: Pause and enter Step mode<br />
<i>Note that after the circles pass each other, the left/right controls may seem counter-intuitive.</i></p>
<p><script src="http://java.com/js/deployJava.js"></script> <script type="text/javascript">// <![CDATA[
  var project_url = 'http://www.devjason.com/static/projects/processing/moire_circle/applet/';
  var attributes = {
    code:'moire_circle.class',
archive: project_url + 'moire_circle.jar',
    width:600,
    height:300
  };
  var parameters = {
    fontSize:12,
	 image: project_url + 'loading.gif'
  };
  var version = '1.5' ; // whichever minimum version you want to target, null works also
  deployJava.runApplet(attributes, parameters, version);
// ]]&gt;</script></p>
<p><a href="http://www.devjason.com/static/projects/processing/moire_circle/applet/moire_circle.pde">Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.devjason.com/2009/06/25/moire-curves/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Processing Maze Generator/Solver</title>
		<link>http://www.devjason.com/2009/06/25/processing-maze-generatorsolver/</link>
		<comments>http://www.devjason.com/2009/06/25/processing-maze-generatorsolver/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 00:30:25 +0000</pubDate>
		<dc:creator>jsmith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://www.devjason.com/?p=139</guid>
		<description><![CDATA[This is one of the first Processing projects I wrote a few months ago while I was waiting on a large database download and import. Requires a working Java plugin in your browser. The application has two phases: generating and &#8230; <a href="http://www.devjason.com/2009/06/25/processing-maze-generatorsolver/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-145" title="Maze" src="http://www.devjason.com/wp-content/uploads/2009/06/Maze-150x150.png" alt="Maze" width="150" height="150" /><br />
This is one of the first Processing projects I wrote a few months ago while I was waiting on a large database download and import.  Requires a working Java plugin in your browser.<br />
<span id="more-139"></span></p>
<p>The application has two phases: generating and solving.  You can restart the generation by clicking. After the maze has been generated click to begin solving from that point.</p>
<p><script src="http://java.com/js/deployJava.js"></script> <script type="text/javascript">// <![CDATA[
  var project_url = 'http://www.devjason.com/static/projects/processing/Maze/applet/';
  var attributes = {
    code:'Maze.class',
archive: project_url + 'Maze.jar',
    width:500,
    height:500
  };
  var parameters = {
    fontSize:12,
	 image: project_url + 'loading.gif'
  };
  var version = '1.5' ; // whichever minimum version you want to target, null works also
  deployJava.runApplet(attributes, parameters, version);
// ]]&gt;</script><br />
<a href="http://www.devjason.com/static/projects/processing/Maze/applet/Maze.pde">Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.devjason.com/2009/06/25/processing-maze-generatorsolver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

