<?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>Robots w/Lasers &#187; Mandelbrot</title>
	<atom:link href="http://blog.davr.org/category/nintendo-ds/mandelbrot/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.davr.org</link>
	<description>Nintendo DS &#038; GBA development, microcontrollers, and occasionally FPGAs</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:51:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>DLDI-support for Mandelbrots</title>
		<link>http://blog.davr.org/2008/05/05/dldi-support-for-mandelbrots/</link>
		<comments>http://blog.davr.org/2008/05/05/dldi-support-for-mandelbrots/#comments</comments>
		<pubDate>Mon, 05 May 2008 17:59:43 +0000</pubDate>
		<dc:creator>davr</dc:creator>
				<category><![CDATA[Mandelbrot]]></category>
		<category><![CDATA[Nintendo DS]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.davr.org/2008/05/05/dldi-support-for-mandelbrots/</guid>
		<description><![CDATA[Just a tiny update to my homebrew mandelbrot browser for Nintendo DS. This version merely adds DLDI-support, meaning you should be able to save screenshots as .PNG from pretty much any flashcart. Check the previous post for screenshots, more info, etc. To the right is an actual image saved from the program. Download r06 .nds]]></description>
			<content:encoded><![CDATA[<p><img src="http://davr.org/ds2/mandel99.png" width="256" height="192" align="right"/>Just a tiny update to my homebrew mandelbrot browser for Nintendo DS. This version merely adds DLDI-support, meaning you should be able to save screenshots as .PNG from pretty much any flashcart. Check the <a href="http://blog.davr.org/2006/08/16/more-mandelbrots/">previous post</a> for screenshots, more info, etc. To the right is an actual image saved from the program.</p>
<p><b><a href="http://davr.org/ds2/mandel06.zip">Download r06 .nds</a></b></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davr.org/2008/05/05/dldi-support-for-mandelbrots/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>More Mandelbrots</title>
		<link>http://blog.davr.org/2006/08/16/more-mandelbrots/</link>
		<comments>http://blog.davr.org/2006/08/16/more-mandelbrots/#comments</comments>
		<pubDate>Wed, 16 Aug 2006 18:46:23 +0000</pubDate>
		<dc:creator>davr</dc:creator>
				<category><![CDATA[Mandelbrot]]></category>
		<category><![CDATA[Nintendo DS]]></category>

		<guid isPermaLink="false">http://blog.davr.org/2006/08/16/more-mandelbrots/</guid>
		<description><![CDATA[A quick update to the mandelbrot explorer, this improves speed when you are not zoomed in very far. When you are zoomed below 175x, I will use 32 bit (1.17.14) fixed point numbers, which greatly improves speed. However, if you zoom beyond that, then it switches back to 64 bit (1.35.28), which provides greater precision. [...]]]></description>
			<content:encoded><![CDATA[<p>A quick update to the mandelbrot explorer, this improves speed when you are not zoomed in very far. When you are zoomed below 175x, I will use 32 bit (1.17.14) fixed point numbers, which greatly improves speed. However, if you zoom beyond that, then it switches back to 64 bit (1.35.28), which provides greater precision. I&#8217;ve measured, and you can zoom to approx 200,000x before you start getting pixelated due to lack of precision, at which point I switch to floating point (which slows it down a bit), but you can zoom a bit farther then.</p>
<p>Next, I will start looking into optimizations of the algorithm itself. Two things I have heard of, but not really researched, are &#8216;boundary tracing&#8217; and &#8216;periodicity checking&#8217;</p>
<p><b>R05 Download:</b> <a href="http://davr.org/ds2/mandel05.zip">.nds and .ds.gba</a><br />
<b>Changes since R04:</b> Minor optimizations and quality improvements.</p>
<p>Here&#8217;s some more PNGs saved out from my app:</p>
<table>
<tr>
<td><img src="http://davr.org/ds2/mandel1.png" /></td>
<td><img src="http://davr.org/ds2/mandel1b.png" /></td>
</tr>
<tr>
<td><img src="http://davr.org/ds2/mandel3.png" /></td>
<td><img src="http://davr.org/ds2/mandel4.png" /></td>
</tr>
<tr>
<td><img src="http://davr.org/ds2/mandel5.png" /></td>
<td><img src="http://davr.org/ds2/mandel6.png" /></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blog.davr.org/2006/08/16/more-mandelbrots/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The Mandelbrot Set</title>
		<link>http://blog.davr.org/2006/08/15/the-mandelbrot-set/</link>
		<comments>http://blog.davr.org/2006/08/15/the-mandelbrot-set/#comments</comments>
		<pubDate>Tue, 15 Aug 2006 16:28:40 +0000</pubDate>
		<dc:creator>davr</dc:creator>
				<category><![CDATA[Mandelbrot]]></category>
		<category><![CDATA[Nintendo DS]]></category>

		<guid isPermaLink="false">http://blog.davr.org/2006/08/15/the-mandelbrot-set/</guid>
		<description><![CDATA[I was inspired to make a fractal explorer for the DS, and what better fractal than the classic Mandelbrot Set! If you don&#8217;t know what a Mandelbrot is, or why it&#8217;s in a set, check trusty Wikipedia. This is an initial version, I&#8217;m still working on how to best balance speed and quality. This isn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I was inspired to make a fractal explorer for the DS, and what better fractal than the classic <a href="http://www.jonathancoulton.com/lyrics/mandelbrot-set">Mandelbrot Set</a>! If you don&#8217;t know what a Mandelbrot is, or why it&#8217;s in a set, check trusty <a href="http://en.wikipedia.org/wiki/Mandelbrot_set">Wikipedia</a>.</p>
<p>This is an initial version, I&#8217;m still working on how to best balance speed and quality. This isn&#8217;t the fastest it can be, but it&#8217;s not the best quality either. You can zoom a ways in, but not as far as I would like. You&#8217;ll know when you&#8217;ve hit the limit of precision, because edges start getting very rough and strange patterns (stranger than normal mandelbrot, that is).</p>
<p>Features in <strong>R04</strong>:</p>
<ul>
<li>Zoom by dragging a rectangle</li>
<li>Save screenshot to PNG</li>
<li>Panning, Zooming, Adjust Iterations by buttons</li>
<li>14 different color palettes</li>
</ul>
<p><a href="http://davr.org/ds2/mandel04.zip">Download .nds &#038; .ds.gba</a></p>
<table>
<tr>
<td><img src="http://davr.org/ds2/mandelscreen.png"/></td>
<td><img src="http://davr.org/ds2/mandelbrot000.png"/><br /><img src="http://davr.org/ds2/mandelbrot001.png"/></td>
</tr>
<tr>
<td><img src="http://davr.org/ds2/mandelbrot002.png"/><br /><img src="http://davr.org/ds2/mandelbrot003.png"/></td>
<td><img src="http://davr.org/ds2/mandelbrot004.png"/><br /><img src="http://davr.org/ds2/mandelbrot005.png"/></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blog.davr.org/2006/08/15/the-mandelbrot-set/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

