<?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>create fifty-two &#187; processing.org</title>
	<atom:link href="http://create52.com/blog/category/processingorg/feed/" rel="self" type="application/rss+xml" />
	<link>http://create52.com/blog</link>
	<description>making things, one week at a time</description>
	<lastBuildDate>Sat, 09 Aug 2008 12:39:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>7/52: Mathematical exorcism &#8211; Quaternions, higher dimensions, fuera!</title>
		<link>http://create52.com/blog/2008/04/10/752-mathematical-exorcism-quaternions-higher-dimensions-fuera/</link>
		<comments>http://create52.com/blog/2008/04/10/752-mathematical-exorcism-quaternions-higher-dimensions-fuera/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 01:59:52 +0000</pubDate>
		<dc:creator>redlex</dc:creator>
				<category><![CDATA[graphics]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maths]]></category>
		<category><![CDATA[processing.org]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://create52.com/blog/2008/04/10/752-mathematical-exorcism-quaternions-higher-dimensions-fuera/</guid>
		<description><![CDATA[&#8220;Oh dear! Oh dear! I shall be too late!&#8221;
&#8211; The White Rabbit, Alice in Wonderland
And I am late, in a few ways. But join me in my rabbit-hole.
This is an exorcism of sorts. I found out the answer to a little question that was knocking around my brain for, oh, around 15 years&#8230;
Around 1987 I [...]]]></description>
			<content:encoded><![CDATA[<p><em>&#8220;Oh dear! Oh dear! I shall be too late!&#8221;</em></p>
<p>&#8211; The White Rabbit, Alice in Wonderland</p>
<p>And I am late, in a few ways. But join me in my rabbit-hole.</p>
<p>This is an exorcism of sorts. I found out the answer to a little question that was knocking around my brain for, oh, around 15 years&#8230;</p>
<p>Around 1987 I read a book called <a href="http://www.amazon.co.uk/Chaos-Making-Science-James-Gleick/dp/0749386061">Chaos</a> by <a href="http://www.around.com/">James Gleick</a>. This was something like a formative experience: being shown, in words and pictures, the strange ways nature (as well as man-made systems) could act: simple rules producing complex, &#8220;unpredictable&#8221; seeming behaviour; nature being self-similar on many levels (i.e. fractal); the way that order hides with disorder, and vice versa&#8230;  The book also covers some of the interesting characters and situations around the emergence of Chaos theory.</p>
<p>One of many mad illustrations in the book caught my eye. It was a computer-generated picture showing a sort of colourful square divided into four colours, four segments, like a pie. But this psychedelically demented pie was odd: between two any two colours on it, the other two colours interposed themselves. <em>Ad nauseam.</em> Here&#8217;s that diagram, which I&#8217;ve recreated:</p>
<p><a href="http://flickr.com/photos/redlex/sets/72157604132057582/"> <img src="http://farm3.static.flickr.com/2136/2339146076_8443c115ab_m.jpg" alt="Newton-Raphson 'pie' diagram for solutions to z^4 = 1" height="240" width="240" /></a></p>
<p>[click image to see more on my flickr site]</p>
<p>This <a href="http://en.wikipedia.org/wiki/Fractal">fractal</a> diagram is borne of a certain question concerning <a href="http://en.wikipedia.org/wiki/Complex_number">complex numbers</a>.  I am sometimes perversely interested in higher dimensions and strange mathemagical things, so when I found out years ago that there was a higher dimensional extension to the complex numbers called <em>Quaternions</em>, I wondered how the above picture would extend in these higher dimensions &#8211; would it be particularly interested or mad?</p>
<p>In order to find out the answer, I wrote a visualisation tool in Processing that pretty much told me the answer&#8230; (<a href="http://create52.com/newton-raphson/NewtonRaphsonInQuaternions.zip">Download processing script</a> &#8211; zip file, 16K).</p>
<p><a href="http://flickr.com/photos/redlex/2401603555/in/set-72157604132057582/"> <img src="http://farm3.static.flickr.com/2361/2401603555_34396bd413_m.jpg" height="240" width="240" /></a></p>
<p>Then I went and looked at the mathematics behind Quaternions, and found out that the answer I was seeing in the visualisation was correct.</p>
<p>They say one of the best ways to make sure you have understood something is to explain it to someone else &#8211; so with that in mind, I&#8217;ve written up the full gory details of the <a href="http://cookbook.create52.com/index.php?title=Quaternions">&#8216;answer&#8217;</a> on the create52 cookbook.</p>
<p>(Note on quaternions: The <a href="http://en.wikipedia.org/wiki/Quaternion">Quaternions</a> are a number system that can describe rotations (in 2, 3 and 4 dimensions), and  they are an extension of Complex numbers. Like a lot of things that bear some sort of fruit in mathematics, the Quaternions were originally considered <a href="http://en.wikipedia.org/wiki/Pathological_%28mathematics%29">&#8220;mathematically pathalogical&#8221;</a> (what a term).)</p>
<p>As penance for being somewhat lazy with getting this one out, I intend to do something with some utility next. Gawsh. Possibly something faceboot related, but actually useful with it&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://create52.com/blog/2008/04/10/752-mathematical-exorcism-quaternions-higher-dimensions-fuera/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>6/52: Typography toy</title>
		<link>http://create52.com/blog/2008/02/15/652-typography-toy/</link>
		<comments>http://create52.com/blog/2008/02/15/652-typography-toy/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 21:40:43 +0000</pubDate>
		<dc:creator>redlex</dc:creator>
				<category><![CDATA[graphics]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[processing.org]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://create52.com/blog/2008/02/15/652-typography-toy/</guid>
		<description><![CDATA[I wanted to start on a software tool for playing with typography (text) in a casual, bullying sort of way. Hence this typography toy, which I have stopped fiddling with now&#8230;
 
There&#8217;s a set on flickr of random pics I made with it. It&#8217;s more fun to play with it than look at the results, [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to start on a software tool for playing with typography (text) in a casual, bullying sort of way. Hence this typography toy, which I have stopped fiddling with now&#8230;</p>
<p align="center"> <img src="http://farm3.static.flickr.com/2414/2267833128_5b65879460_m.jpg" height="216" width="240" /></p>
<p>There&#8217;s a <a href="http://flickr.com/photos/redlex/sets/72157603917987981/" title="Typography toy pics on flickr">set on flickr</a> of random pics I made with it. It&#8217;s more fun to play with it than look at the results, though&#8230;</p>
<p>It&#8217;s written in <a href="http://processing.org" title="Processing">Processing</a> again. It&#8217;s downloadable via the following links:</p>
<ul>
<li>Windows: <a href="http://create52.com/typography-toy/typography-toy-0.9.windows.zip" title="Windows download">download</a> (approx 300K. Java must be installed on your system.)</li>
<li>Mac OS X (and possibly earlier versions): <a href="http://create52.com/typography-toy/typography-toy-0.9.macosx.zip" title="Mac OS X download">download</a> (approx 300K)</li>
<li>Linux: <a href="http://create52.com/typography-toy/typography-toy-0.9.linux.zip" title="Linux download">download</a> (approx 300K)</li>
</ul>
<p>The Processing source code is included with each download. If you download it, please read the readme.txt file &#8211; or else you&#8217;ll probably just scratch your head and go &#8220;whaaaa?&#8221; before resorting to a life of crime&#8230;.</p>
<p>Again I&#8217;m reminded that Processing isn&#8217;t the most natural seeming choice for software where you need some sort of complex interface: it doesn&#8217;t seem to come with the ability to add buttons etc. to your UI (although you can implement them yourself &#8211; doh!) &#8211; hence the large amount of key presses possible to control this thing. Of course, with some effort, a nicer interface is well possible&#8230;</p>
<p>&#8220;Typography&#8221; probably isn&#8217;t an accurate word for what this thing is &#8211; but somewhere a man is being eaten by a gruffalo, and that is much more important, don&#8217;t you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://create52.com/blog/2008/02/15/652-typography-toy/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>5/52: Million point sculptures: interactive toy written in Processing</title>
		<link>http://create52.com/blog/2008/01/24/552-million-point-sculptures-interactive-toy-written-in-processing/</link>
		<comments>http://create52.com/blog/2008/01/24/552-million-point-sculptures-interactive-toy-written-in-processing/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 01:53:58 +0000</pubDate>
		<dc:creator>redlex</dc:creator>
				<category><![CDATA[graphics]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maths]]></category>
		<category><![CDATA[processing.org]]></category>
		<category><![CDATA[sculpture]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://create52.com/blog/2008/01/24/552-million-point-sculptures-interactive-toy-written-in-processing/</guid>
		<description><![CDATA[A while ago I played with some mathemagical things called Million Point Sculptures. I was wanting to go back to these some day, so I&#8217;ve used a programming/visualization/interaction environment called Processing to make an interactive Million Point Sculpture toy. I added a few things like colours and weirdo line mode and I love some of [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago I played with some mathemagical things called Million Point Sculptures. I was wanting to go back to these some day, so I&#8217;ve used a programming/visualization/interaction environment called Processing to make an interactive Million Point Sculpture toy. I added a few things like colours and weirdo line mode and I love some of the results&#8230;</p>
<p>Sadly I can&#8217;t post the Processing interactive applet currently due to browser/haircut issues (that is coming shortly), but for now have some <a href="http://flickr.com/photos/redlex/sets/72157603786503565/" title="images">images</a> that came out of the applet I made&#8230;</p>
<p><img src="http://farm3.static.flickr.com/2229/2215799518_282f9f83e8_m.jpg" height="240" width="225" />   <img src="http://farm3.static.flickr.com/2269/2215003433_7042208e9a_m.jpg" height="240" width="225" /></p>
<p>The full set is at <a href="http://flickr.com/photos/redlex/sets/72157603786503565/" title="http://flickr.com/photos/redlex/sets/72157603786503565/">http://flickr.com/photos/redlex/sets/72157603786503565/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://create52.com/blog/2008/01/24/552-million-point-sculptures-interactive-toy-written-in-processing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.373 seconds -->

