<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Dylan Black</title>
	<atom:link href="http://www.dylanblack.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dylanblack.com</link>
	<description></description>
	<lastBuildDate>Sun, 06 Jun 2010 00:24:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Displaying image thumbnails in the level editor by dylan</title>
		<link>http://www.dylanblack.com/2010/01/17/displaying-image-thumbnails-in-the-level-editor/comment-page-1/#comment-4122</link>
		<dc:creator>dylan</dc:creator>
		<pubDate>Sun, 06 Jun 2010 00:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.dylanblack.com/?p=47#comment-4122</guid>
		<description>Hi Tom,

The main grid is rendered via XNA, based on the samples on the Creators Club website:

http://creators.xna.com/en-US/sample/winforms_series1
http://creators.xna.com/en-US/sample/winforms_series2

And the grid itself is drawn using code based on the Primitives sample:

http://creators.xna.com/en-US/sample/primitives

I&#039;ve just got a bit of additional state-handling code in there to handle interactions with the thumbnail control, toolbar buttons etc.

So it&#039;s possible to set the level to any size, and use scrollbars or a custom camera to move around the map.

Dylan.</description>
		<content:encoded><![CDATA[<p>Hi Tom,</p>
<p>The main grid is rendered via XNA, based on the samples on the Creators Club website:</p>
<p><a href="http://creators.xna.com/en-US/sample/winforms_series1" rel="nofollow">http://creators.xna.com/en-US/sample/winforms_series1</a><br />
<a href="http://creators.xna.com/en-US/sample/winforms_series2" rel="nofollow">http://creators.xna.com/en-US/sample/winforms_series2</a></p>
<p>And the grid itself is drawn using code based on the Primitives sample:</p>
<p><a href="http://creators.xna.com/en-US/sample/primitives" rel="nofollow">http://creators.xna.com/en-US/sample/primitives</a></p>
<p>I&#8217;ve just got a bit of additional state-handling code in there to handle interactions with the thumbnail control, toolbar buttons etc.</p>
<p>So it&#8217;s possible to set the level to any size, and use scrollbars or a custom camera to move around the map.</p>
<p>Dylan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Displaying image thumbnails in the level editor by Tom</title>
		<link>http://www.dylanblack.com/2010/01/17/displaying-image-thumbnails-in-the-level-editor/comment-page-1/#comment-4107</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 10 May 2010 22:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.dylanblack.com/?p=47#comment-4107</guid>
		<description>Hi

interesting stuff - what control did you use for placing the items on the main grid? I imagine it wouldn&#039;t be too hard to modify that so that you could build up a collection of those grids, and then use XNA to scroll over that map?

Kind regards

Tom.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>interesting stuff &#8211; what control did you use for placing the items on the main grid? I imagine it wouldn&#8217;t be too hard to modify that so that you could build up a collection of those grids, and then use XNA to scroll over that map?</p>
<p>Kind regards</p>
<p>Tom.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XNA Level Editor by Fred</title>
		<link>http://www.dylanblack.com/2008/07/02/xna-level-editor/comment-page-1/#comment-3947</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Sat, 20 Mar 2010 20:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.dylanblack.com/?p=13#comment-3947</guid>
		<description>Sorry to mess with you again but I was wondering if you could upload the source code for your editor because I’m having a little trouble. if so that would be great thanks in advance</description>
		<content:encoded><![CDATA[<p>Sorry to mess with you again but I was wondering if you could upload the source code for your editor because I’m having a little trouble. if so that would be great thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XNA Level Editor by Fred</title>
		<link>http://www.dylanblack.com/2008/07/02/xna-level-editor/comment-page-1/#comment-3745</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Thu, 04 Mar 2010 13:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dylanblack.com/?p=13#comment-3745</guid>
		<description>Ok Great Thanks</description>
		<content:encoded><![CDATA[<p>Ok Great Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XNA Level Editor by dylan</title>
		<link>http://www.dylanblack.com/2008/07/02/xna-level-editor/comment-page-1/#comment-3295</link>
		<dc:creator>dylan</dc:creator>
		<pubDate>Sat, 16 Jan 2010 22:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dylanblack.com/?p=13#comment-3295</guid>
		<description>I wrote a couple of custom WinForms controls; one that inherits from PictureBox to represent the image thumbnails and draw a border around them, and another that inherits from FlowLayoutPanel to act as a container for the pictures, with some simple selection and deselection code.
I&#039;ll upload the source in another post so you can see it.</description>
		<content:encoded><![CDATA[<p>I wrote a couple of custom WinForms controls; one that inherits from PictureBox to represent the image thumbnails and draw a border around them, and another that inherits from FlowLayoutPanel to act as a container for the pictures, with some simple selection and deselection code.<br />
I&#8217;ll upload the source in another post so you can see it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XNA Level Editor by Fred</title>
		<link>http://www.dylanblack.com/2008/07/02/xna-level-editor/comment-page-1/#comment-3284</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Fri, 15 Jan 2010 16:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.dylanblack.com/?p=13#comment-3284</guid>
		<description>how did you add the images in the tabpage like that</description>
		<content:encoded><![CDATA[<p>how did you add the images in the tabpage like that</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XNA Level Editor by Cedric</title>
		<link>http://www.dylanblack.com/2008/07/02/xna-level-editor/comment-page-1/#comment-2228</link>
		<dc:creator>Cedric</dc:creator>
		<pubDate>Sat, 11 Jul 2009 21:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.dylanblack.com/?p=13#comment-2228</guid>
		<description>Hi Dylan, is it possible to share with me your code, i would like to make an editor like this. It&#039;s a very beautiful editor and it can help me to do make it for my 2d game, for my study.
Thanks for your help, and good luck :)</description>
		<content:encoded><![CDATA[<p>Hi Dylan, is it possible to share with me your code, i would like to make an editor like this. It&#8217;s a very beautiful editor and it can help me to do make it for my 2d game, for my study.<br />
Thanks for your help, and good luck <img src='http://www.dylanblack.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 2.7 by claton</title>
		<link>http://www.dylanblack.com/2009/02/09/wordpress-27/comment-page-1/#comment-247</link>
		<dc:creator>claton</dc:creator>
		<pubDate>Sun, 08 Mar 2009 17:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.dylanblack.com/?p=30#comment-247</guid>
		<description>The level editor looks good.. are you planing to release it????</description>
		<content:encoded><![CDATA[<p>The level editor looks good.. are you planing to release it????</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XNA Level Editor by john</title>
		<link>http://www.dylanblack.com/2008/07/02/xna-level-editor/comment-page-1/#comment-245</link>
		<dc:creator>john</dc:creator>
		<pubDate>Sun, 08 Mar 2009 11:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.dylanblack.com/?p=13#comment-245</guid>
		<description>that&#039;s a great editor you got there.i would love for you to share or help me how to do one too.i need to do one.</description>
		<content:encoded><![CDATA[<p>that&#8217;s a great editor you got there.i would love for you to share or help me how to do one too.i need to do one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XNA Level Editor by kelts</title>
		<link>http://www.dylanblack.com/2008/07/02/xna-level-editor/comment-page-1/#comment-94</link>
		<dc:creator>kelts</dc:creator>
		<pubDate>Sun, 08 Feb 2009 17:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dylanblack.com/?p=13#comment-94</guid>
		<description>hi dylan, I am doing a 2d game project which requires a level editor like yours. I&#039;m very interested about your editor. It will be nice if you can share with me how you do it. =)</description>
		<content:encoded><![CDATA[<p>hi dylan, I am doing a 2d game project which requires a level editor like yours. I&#8217;m very interested about your editor. It will be nice if you can share with me how you do it. =)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
