<?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>Shyam Guthikonda &#187; gamedev</title>
	<atom:link href="http://www.shy.am/tag/gamedev/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shy.am</link>
	<description>Game Programmer - http://shy.am</description>
	<lastBuildDate>Thu, 29 Jul 2010 15:52:37 +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>Artemis Chronicle Tools</title>
		<link>http://www.shy.am/2009/08/artemis-chronicle-tools/</link>
		<comments>http://www.shy.am/2009/08/artemis-chronicle-tools/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 17:41:46 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[360]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[gamedev]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[xna]]></category>

		<guid isPermaLink="false">http://www.shy.am/?p=909</guid>
		<description><![CDATA[During the first semester of working on NitroX and Artemis Chronicle, our design and content pipeline was very slow. Simple things like creating a level and placing a box were arduous tasks. Placing an item involved flying the camera around the level, writing down it&#8217;s rough coordinates, hard coding the coordinates, and then tweak these [...]]]></description>
			<content:encoded><![CDATA[<p>During the first semester of working on NitroX and Artemis Chronicle, our design and content pipeline was very slow. Simple things like creating a level and placing a box were arduous tasks. Placing an item involved flying the camera around the level, writing down it&#8217;s rough coordinates, hard coding the coordinates, and then tweak these values until the box is in the desired position. (Thankfully, we were using C# which pretty much eliminated any compile time. Doing this in C++ would have been impossible).</p>
<p>This created a situation where we were unable to prototype levels quickly, and time that could be better used somewhere else was being wasted.</p>
<p>Because of this, I devoted the first few weeks of the second semester to full-time tool development. Two of the more useful tools created are described below. These tools, once created, were continuously used and refined throughout the entire life of the project.</p>
<p><strong>Level Editor</strong>:</p>
<p>Artemis Chronicle and the NitroX engine have a completely integrated level editor. The editor allows 3D navigation through the world (using Maya camera controls), object placement (translation, rotation, scale), object property exposure (including physics volumes), trigger volumes (used for scripted events), and interactive camera sequencing (allows us to create cut-scenes and cinematics in a point-and-click fashion instead of in code).</p>
<p>The editor runs on Windows and is written in C#, allowing for close integration into the XNA content pipeline. The editor data is serialized out to an XML format (which is later compressed for application deployment), sent through the content pipeline, and imported directly into the NitroX engine for use on both Windows and Xbox 360.</p>
<p><strong>Mesh Viewer</strong>:</p>
<p>The Mesh Viewer is a tool that lets our artists quickly preview their work before sending it off to be integrated into the latest build of the game. As anyone who&#8217;s used the FBX exporter knows, exporting from Maya does not always go smoothly, so this tool allows the artist to catch any errors early, thus saving time for the entire team.</p>
<p>Animations can be chained together to create sequences, and then previewed in a real-time manner. Playback speed, blending parameters, and looping can also be adjusted via the user interface.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-56-909">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-782" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/portfolio_ac_tools/00.jpg" title="Scene navigation." class="shutterset_set_56" >
								<img title="00" alt="00" src="http://www.shy.am/wp-content/gallery/portfolio_ac_tools/thumbs/thumbs_00.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-783" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/portfolio_ac_tools/01.jpg" title="Camera sequence scripting and cinematics." class="shutterset_set_56" >
								<img title="01" alt="01" src="http://www.shy.am/wp-content/gallery/portfolio_ac_tools/thumbs/thumbs_01.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-784" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/portfolio_ac_tools/02.jpg" title="Trigger volumes and scripting." class="shutterset_set_56" >
								<img title="02" alt="02" src="http://www.shy.am/wp-content/gallery/portfolio_ac_tools/thumbs/thumbs_02.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-785" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/portfolio_ac_tools/03.jpg" title="Object placement." class="shutterset_set_56" >
								<img title="03" alt="03" src="http://www.shy.am/wp-content/gallery/portfolio_ac_tools/thumbs/thumbs_03.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-786" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/portfolio_ac_tools/04.jpg" title="Scripting." class="shutterset_set_56" >
								<img title="04" alt="04" src="http://www.shy.am/wp-content/gallery/portfolio_ac_tools/thumbs/thumbs_04.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-787" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/portfolio_ac_tools/05.jpg" title="Object selection." class="shutterset_set_56" >
								<img title="05" alt="05" src="http://www.shy.am/wp-content/gallery/portfolio_ac_tools/thumbs/thumbs_05.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-788" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/portfolio_ac_tools/07.jpg" title="Mesh Viewer." class="shutterset_set_56" >
								<img title="07" alt="07" src="http://www.shy.am/wp-content/gallery/portfolio_ac_tools/thumbs/thumbs_07.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://www.shy.am/2009/08/artemis-chronicle-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E For All Expo &#8211; 2007</title>
		<link>http://www.shy.am/2007/10/e-for-all-expo-2007/</link>
		<comments>http://www.shy.am/2007/10/e-for-all-expo-2007/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 12:42:41 +0000</pubDate>
		<dc:creator>shyam</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[gamedev]]></category>

		<guid isPermaLink="false">http://www.shy.am/?p=851</guid>
		<description><![CDATA[The 2007 E For All Expo at the LA Convention Center in downtown Los Angeles.]]></description>
			<content:encoded><![CDATA[<p>The 2007 E For All Expo at the LA Convention Center in downtown Los Angeles.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-42-851">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-586" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/2007_eforallexpo/1018071706_G.jpg" title="Sand art." class="shutterset_set_42" >
								<img title="1018071706_G" alt="1018071706_G" src="http://www.shy.am/wp-content/gallery/2007_eforallexpo/thumbs/thumbs_1018071706_G.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-585" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/2007_eforallexpo/1018071705_G.jpg" title="First glimpse of GH3." class="shutterset_set_42" >
								<img title="1018071705_G" alt="1018071705_G" src="http://www.shy.am/wp-content/gallery/2007_eforallexpo/thumbs/thumbs_1018071705_G.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-584" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/2007_eforallexpo/1018071657_G.jpg" title=" " class="shutterset_set_42" >
								<img title="1018071657_G" alt="1018071657_G" src="http://www.shy.am/wp-content/gallery/2007_eforallexpo/thumbs/thumbs_1018071657_G.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-583" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/2007_eforallexpo/1018071656_G.jpg" title="Staples Center next door." class="shutterset_set_42" >
								<img title="1018071656_G" alt="1018071656_G" src="http://www.shy.am/wp-content/gallery/2007_eforallexpo/thumbs/thumbs_1018071656_G.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-587" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/2007_eforallexpo/1018071708a.jpg" title="MGS4. The line was huge." class="shutterset_set_42" >
								<img title="1018071708a" alt="1018071708a" src="http://www.shy.am/wp-content/gallery/2007_eforallexpo/thumbs/thumbs_1018071708a.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-588" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/2007_eforallexpo/1018071726_G.jpg" title="Ashok posing with the Pacmans." class="shutterset_set_42" >
								<img title="1018071726_G" alt="1018071726_G" src="http://www.shy.am/wp-content/gallery/2007_eforallexpo/thumbs/thumbs_1018071726_G.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-589" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/2007_eforallexpo/1018071732_G.jpg" title="A FPS vest. When you get shot in the game, you feel it via a puff of air (although it doesn't hurt of course)." class="shutterset_set_42" >
								<img title="1018071732_G" alt="1018071732_G" src="http://www.shy.am/wp-content/gallery/2007_eforallexpo/thumbs/thumbs_1018071732_G.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-590" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/2007_eforallexpo/1018071920_G.jpg" title="Olive." class="shutterset_set_42" >
								<img title="1018071920_G" alt="1018071920_G" src="http://www.shy.am/wp-content/gallery/2007_eforallexpo/thumbs/thumbs_1018071920_G.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-591" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/2007_eforallexpo/1018072002_G.jpg" title="Rock Band preview." class="shutterset_set_42" >
								<img title="1018072002_G" alt="1018072002_G" src="http://www.shy.am/wp-content/gallery/2007_eforallexpo/thumbs/thumbs_1018072002_G.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-592" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/2007_eforallexpo/PA200020_360x480.jpg" title="The Civ 4 booth was a bit creepy." class="shutterset_set_42" >
								<img title="PA200020_360x480" alt="PA200020_360x480" src="http://www.shy.am/wp-content/gallery/2007_eforallexpo/thumbs/thumbs_PA200020_360x480.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-593" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/2007_eforallexpo/PA200021_360x480.jpg" title="Interview with some Entropia Universe developer." class="shutterset_set_42" >
								<img title="PA200021_360x480" alt="PA200021_360x480" src="http://www.shy.am/wp-content/gallery/2007_eforallexpo/thumbs/thumbs_PA200021_360x480.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-594" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/2007_eforallexpo/PA200023_640x480.jpg" title=" " class="shutterset_set_42" >
								<img title="OLYMPUS DIGITAL CAMERA         " alt="OLYMPUS DIGITAL CAMERA         " src="http://www.shy.am/wp-content/gallery/2007_eforallexpo/thumbs/thumbs_PA200023_640x480.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-595" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/2007_eforallexpo/PA200026_360x480.jpg" title="Starcraft: Ghost. :(" class="shutterset_set_42" >
								<img title="PA200026_360x480" alt="PA200026_360x480" src="http://www.shy.am/wp-content/gallery/2007_eforallexpo/thumbs/thumbs_PA200026_360x480.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-596" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/2007_eforallexpo/PA200033_360x480.jpg" title="GH3 tournament. I made it to the 3rd round until this guy defeated me. He ended up winning the tourney." class="shutterset_set_42" >
								<img title="PA200033_360x480" alt="PA200033_360x480" src="http://www.shy.am/wp-content/gallery/2007_eforallexpo/thumbs/thumbs_PA200033_360x480.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-597" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/2007_eforallexpo/PA200035_640x480.jpg" title=" " class="shutterset_set_42" >
								<img title="OLYMPUS DIGITAL CAMERA         " alt="OLYMPUS DIGITAL CAMERA         " src="http://www.shy.am/wp-content/gallery/2007_eforallexpo/thumbs/thumbs_PA200035_640x480.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-598" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/2007_eforallexpo/PA200044_640x480.jpg" title="Ashok and I posing with Koji Igarashi, producer of many of the Castlevania games. I spoke with him a bit in Japanese. He was a very nice guy." class="shutterset_set_42" >
								<img title="OLYMPUS DIGITAL CAMERA         " alt="OLYMPUS DIGITAL CAMERA         " src="http://www.shy.am/wp-content/gallery/2007_eforallexpo/thumbs/thumbs_PA200044_640x480.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-599" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/2007_eforallexpo/PA200046_640x480.jpg" title="The Super Smash Brothers tournament main stage." class="shutterset_set_42" >
								<img title="OLYMPUS DIGITAL CAMERA         " alt="OLYMPUS DIGITAL CAMERA         " src="http://www.shy.am/wp-content/gallery/2007_eforallexpo/thumbs/thumbs_PA200046_640x480.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-600" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/2007_eforallexpo/PA200051_640x480.jpg" title="Posing with the Nintendo Girls." class="shutterset_set_42" >
								<img title="OLYMPUS DIGITAL CAMERA         " alt="OLYMPUS DIGITAL CAMERA         " src="http://www.shy.am/wp-content/gallery/2007_eforallexpo/thumbs/thumbs_PA200051_640x480.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-700" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/2007_eforallexpo/pa210001.jpg" title=" " class="shutterset_set_42" >
								<img title="OLYMPUS DIGITAL CAMERA         " alt="OLYMPUS DIGITAL CAMERA         " src="http://www.shy.am/wp-content/gallery/2007_eforallexpo/thumbs/thumbs_pa210001.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-701" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.shy.am/wp-content/gallery/2007_eforallexpo/pa210002.jpg" title=" " class="shutterset_set_42" >
								<img title="OLYMPUS DIGITAL CAMERA         " alt="OLYMPUS DIGITAL CAMERA         " src="http://www.shy.am/wp-content/gallery/2007_eforallexpo/thumbs/thumbs_pa210002.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://www.shy.am/2007/10/e-for-all-expo-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
