<?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/"
	>

<channel>
	<title>Cartograph</title>
	<atom:link href="http://cartograph.unwesen.de/feed" rel="self" type="application/rss+xml" />
	<link>http://cartograph.unwesen.de</link>
	<description></description>
	<pubDate>Sat, 19 Jul 2008 22:08:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A Picture is worth a Thousand Words</title>
		<link>http://cartograph.unwesen.de/articles/a_picture_is_worth_a_thousand_words</link>
		<comments>http://cartograph.unwesen.de/articles/a_picture_is_worth_a_thousand_words#comments</comments>
		<pubDate>Thu, 10 Jul 2008 11:30:59 +0000</pubDate>
		<dc:creator>unwesen</dc:creator>
		
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://cartograph.unwesen.de/?p=1</guid>
		<description><![CDATA[ So here&#8217;s what cartograph is about. Well, pathfinding is not all it&#8217;s about, but it is a major component. Below are a few sample images of how cartograph might navigate from the green node to the red node.





And the beauty of all this is that the code that computes the actual path is the [...]]]></description>
			<content:encoded><![CDATA[<p> So here&#8217;s what cartograph is <a href="/?page_id=2">about</a>. Well, pathfinding is not all it&#8217;s about, but it is a major component. Below are a few sample images of how cartograph might navigate from the green node to the red node.</p>
<div style="text-align: center;">
<div class="blogimage"><a href="/images/cartograph_squares.png" target="_new"><img src="/images/cartograph_squares.png" width="100" height="78" /></a></div>
<div class="blogimage"><a href="/images/cartograph_hexagons.png" target="_new"><img src="/images/cartograph_hexagons.png" width="100" height="78" /></a></div>
<div class="blogimage"><a href="/images/cartograph_triangles.png" target="_new"><img src="/images/cartograph_triangles.png" width="100" height="78" /></a></div>
</div>
<p>And the beauty of all this is that the code that computes the actual path is the same for each tile shape.</p>
<p>Cartograph is not intended to grow much beyond this point. Sure, there&#8217;ll be more functionality common to most game maps that I&#8217;ll add over time, but one of it&#8217;s great features is that it&#8217;s intended to be very, very lightweight.</p>
<p><b>Update:</b> Head over to the <a href="/releases">releases page</a> to download and build the sources yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://cartograph.unwesen.de/articles/a_picture_is_worth_a_thousand_words/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
