<?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>Anteru's blog</title>
	<atom:link href="http://anteru.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://anteru.net</link>
	<description>Graphics, programming &#38; software engineering</description>
	<lastBuildDate>Sun, 15 Jan 2012 16:50:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using right/left-handed viewing systems with both DirectX &amp; OpenGL</title>
		<link>http://anteru.net/2011/12/27/1830/</link>
		<comments>http://anteru.net/2011/12/27/1830/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 07:00:36 +0000</pubDate>
		<dc:creator>Anteru</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[directx]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[opengl]]></category>

		<guid isPermaLink="false">http://anteru.net/?p=1830</guid>
		<description><![CDATA[One problem many 3D graphics beginners run into is left/right-handed view matrices. In many cases, beginners get stuck with left-handed coordinate systems because they start with DirectX. Worse of all, some sources on the web claim that DirectX somehow mandates &#8230; <a href="http://anteru.net/2011/12/27/1830/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://anteru.net/2011/12/27/1830/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenCL for realtime rendering: What&#8217;s missing?</title>
		<link>http://anteru.net/2011/12/06/1815/</link>
		<comments>http://anteru.net/2011/12/06/1815/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 17:00:38 +0000</pubDate>
		<dc:creator>Anteru</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[opencl]]></category>
		<category><![CDATA[realtime graphics]]></category>

		<guid isPermaLink="false">http://anteru.net/?p=1815</guid>
		<description><![CDATA[I&#8217;m a heavy user of OpenCL, relying on it exclusively for all my highly parallel computing needs. Recently, I started using OpenCL as a replacement for DirectCompute for a DirectX11 based renderer, and while it&#8217;s close, there is still a &#8230; <a href="http://anteru.net/2011/12/06/1815/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://anteru.net/2011/12/06/1815/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Proof: Free range teapots in the land of Point Reyes</title>
		<link>http://anteru.net/2011/09/24/1778/</link>
		<comments>http://anteru.net/2011/09/24/1778/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 07:00:33 +0000</pubDate>
		<dc:creator>Anteru</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://anteru.net/?p=1778</guid>
		<description><![CDATA[I think this is the first documented sighting of teapots at the Point Reyes:]]></description>
		<wfw:commentRss>http://anteru.net/2011/09/24/1778/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C++, ownership and shared_ptr</title>
		<link>http://anteru.net/2011/09/12/1773/</link>
		<comments>http://anteru.net/2011/09/12/1773/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 07:00:53 +0000</pubDate>
		<dc:creator>Anteru</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[c++]]></category>

		<guid isPermaLink="false">http://anteru.net/?p=1773</guid>
		<description><![CDATA[I&#8217;m a big fan of C++ shared_ptr &#8212; or I should rather say, I used to be a big fan. Lately I ran into some issues where the &#8220;shared ownership&#8221; model promoted by liberate use of shared_ptr started to make &#8230; <a href="http://anteru.net/2011/09/12/1773/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://anteru.net/2011/09/12/1773/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ava source code is now public</title>
		<link>http://anteru.net/2011/09/06/1766/</link>
		<comments>http://anteru.net/2011/09/06/1766/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 07:00:22 +0000</pubDate>
		<dc:creator>Anteru</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://anteru.net/?p=1766</guid>
		<description><![CDATA[A dear reader asked whether the Ava source code is public, and yes, it is now! Ava is a small video-processing tool I&#8217;ve been using for producing videos for publications (I have already blogged everything interesting about it.) It took &#8230; <a href="http://anteru.net/2011/09/06/1766/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://anteru.net/2011/09/06/1766/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GDC Europe 2011: Day 3, with a tiny amount of Gamescom</title>
		<link>http://anteru.net/2011/08/17/1756/</link>
		<comments>http://anteru.net/2011/08/17/1756/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 22:30:10 +0000</pubDate>
		<dc:creator>Anteru</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[gamescom]]></category>
		<category><![CDATA[gdc]]></category>

		<guid isPermaLink="false">http://anteru.net/?p=1756</guid>
		<description><![CDATA[Last day of the GDC, and three talks for me. The first one was &#8220;The three eras of Gaming&#8221; by Richard Garriot, His three eras were: Single-player games, massive-multiplayer games and finally social games, with the last category being rather &#8230; <a href="http://anteru.net/2011/08/17/1756/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://anteru.net/2011/08/17/1756/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GDC Europe 2011: Day 2</title>
		<link>http://anteru.net/2011/08/16/1743/</link>
		<comments>http://anteru.net/2011/08/16/1743/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 21:30:22 +0000</pubDate>
		<dc:creator>Anteru</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[gdc]]></category>
		<category><![CDATA[gdceurope]]></category>

		<guid isPermaLink="false">http://anteru.net/?p=1743</guid>
		<description><![CDATA[As expected, the GDC night was a long one so I decided to skip the first slot of the second day and went straight for IllFonic&#8216;s CryEngine 3 talk. I was hoping for some interesting war-stories, and at the least &#8230; <a href="http://anteru.net/2011/08/16/1743/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://anteru.net/2011/08/16/1743/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GDC Europe 2011: Day 1</title>
		<link>http://anteru.net/2011/08/15/1730/</link>
		<comments>http://anteru.net/2011/08/15/1730/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 19:00:56 +0000</pubDate>
		<dc:creator>Anteru</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[gdc]]></category>
		<category><![CDATA[gdceurope]]></category>

		<guid isPermaLink="false">http://anteru.net/?p=1730</guid>
		<description><![CDATA[The first day at the GDC Europe, and time for a live-reporting experiment. I&#8217;ll try to blog a daily summary of the talks I&#8217;ve seen at the GDC; let&#8217;s see how this works out. The first talk I went into &#8230; <a href="http://anteru.net/2011/08/15/1730/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://anteru.net/2011/08/15/1730/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: PVS Studio</title>
		<link>http://anteru.net/2011/07/18/1714/</link>
		<comments>http://anteru.net/2011/07/18/1714/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 07:00:33 +0000</pubDate>
		<dc:creator>Anteru</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[code analysis]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://anteru.net/?p=1714</guid>
		<description><![CDATA[Disclaimer: The friendly folks at Viva64 have kindly provided me a review version of PVS Studio. I could test it completely on my own, on my machine, just as if I would have bought it. As I have been curious &#8230; <a href="http://anteru.net/2011/07/18/1714/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://anteru.net/2011/07/18/1714/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Poor man&#8217;s animation framework revisited</title>
		<link>http://anteru.net/2011/05/02/1695/</link>
		<comments>http://anteru.net/2011/05/02/1695/#comments</comments>
		<pubDate>Mon, 02 May 2011 07:00:29 +0000</pubDate>
		<dc:creator>Anteru</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://anteru.net/?p=1695</guid>
		<description><![CDATA[Recently, I described the simple animation system I used for videos while at NVIDIA. After coming back, I&#8217;ve finally had some time to fix some remaining issues and and get a useful tool out of it. The core requirements remained &#8230; <a href="http://anteru.net/2011/05/02/1695/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://anteru.net/2011/05/02/1695/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.974 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-04 10:07:46 -->
<!-- Compression = gzip -->
