<?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>eyBlog</title>
	<atom:link href="http://eymike.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://eymike.com/blog</link>
	<description>where ey develops</description>
	<lastBuildDate>Sat, 20 Aug 2011 04:17:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>DX 11 Tessellation</title>
		<link>http://eymike.com/blog/?p=82</link>
		<comments>http://eymike.com/blog/?p=82#comments</comments>
		<pubDate>Sat, 20 Aug 2011 04:17:27 +0000</pubDate>
		<dc:creator>Yenian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://eymike.com/blog/?p=82</guid>
		<description><![CDATA[Building upon my last spike, I put together a basic use of these new features in DX11. Again using SlimDX, this time to render a 16 control point bezier patch. The fact that you can&#8217;t debug a Hull or Domain shader in PIX made getting this right a bit trickier. Hopefully, MS will resolve that [...]]]></description>
			<content:encoded><![CDATA[<p>Building upon my last spike, I put together a basic use of these new features in DX11.  Again using SlimDX, this time to render a 16 control point bezier patch.</p>
<p><a href="http://eymike.com/blog/wp-content/uploads/2011/08/Capture.png"><img src="http://eymike.com/blog/wp-content/uploads/2011/08/Capture.png" alt="" title="Capture" width="656" height="518" class="aligncenter size-full wp-image-83" /></a></p>
<p>The fact that you can&#8217;t debug a Hull or Domain shader in PIX made getting this right a bit trickier.  Hopefully, MS will resolve that in the next release.</p>
]]></content:encoded>
			<wfw:commentRss>http://eymike.com/blog/?feed=rss2&#038;p=82</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shadow Mapping, SlimDX, DX11</title>
		<link>http://eymike.com/blog/?p=77</link>
		<comments>http://eymike.com/blog/?p=77#comments</comments>
		<pubDate>Sun, 14 Aug 2011 02:56:36 +0000</pubDate>
		<dc:creator>Yenian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[directx 11]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[slimdx]]></category>

		<guid isPermaLink="false">http://eymike.com/blog/?p=77</guid>
		<description><![CDATA[The loss of my desktops SSD recently &#8216;inspired&#8217; me to finally examine a simple graphical technique I&#8217;d previously never implemented: depth map shadows. I&#8217;d always read about the technique, and on the surface, it&#8217;s rather simple, but I&#8217;d never implemented it myself to really grok it. And since I was restricted to my laptop for [...]]]></description>
			<content:encoded><![CDATA[<p>The loss of my desktops SSD recently &#8216;inspired&#8217; me to finally examine a simple graphical technique I&#8217;d previously never implemented: depth map shadows.  I&#8217;d always read about the technique, and on the surface, it&#8217;s rather simple, but I&#8217;d never implemented it myself to really grok it.  And since I was restricted to my laptop for a while and in a graphics mood, I had at it.</p>
<p>I also used it as an opportunity to hack out the basics of using SlimDX to get stuff on the screen.  The first bit was mostly navigating through all the gotchas to get a cube and a plane rendering, then get them lit, then get them shadowed.  Ultimately increasing my knowledge of DX11, SlimDX development all in one go with a one-off.</p>
<p>And what&#8217;s a graphics post without a demo video?</p>
<p><iframe width="425" height="349" src="http://www.youtube.com/embed/GV7IUY6Il9k?hl=en&#038;fs=1" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://eymike.com/blog/?feed=rss2&#038;p=77</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://eymike.com/blog/?p=70</link>
		<comments>http://eymike.com/blog/?p=70#comments</comments>
		<pubDate>Mon, 09 May 2011 03:58:41 +0000</pubDate>
		<dc:creator>Yenian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://eymike.com/blog/?p=70</guid>
		<description><![CDATA[If you make the size of your buffer when batching simple primitives evenly divisible by 2 and by 3, you don&#8217;t need to do anything special if you have to flush before the user calls End().]]></description>
			<content:encoded><![CDATA[<p>If you make the size of your buffer when batching simple primitives evenly divisible by 2 and by 3, you don&#8217;t need to do anything special if you have to flush before the user calls End().</p>
]]></content:encoded>
			<wfw:commentRss>http://eymike.com/blog/?feed=rss2&#038;p=70</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Background</title>
		<link>http://eymike.com/blog/?p=64</link>
		<comments>http://eymike.com/blog/?p=64#comments</comments>
		<pubDate>Sat, 20 Nov 2010 07:00:08 +0000</pubDate>
		<dc:creator>Yenian</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://eymike.com/blog/?p=64</guid>
		<description><![CDATA[I&#8217;m not much of an artist, but this might make an ok background in an in progress project.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not much of an artist, but this might make an ok background in an in progress project.</p>
<p><img src="http://eymike.com/blog/wp-content/uploads/2010/11/ukiyo-e-mountains-300x100.png" alt="" title="ukiyo-e mountains" width="300" height="100" class="aligncenter size-medium wp-image-65" /></p>
]]></content:encoded>
			<wfw:commentRss>http://eymike.com/blog/?feed=rss2&#038;p=64</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Game State Management and Loading</title>
		<link>http://eymike.com/blog/?p=59</link>
		<comments>http://eymike.com/blog/?p=59#comments</comments>
		<pubDate>Sun, 19 Sep 2010 18:47:34 +0000</pubDate>
		<dc:creator>Yenian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[theoretical]]></category>
		<category><![CDATA[xna]]></category>

		<guid isPermaLink="false">http://eymike.com/blog/?p=59</guid>
		<description><![CDATA[In my projects, I&#8217;ve been using various Game State Management schemes generally derived from the pretty good XNA Game State Management Sample. (The rest of this post assumes you&#8217;re familiar with that particular implementation) Now, this sample incorporates a loading screen, which does the trick, but it is not animated; it does not launch a [...]]]></description>
			<content:encoded><![CDATA[<p>In my projects, I&#8217;ve been using various Game State Management schemes generally derived from the pretty good XNA <a href="http://creators.xna.com/en-US/samples/gamestatemanagement">Game State Management Sample</a>.  (The rest of this post assumes you&#8217;re familiar with that particular implementation) Now, this sample incorporates a loading screen, which does the trick, but it is not animated; it does not launch a separate thread to load on while giving some visual feedback that the machine hasn&#8217;t locked up.  Telling your users that you&#8217;re loading is only about half the point: indicating progress or at least animating something to tell them you haven&#8217;t locked up/died is the other half.</p>
<p>I&#8217;ve been thinking a bit about this problem lately, and I think the solution may be to redesign the GSM system to always assume a new screen is going to load slowly, therefore always showing the loading screen.  The base GameScreen class should be placed in a loading state: the screen we are transitioning away from flips from it&#8217;s &#8216;normal&#8217; state into a &#8216;loading&#8217; state, and waits til the load is complete to actually transition off.  With the base GameScreen just specifying the state, inheriting screens can customize how they display the loading on a per screen basis, or a intermediate class could be defined that just defines how loading is displayed in that particular game and all leaf node screens inherit from that screen.  This makes for a very easy and clean way to make sure loading works the same way across the entire application.  </p>
<p>Screens that load quickly will probably just blink from one to another without really displaying the graphic, and ones that are slow will automatically display the graphic.  If the transition is bumpy, one could set a flag (loadingIsSlow = true) to indicate to use the second thread to load and show the loading screen.</p>
<p>The issues of XNA&#8217;s GraphicsDevice being thread safe need to be addressed, but that&#8217;s a different post.</p>
]]></content:encoded>
			<wfw:commentRss>http://eymike.com/blog/?feed=rss2&#038;p=59</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stack Overflow and the Xbox 360</title>
		<link>http://eymike.com/blog/?p=55</link>
		<comments>http://eymike.com/blog/?p=55#comments</comments>
		<pubDate>Sat, 10 Apr 2010 15:04:50 +0000</pubDate>
		<dc:creator>Yenian</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Shmup You]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[xbox360]]></category>
		<category><![CDATA[xna]]></category>

		<guid isPermaLink="false">http://eymike.com/blog/?p=55</guid>
		<description><![CDATA[I discovered some unexpected behavior while working on Shmup You this past week. On the Xbox 360, creating an infinite recursion via a property won&#8217;t cause a stack overflow exception. Instead, the screen will black, and the Visual Studio debugger will lose all symbols and stacks on every thread. So this yields a black screen: [...]]]></description>
			<content:encoded><![CDATA[<p>I discovered some unexpected behavior while working on Shmup You this past week.  On the Xbox 360, creating an infinite recursion via a property won&#8217;t cause a stack overflow exception.  Instead, the screen will black, and the Visual Studio debugger will lose all symbols and stacks on every thread. </p>
<p>So this yields a black screen:</p>
<p><code>public int Foo<br />
{<br />
get{ return Foo; }<br />
}</code></p>
<p>and not a stack overflow exception.</p>
]]></content:encoded>
			<wfw:commentRss>http://eymike.com/blog/?feed=rss2&#038;p=55</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shmup You and Imaginary Radius</title>
		<link>http://eymike.com/blog/?p=49</link>
		<comments>http://eymike.com/blog/?p=49#comments</comments>
		<pubDate>Sat, 16 Jan 2010 16:05:42 +0000</pubDate>
		<dc:creator>Yenian</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Shmup You]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[graphics]]></category>

		<guid isPermaLink="false">http://eymike.com/blog/?p=49</guid>
		<description><![CDATA[As we speak, I&#8217;m about half-way through the design phase of my capstone project here at RIT. The capstone process for the Masters of Game Design and Development program I&#8217;m pursuing is divided into two phases: 1 quarter design and 1 quarter development.  The goal of this process to create a fun game in groups [...]]]></description>
			<content:encoded><![CDATA[<p>As we speak, I&#8217;m about half-way through the design phase of my capstone project here at RIT.</p>
<p>The capstone process for the Masters of Game Design and Development program I&#8217;m pursuing is divided into two phases: 1 quarter design and 1 quarter development.  The goal of this process to create a fun game in groups within that 25 or so week period.  We&#8217;re currently ending Week 5 of the 11 week design quarter.  Spring quarter (starting in March) is when we will be developing this game, to be finished near the end of May.</p>
<p>I&#8217;ve formed a 3-person group with <a href="http://www.jp-design.net/">Joe Pietruch</a> and <a href="http://kpiering.com">Kelley Piering</a>, and we form <a href="http://www.imaginaryradius.com/blog">Imaginary Radius</a>.  We&#8217;ll be detailing our process at that link.</p>
<p>The end goal of our capstone is the production &#8216;Shmup You&#8217;, a competitive asymmetric shmup for the Xbox 360.</p>
]]></content:encoded>
			<wfw:commentRss>http://eymike.com/blog/?feed=rss2&#038;p=49</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Painterly Shelf-Life</title>
		<link>http://eymike.com/blog/?p=45</link>
		<comments>http://eymike.com/blog/?p=45#comments</comments>
		<pubDate>Fri, 15 Jan 2010 16:04:23 +0000</pubDate>
		<dc:creator>Yenian</dc:creator>
				<category><![CDATA[Painterly]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Shelf-Life]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[directx]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[painterly]]></category>

		<guid isPermaLink="false">http://eymike.com/blog/?p=45</guid>
		<description><![CDATA[As mentioned previously, I was asked to plug my painterly work onto Shelf-Life.  The results are not quite as good as I&#8217;d hoped, but it&#8217;s something. Mesh-resolution independence is something I&#8217;d hoped I&#8217;d be able to produce, but the geometry shader output limitations prevent much subdivision.  It means I can&#8217;t generate too many brush strokes [...]]]></description>
			<content:encoded><![CDATA[<p>As mentioned previously, I was asked to plug my painterly work onto Shelf-Life.  The results are not quite as good as I&#8217;d hoped, but it&#8217;s something.</p>
<p>Mesh-resolution independence is something I&#8217;d hoped I&#8217;d be able to produce, but the geometry shader output limitations prevent much subdivision.  It means I can&#8217;t generate too many brush strokes for large triangles.</p>

<a href='http://eymike.com/blog/?attachment_id=46' title='ShelfLife 2010-01-15 11-01-45-03'><img width="150" height="150" src="http://eymike.com/blog/wp-content/uploads/2010/01/ShelfLife-2010-01-15-11-01-45-03-150x150.jpg" class="attachment-thumbnail" alt="ShelfLife 2010-01-15 11-01-45-03" title="ShelfLife 2010-01-15 11-01-45-03" /></a>
<a href='http://eymike.com/blog/?attachment_id=47' title='ShelfLife 2010-01-15 11-01-51-94'><img width="150" height="150" src="http://eymike.com/blog/wp-content/uploads/2010/01/ShelfLife-2010-01-15-11-01-51-94-150x150.jpg" class="attachment-thumbnail" alt="ShelfLife 2010-01-15 11-01-51-94" title="ShelfLife 2010-01-15 11-01-51-94" /></a>

]]></content:encoded>
			<wfw:commentRss>http://eymike.com/blog/?feed=rss2&#038;p=45</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delayed Update</title>
		<link>http://eymike.com/blog/?p=39</link>
		<comments>http://eymike.com/blog/?p=39#comments</comments>
		<pubDate>Wed, 13 Jan 2010 12:32:28 +0000</pubDate>
		<dc:creator>Yenian</dc:creator>
				<category><![CDATA[Painterly]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[directx]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[painterly]]></category>

		<guid isPermaLink="false">http://eymike.com/blog/?p=39</guid>
		<description><![CDATA[Over Thanksgiving Break, I started getting good painterly results under &#8216;controlled&#8217; situations.  Spheres and other simple structures with very regular geometry work very well. You can see the indentations from the bump map show up as brush strokes on the final image, which is awesome. The next thing Professor Egert asked me for, since this [...]]]></description>
			<content:encoded><![CDATA[<p>Over Thanksgiving Break, I started getting good painterly results under &#8216;controlled&#8217; situations.  Spheres and other simple structures with very regular geometry work very well.</p>

<a href='http://eymike.com/blog/?attachment_id=40' title='PainterlyRendering 2010-01-13 07-30-00-37'><img width="150" height="150" src="http://eymike.com/blog/wp-content/uploads/2010/01/PainterlyRendering-2010-01-13-07-30-00-37-150x150.jpg" class="attachment-thumbnail" alt="Painterly Sphere" title="PainterlyRendering 2010-01-13 07-30-00-37" /></a>
<a href='http://eymike.com/blog/?attachment_id=41' title='PainterlyRendering 2010-01-13 07-30-11-40'><img width="150" height="150" src="http://eymike.com/blog/wp-content/uploads/2010/01/PainterlyRendering-2010-01-13-07-30-11-40-150x150.jpg" class="attachment-thumbnail" alt="Second View of Painterly Sphere" title="PainterlyRendering 2010-01-13 07-30-11-40" /></a>

<p>You can see the indentations from the bump map show up as brush strokes on the final image, which is awesome.</p>
<p>The next thing Professor Egert asked me for, since this demo is working off the same base code as Shelf-Life, was to plug this onto Shelf-Life.  That was accomplished before the end of Christmas break, and will be the subject of my next post.</p>
]]></content:encoded>
			<wfw:commentRss>http://eymike.com/blog/?feed=rss2&#038;p=39</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pixel-ization Shader?</title>
		<link>http://eymike.com/blog/?p=32</link>
		<comments>http://eymike.com/blog/?p=32#comments</comments>
		<pubDate>Sat, 21 Nov 2009 17:25:56 +0000</pubDate>
		<dc:creator>Yenian</dc:creator>
				<category><![CDATA[Painterly]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[directx]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[painterly]]></category>

		<guid isPermaLink="false">http://eymike.com/blog/?p=32</guid>
		<description><![CDATA[In pursuing my painterly rendering project, I&#8217;ve generated the following as a kind of intermediate step. Kind of interesting, no?]]></description>
			<content:encoded><![CDATA[<p>In pursuing my painterly rendering project, I&#8217;ve generated the following as a kind of intermediate step.</p>
<div id="attachment_33" class="wp-caption aligncenter" style="width: 310px"><a href="http://eymike.com/blog/wp-content/uploads/2009/11/PainterlyRendering-2009-11-21-12-24-45-15.jpg"><img class="size-medium wp-image-33  " title="PainterlyRendering 2009-11-21 12-24-45-15" src="http://eymike.com/blog/wp-content/uploads/2009/11/PainterlyRendering-2009-11-21-12-24-45-15-300x225.jpg" alt="Pixelized sphere" width="300" height="225" /></a><p class="wp-caption-text">Pixelized sphere</p></div>
<p>Kind of interesting, no?</p>
]]></content:encoded>
			<wfw:commentRss>http://eymike.com/blog/?feed=rss2&#038;p=32</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

