<?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>Ananth&#039;s very own website &#187; Rants</title>
	<atom:link href="http://ananthonline.net/category/blog/rants/feed" rel="self" type="application/rss+xml" />
	<link>http://ananthonline.net</link>
	<description>Nemo vir est qui mundum non reddat meliorem</description>
	<lastBuildDate>Sun, 29 Jan 2012 05:04:09 +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>OpenGL problem</title>
		<link>http://ananthonline.net/2008/09/18/opengl-problem/</link>
		<comments>http://ananthonline.net/2008/09/18/opengl-problem/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 11:23:49 +0000</pubDate>
		<dc:creator>ananth</dc:creator>
				<category><![CDATA[Brahma]]></category>
		<category><![CDATA[OpenGL]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://blog.ananthonline.net/?p=21</guid>
		<description><![CDATA[ Tweet <p>I&#8217;ve been trying to get Brahma working with OpenGL, and although the code is complete to bring the OpenGL/GLSL provider on par to the DirectX provider (GLSL code is generated, compiles fine), I&#8217;m having problems getting results back from the GPU. I really wish OpenGL would DO something about the dreadful uncertainties across [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fananthonline.net%2F2008%2F09%2F18%2Fopengl-problem%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://ananthonline.net/2008/09/18/opengl-problem/"></g:plusone>
			</div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://ananthonline.net/2008/09/18/opengl-problem/"  data-text="OpenGL problem" data-count="horizontal" data-via="ananthonline">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://ananthonline.net/2008/09/18/opengl-problem/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>I&#8217;ve been trying to get Brahma working with OpenGL, and although the code is complete to bring the OpenGL/GLSL provider on par to the DirectX provider (GLSL code is generated, compiles fine), I&#8217;m having problems getting results back from the GPU. I really wish OpenGL would DO something about the dreadful uncertainties across versions, vendors and drivers. I got a whiff of something called <a href="http://en.wikipedia.org/wiki/OpenCL" target="_blank">OpenCL</a> that&#8217;s being cooked up. If delivered properly, it might be answer to a lot of woes. Anyway, I digress. There&#8217;s enough material there for a whole new post <img src='http://ananthonline.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m having problems getting a proper data-round trip between the CPU and GPU (I&#8217;m using FBO&#8217;s). I&#8217;m not sure why that is, but it works if I don&#8217;t perform any renders, but just crashes the moment I do. Since I&#8217;m at a loss as to what&#8217;s going on, I though I&#8217;d give a holler to any OpenGL experts out there who can help me figure out what&#8217;s going on.</p>
<p>The two unit tests of relevance in this case are</p>
<ol>
<li>DataRoundTrip</li>
<li>IdentityTransform</li>
</ol>
<p>Weird. Hope someone can help me figure this out soon, I&#8217;d really like to get this baby running on Linux and Mono. Thanks in advance for any help!</p>
]]></content:encoded>
			<wfw:commentRss>http://ananthonline.net/2008/09/18/opengl-problem/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SlimDX</title>
		<link>http://ananthonline.net/2007/09/11/slimdx/</link>
		<comments>http://ananthonline.net/2007/09/11/slimdx/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 19:23:12 +0000</pubDate>
		<dc:creator>ananth</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://blog.ananthonline.net/?p=13</guid>
		<description><![CDATA[ Tweet <p>I just found out about SlimDX, and I think this is perhaps the best news I&#8217;ve gotten in a long time. DirectX from Managed code was a god-awful mess, what with MDX 1.1 being frozen and MDX 2.0 thrown out the window. Xna was never really the successor to MDX because it was [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fananthonline.net%2F2007%2F09%2F11%2Fslimdx%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://ananthonline.net/2007/09/11/slimdx/"></g:plusone>
			</div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://ananthonline.net/2007/09/11/slimdx/"  data-text="SlimDX" data-count="horizontal" data-via="ananthonline">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://ananthonline.net/2007/09/11/slimdx/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>I just found out about <a title="SlimDX" href="http://slimdx.mdxinfo.com/" target="_blank">SlimDX</a>, and I think this is perhaps the best news I&#8217;ve gotten in a long time. DirectX from Managed code was a god-awful mess, what with MDX 1.1 being frozen and MDX 2.0 thrown out the window. Xna was never really the successor to MDX because it was meant as a game development API and not really a graphics API exposing core GPU functionality to programmers.</p>
<p><a href="http://slimdx.mdxinfo.com/wiki/index.php?title=Main_Page#Why_not_use_Managed_DirectX.3F" target="_blank">Here</a> are some of the reasons a Managed DirectX wins out over Xna. Of course one of my pet peeves is video support for Xna. There are two good threads you can read through about this, <a href="http://forums.xna.com/thread/23264.aspx" target="_blank">here</a> and <a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1371067&amp;SiteID=1" target="_blank">here</a>. With DirectX 10 support (albeit alpha), this is definitely a move in the right direction.</p>
]]></content:encoded>
			<wfw:commentRss>http://ananthonline.net/2007/09/11/slimdx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding references to Xna</title>
		<link>http://ananthonline.net/2007/08/26/adding-references-to-xna/</link>
		<comments>http://ananthonline.net/2007/08/26/adding-references-to-xna/#comments</comments>
		<pubDate>Sun, 26 Aug 2007 14:51:17 +0000</pubDate>
		<dc:creator>ananth</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://blog.ananthonline.net/?p=11</guid>
		<description><![CDATA[ Tweet <p>Adding a reference to XNA isn&#8217;t as simple as it appears, it would seem. According to Stephen Stryrchak (full thread here),</p> <p>&#8220;Unfortunately, it&#8217;s not that straightforward. The (XNA) redist installs the runtime as a runtime, not as an SDK. The Add Reference dialog doesn&#8217;t enumerate assemblies from the GAC, which is where the [...]]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fananthonline.net%2F2007%2F08%2F26%2Fadding-references-to-xna%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://ananthonline.net/2007/08/26/adding-references-to-xna/"></g:plusone>
			</div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://ananthonline.net/2007/08/26/adding-references-to-xna/"  data-text="Adding references to Xna" data-count="horizontal" data-via="ananthonline">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://ananthonline.net/2007/08/26/adding-references-to-xna/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>Adding a reference to <a href="http://msdn2.microsoft.com/en-us/xna/default.aspx" title="Xna" target="_blank">XNA</a> isn&#8217;t as simple as it appears, it would seem. According to Stephen Stryrchak (full thread <a href="http://forums.xna.com/thread/20490.aspx" target="_blank">here</a>),</p>
<blockquote><p>&#8220;Unfortunately, it&#8217;s not that straightforward. The (XNA) redist installs the runtime as a runtime, not as an SDK. The Add Reference dialog doesn&#8217;t enumerate assemblies from the GAC, which is where the runtime is installed.</p></blockquote>
<blockquote><p>In order to be able to reference the assemblies, you&#8217;ll need to copy them out of your GAC after installing the redist, and put them in another folder. Then when you add your references, you&#8217;ll need to browse to the folder where you put the copies. At runtime, your game will use the ones from the GAC, but at design-time you need to get them from somewhere else.</p>
<p>Please note also that you will not have Intellisense documentation if you do this. That is, you&#8217;ll get statement completion, but there won&#8217;t be any descriptions of types, methods, or arguments for any of the XNA Framework types.&#8221;</p></blockquote>
<p><font style="background-color: #f5f5f5">Oh well. Tedious, <em>isn&#8217;t it</em>?</font></p>
]]></content:encoded>
			<wfw:commentRss>http://ananthonline.net/2007/08/26/adding-references-to-xna/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How would you change Windows Vista?</title>
		<link>http://ananthonline.net/2007/08/20/how-would-you-change-windows-vista/</link>
		<comments>http://ananthonline.net/2007/08/20/how-would-you-change-windows-vista/#comments</comments>
		<pubDate>Mon, 20 Aug 2007 19:55:16 +0000</pubDate>
		<dc:creator>ananth</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://blog.ananthonline.net/?p=9</guid>
		<description><![CDATA[ Tweet <p>A friend gave me this link &#8230; and I took out the time to write my own comment here. Now that I think about it, it IS an interesting topic. I&#8217;ll keep&#160;updating a wishlist as I come across new things I&#160;need/want in Vista.</p> ]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fananthonline.net%2F2007%2F08%2F20%2Fhow-would-you-change-windows-vista%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://ananthonline.net/2007/08/20/how-would-you-change-windows-vista/"></g:plusone>
			</div>
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://ananthonline.net/2007/08/20/how-would-you-change-windows-vista/"  data-text="How would you change Windows Vista?" data-count="horizontal" data-via="ananthonline">Tweet</a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://ananthonline.net/2007/08/20/how-would-you-change-windows-vista/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>A friend gave me <a href="http://www.engadget.com/2007/08/19/how-would-you-change-windows-vista/" target="_blank">this</a> link &#8230; and I took out the time to write my own comment <a href="http://www.engadget.com/2007/08/19/how-would-you-change-windows-vista/8#comments" target="_blank">here</a>. Now that I think about it, it IS an interesting topic. I&#8217;ll keep&nbsp;updating a wishlist as I come across new things I&nbsp;need/want in Vista.</p>
]]></content:encoded>
			<wfw:commentRss>http://ananthonline.net/2007/08/20/how-would-you-change-windows-vista/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

