<?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>Game Dev Geek &#187; SDL</title>
	<atom:link href="http://gamedevgeek.com/category/sdl/feed/" rel="self" type="application/rss+xml" />
	<link>http://gamedevgeek.com</link>
	<description>Cross Platform Game Development</description>
	<lastBuildDate>Thu, 12 Mar 2009 12:24:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Game Programming With Ruby</title>
		<link>http://gamedevgeek.com/2007/11/20/game-programming-with-ruby/</link>
		<comments>http://gamedevgeek.com/2007/11/20/game-programming-with-ruby/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 03:24:41 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[SDL]]></category>

		<guid isPermaLink="false">http://gamedevgeek.com/2007/11/20/game-programming-with-ruby/</guid>
		<description><![CDATA[After over a year of inactivity I&#8217;m back with a new tutorial. Hopefully it won&#8217;t take me so long to write the next one. Only time will tell. My latest tutorial is called Getting Started With Rubygame. It&#8217;s a very brief introduction to the Rubygame library. Rubygame is a wrapper for SDL. Check out the [...]]]></description>
			<content:encoded><![CDATA[<p>After over a year of inactivity I&#8217;m back with a new tutorial. Hopefully it won&#8217;t take me so long to write the next one. Only time will tell.</p>
<p>My latest tutorial is called <a href="http://gamedevgeek.com/tutorials/getting-started-with-rubygame/">Getting Started With Rubygame</a>. It&#8217;s a very brief introduction to the Rubygame library. Rubygame is a wrapper for SDL.</p>
<p>Check out the tutorial and let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://gamedevgeek.com/2007/11/20/game-programming-with-ruby/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Sprite Animation Tutorial</title>
		<link>http://gamedevgeek.com/2006/05/19/sprite-animation-tutorial/</link>
		<comments>http://gamedevgeek.com/2006/05/19/sprite-animation-tutorial/#comments</comments>
		<pubDate>Fri, 19 May 2006 21:26:35 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[SDL]]></category>

		<guid isPermaLink="false">http://gamedevgeek.com/2006/05/19/sprite-animation-tutorial/</guid>
		<description><![CDATA[A third SDL tutorial has been added to the tutorials page: Animating Sprites with SDL I received a few requests to add animation to the previous tutorial, so here it is. Also, the downloads for the other two SDL tutorials have been updated with project files for Visual C++ 2005.]]></description>
			<content:encoded><![CDATA[<p>A third SDL tutorial has been added to the tutorials page:</p>
<ul>
<li><a href="/tutorials/animating-sprites-with-sdl/">Animating Sprites with SDL</a></li>
</ul>
<p>I received a few requests to add animation to the previous tutorial, so here it is.</p>
<p>Also, the downloads for the other two SDL tutorials have been updated with project files for Visual C++ 2005.</p>
]]></content:encoded>
			<wfw:commentRss>http://gamedevgeek.com/2006/05/19/sprite-animation-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SDL 1.2.10 Released</title>
		<link>http://gamedevgeek.com/2006/05/18/sdl-1210-released/</link>
		<comments>http://gamedevgeek.com/2006/05/18/sdl-1210-released/#comments</comments>
		<pubDate>Thu, 18 May 2006 14:31:30 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[SDL]]></category>

		<guid isPermaLink="false">http://gamedevgeek.com/2006/05/18/sdl-1210-released/</guid>
		<description><![CDATA[The latest update to SDL was released yesterday. According to the release notes, this is a major release. They also highlight several OpenGL chnages and updates as well as major changes to the build system. The most significant change for me is the ability to build Universal Binary applications for Mac OS X. This is [...]]]></description>
			<content:encoded><![CDATA[<p>The latest update to SDL was released yesterday.</p>
<p>According to the <a href="http://www.libsdl.org/release/changes.html">release notes</a>, this is a major release.  They also highlight several OpenGL chnages and updates as well as major changes to the build system.</p>
<p>The most significant change for me is the ability to build Universal Binary applications for Mac OS X.  This is possible using Xcode or traditional makefiles.  This is great news for all Mac game developers.</p>
<p>You can always get the latest version of SDL from their <a href="http://www.libsdl.org/download.php">download page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gamedevgeek.com/2006/05/18/sdl-1210-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SDL Tutorials</title>
		<link>http://gamedevgeek.com/2006/05/05/sdl-tutorials/</link>
		<comments>http://gamedevgeek.com/2006/05/05/sdl-tutorials/#comments</comments>
		<pubDate>Fri, 05 May 2006 19:51:27 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[SDL]]></category>

		<guid isPermaLink="false">http://gamedevgeek.com/2006/05/05/sdl-tutorials/</guid>
		<description><![CDATA[Two SDL tutorials have been added to the site: Getting Started With SDL Moving Sprites With SDL These should be enough to get you started with SDL. More advanced tutorials are coming soon.]]></description>
			<content:encoded><![CDATA[<p>Two SDL tutorials have been added to the site:</p>
<ul>
<li><a href="/tutorials/getting-started-with-sdl/">Getting Started With SDL</a></li>
<li><a href="/tutorials/moving-sprites-with-sdl/">Moving Sprites With SDL</a></li>
</ul>
<p>These should be enough to get you started with SDL.  More advanced tutorials are coming soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://gamedevgeek.com/2006/05/05/sdl-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
