<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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" version="2.0">

<channel>
	<title>Awesomeness In a Box!</title>
	
	<link>http://www.awesomenessinabox.com</link>
	<description>The Art and Games of David Burchanowski</description>
	<pubDate>Fri, 10 Oct 2008 05:22:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/AwesomenessInABox" type="application/rss+xml" /><item>
		<title>Shader Support</title>
		<link>http://www.awesomenessinabox.com/?p=86</link>
		<comments>http://www.awesomenessinabox.com/?p=86#comments</comments>
		<pubDate>Fri, 10 Oct 2008 05:22:13 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.awesomenessinabox.com/?p=86</guid>
		<description><![CDATA[Added support into the engine for specifying custom shaders. Below is a model I put together one evening for testing purposes. It&#8217;s the propeller-head man, and he&#8217;s looking sharp sporting dual materials and cel-shade vertex and pixel shading programs to boot.

]]></description>
			<content:encoded><![CDATA[<p>Added support into the engine for specifying custom shaders. Below is a model I put together one evening for testing purposes. It&#8217;s the propeller-head man, and he&#8217;s looking sharp sporting dual materials and cel-shade vertex and pixel shading programs to boot.</p>
<p><a href='http://www.awesomenessinabox.com/wp-content/uploads/2008/10/screenshot-tsunami-cel-test1.jpg' rel="lightbox"><img src="http://www.awesomenessinabox.com/wp-content/uploads/2008/10/screenshot-tsunami-cel-test1-300x233.jpg" alt="" title="Shaders in the Tsunami engine" width="300" height="233" class="aligncenter size-medium wp-image-88" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.awesomenessinabox.com/?feed=rss2&amp;p=86</wfw:commentRss>
		</item>
		<item>
		<title>Multiple Material Magic</title>
		<link>http://www.awesomenessinabox.com/?p=84</link>
		<comments>http://www.awesomenessinabox.com/?p=84#comments</comments>
		<pubDate>Wed, 01 Oct 2008 03:13:59 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Games]]></category>

		<guid isPermaLink="false">http://www.awesomenessinabox.com/?p=84</guid>
		<description><![CDATA[New material support is completed and in the engine. The screen shot below is a quick test of a model with multiple materials applied (and outlining turned on because I never get tired of the effect).

Model was created in Blender and exported with my export script, with zero tweaking of the data in the model [...]]]></description>
			<content:encoded><![CDATA[<p>New material support is completed and in the engine. The screen shot below is a quick test of a model with multiple materials applied (and outlining turned on because I never get tired of the effect).</p>
<div style="text-align:center; width:100%"><a href='http://www.awesomenessinabox.com/wp-content/uploads/2008/09/multmaterial.png' rel="lightbox"><img src="http://www.awesomenessinabox.com/wp-content/uploads/2008/09/multmaterial-300x187.png" alt="" title="Multi-material test" width="300" height="187" /></a></div>
<p>Model was created in Blender and exported with my export script, with zero tweaking of the data in the model file. I just load it into the engine and it works. I could get addicted to this kind of toolchain!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.awesomenessinabox.com/?feed=rss2&amp;p=84</wfw:commentRss>
		</item>
		<item>
		<title>Feature creep</title>
		<link>http://www.awesomenessinabox.com/?p=83</link>
		<comments>http://www.awesomenessinabox.com/?p=83#comments</comments>
		<pubDate>Wed, 24 Sep 2008 21:04:08 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Games]]></category>

		<guid isPermaLink="false">http://www.awesomenessinabox.com/?p=83</guid>
		<description><![CDATA[Whew, nothing like getting your code working well and then realizing that adding a new feature to it requires large amounts of refactoring to keep the code readable. I&#8217;ve started adding material support to Tsunami, but trying to work it into the mesh creation code was proving extremely difficult. Up until now I had been [...]]]></description>
			<content:encoded><![CDATA[<p>Whew, nothing like getting your code working well and then realizing that adding a new feature to it requires large amounts of refactoring to keep the code readable. I&#8217;ve started adding material support to Tsunami, but trying to work it into the mesh creation code was proving extremely difficult. Up until now I had been creating the mesh directly as I parsed the file, but adding materials gummed the works up to the point that I realized I had to throw the existing file parser away. Even if I managed to get it work, the whole thing would be so ugly that nobody else would be able to work with it at all, and I wouldn&#8217;t have wanted to.</p>
<p>So, I split the mesh file parsing and mesh construction/rendering code into two separate classes. It&#8217;s much, much easier to understand what is going on across the board now, much more robust, and it should also make porting the engine to other platforms (Direct3D, XNA) much simpler later on.</p>
<p>So far the output script for Blender has been modified to export mesh data and the file parsing code to get it into memory on the engine side of things have been completed. Those are the hard bits, too, so actually getting the data out of the parser and into the video card should be a snap.</p>
<p>I need to put some more art up too. The gallery just feels so neglected at the moment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.awesomenessinabox.com/?feed=rss2&amp;p=83</wfw:commentRss>
		</item>
		<item>
		<title>Skinning test</title>
		<link>http://www.awesomenessinabox.com/?p=80</link>
		<comments>http://www.awesomenessinabox.com/?p=80#comments</comments>
		<pubDate>Fri, 12 Sep 2008 03:23:26 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Games]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.awesomenessinabox.com/?p=80</guid>
		<description><![CDATA[
XVidcap isn&#8217;t capable of capturing OpenGL windows very well due to my oldish CPU, so sorry for the low resolution of the video. It was either that or slideshow.
As the video shows, Tsunami now has full skeleton-based skinning support.



And it&#8217;s pretty fast too. The  screen shot on the right is 50 bugs clapping at [...]]]></description>
			<content:encoded><![CDATA[<p><object width="300"><param name="movie" value="http://www.awesomenessinabox.com/wp-content/uploads/2008/09/video.swf"><embed src="http://www.awesomenessinabox.com/wp-content/uploads/2008/09/video.swf" width="300"></embed></object></p>
<p>XVidcap isn&#8217;t capable of capturing OpenGL windows very well due to my oldish CPU, so sorry for the low resolution of the video. It was either that or slideshow.</p>
<p>As the video shows, Tsunami now has full skeleton-based skinning support.</p>
<div style="float:right;">
<a href='http://www.awesomenessinabox.com/wp-content/uploads/2008/09/bug_dance.jpg' rel="lightbox"><img src="http://www.awesomenessinabox.com/wp-content/uploads/2008/09/bug_dance-300x235.jpg" alt="" title="bug_dance" width="300" height="235" class="alignnone size-medium wp-image-82" /></a>
</div>
<p>And it&#8217;s pretty fast too. The  screen shot on the right is 50 bugs clapping at the same time on a Turion clock-locked at 800Mhz and integrated video. 60FPS, 36% CPU usage. I should be able to halve that pretty easily by adding VBO support and tightening up some of the inner render loops a bit (along with the graphics on Level 3).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.awesomenessinabox.com/?feed=rss2&amp;p=80</wfw:commentRss>
		</item>
		<item>
		<title>Matrix Stacks</title>
		<link>http://www.awesomenessinabox.com/?p=79</link>
		<comments>http://www.awesomenessinabox.com/?p=79#comments</comments>
		<pubDate>Wed, 10 Sep 2008 14:13:33 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.awesomenessinabox.com/?p=79</guid>
		<description><![CDATA[Last night I wrote a matrix class to handle skinned mesh transforms. I might move the PC version over to do the vertex weighting in shaders on the GPU later on, but while I&#8217;m still toying with the idea of ports to various portable systems (PSP, Wiz) I thought it prudent to design the engine [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I wrote a matrix class to handle skinned mesh transforms. I might move the PC version over to do the vertex weighting in shaders on the GPU later on, but while I&#8217;m still toying with the idea of ports to various portable systems (PSP, Wiz) I thought it prudent to design the engine to work primarily with software based bone transformations. Besides, its always good practice to go over the basics again.</p>
<p>Hopefully I can put the actual skinning code in place tonight.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.awesomenessinabox.com/?feed=rss2&amp;p=79</wfw:commentRss>
		</item>
	</channel>
</rss>
