<?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>LiraNuna's Development Blog &#187; libellen</title>
	<atom:link href="http://www.liranuna.com/category/releases/libellen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.liranuna.com</link>
	<description>Just another coder</description>
	<lastBuildDate>Sun, 29 Aug 2010 08:09:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>libellen on devkitARM r26</title>
		<link>http://www.liranuna.com/libellen-on-devkitarm-r26/</link>
		<comments>http://www.liranuna.com/libellen-on-devkitarm-r26/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 17:30:48 +0000</pubDate>
		<dc:creator>LiraNuna</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[libellen]]></category>

		<guid isPermaLink="false">http://www.liranuna.com/?p=1066</guid>
		<description><![CDATA[Thanks to a contributed patch from Iván Vodopiviz, libellen now works on the latest release of devkitARM. libellen also recieved an official svn repository, incorporating this patch. Get libellen latest sources from svn using: svn co http://svn.liranuna.com/libellen/trunk ellen Current revision is 4, so this release is named libellen r4.]]></description>
			<content:encoded><![CDATA[<p>Thanks to a contributed patch from Iván Vodopiviz, libellen now works on the latest release of <a href="http://www.devkitpro.org/">devkitARM</a>.</p>
<p>libellen also recieved an official svn repository, incorporating this patch. Get libellen latest sources from svn using:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">svn</span> <span style="color: #c20cb9; font-weight: bold;">co</span> http:<span style="color: #000000; font-weight: bold;">//</span>svn.liranuna.com<span style="color: #000000; font-weight: bold;">/</span>libellen<span style="color: #000000; font-weight: bold;">/</span>trunk ellen</pre></div></div>

<p>Current revision is 4, so this release is named libellen r4.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liranuna.com/libellen-on-devkitarm-r26/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New libellen release</title>
		<link>http://www.liranuna.com/new-libellen-release/</link>
		<comments>http://www.liranuna.com/new-libellen-release/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 19:47:53 +0000</pubDate>
		<dc:creator>LiraNuna</dc:creator>
				<category><![CDATA[libellen]]></category>

		<guid isPermaLink="false">http://www.liranuna.com/?p=779</guid>
		<description><![CDATA[The impossible happened! I actually took some time to clean up and resolve the libellen-libnds collision problems, while also transforming libellen to the traditional library.a file. I also added very primitive background handler &#8211; it works, but don&#8217;t count on it. Download it HERE. Please remember that the source code and library (and everything inside [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-medium wp-image-747 aligncenter" style="border: 0pt none;" title="logo.gif" src="http://www.liranuna.com/wordpress/wp-content/uploads/2008/04/logo.gif" alt="" width="32" height="32" /></p>
<p>The impossible happened! I actually took some time to clean up and resolve the libellen-libnds collision problems, while also transforming libellen to the traditional library.a file. I also added very primitive background handler &#8211; it works, but don&#8217;t count on it.</p>
<p>Download it <a href="http://www.liranuna.com/wordpress/wp-content/uploads/2008/09/libellen-source.zip">HERE</a>.</p>
<p>Please remember that the source code and library (and everything inside the zip archive) is released under the terms of the <a href="http://sam.zoy.org/wtfpl/">WTFPL</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liranuna.com/new-libellen-release/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>libellen &#8211; first and final release</title>
		<link>http://www.liranuna.com/libellen-first-and-final-release/</link>
		<comments>http://www.liranuna.com/libellen-first-and-final-release/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 21:39:11 +0000</pubDate>
		<dc:creator>LiraNuna</dc:creator>
				<category><![CDATA[libellen]]></category>

		<guid isPermaLink="false">http://liranuna.drunkencoders.com/libellen-first-and-final-release/</guid>
		<description><![CDATA[Since I&#8217;m not going to do any further development on this (for various reasons), I have decided to release libellen &#8211; a sprite handling library for the Nintendo DS, based on libnds. The library is released under the terms of the WTFPL. The source and &#8220;example&#8221; are super documented, and evena  Doxyfile is attached if [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;"><img src="http://www.liranuna.com/wordpress/wp-content/uploads/2008/04/logo.gif" alt="libellen logo" /></div>
<p>Since I&#8217;m not going to do any further development on this (for various reasons), I have decided to release libellen &#8211; a sprite handling library for the Nintendo DS, based on libnds.</p>
<p>The library is released under the terms of the <a href="http://sam.zoy.org/wtfpl/">WTFPL</a>.</p>
<p>The source and &#8220;example&#8221; are super documented, and evena  Doxyfile is attached if you want to create documentations.<br />
The library was tested and compiled using devkitARM r21 with god-knows-what libnds version. If you find incompatibilities, I&#8217;ll be happy if YOU would fix them.</p>
<p>Have fun and happy coding!</p>
<p>For those who are intrigued by the name &#8211; lib-ell-en (L &#8211; N, my name&#8217;s initials) could also be read as libellen &#8211; dutch for &#8220;Dragonfly&#8221; which is what the logo is based on. For those who wonder, the logo is also released under the terms of the <a href="http://sam.zoy.org/wtfpl/">WTFPL</a>.</p>
<p>Some history:<br />
libellen was first made as the low-level library for ToD2, but was quickly got good enough to be expended. My second goal was also to get people to stop using PAlib, an old, slow and deprecated library which people insisted on using. The library was not complete, but the sprite handling was. after more then 6 months of inactivity, I have decided to release the library to just handle sprites.</p>
<p>Source could be downloaded from <a href="http://www.liranuna.com/wordpress/wp-content/uploads/2008/04/libellen-src.zip">HERE</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.liranuna.com/libellen-first-and-final-release/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
