<?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"
	>

<channel>
	<title>DXFramework</title>
	<atom:link href="http://dxframework.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://dxframework.org</link>
	<description>A pedagogical computer game engine library.</description>
	<pubDate>Fri, 11 Jan 2008 16:26:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Another successful course</title>
		<link>http://dxframework.org/2008/01/11/another-successful-course/</link>
		<comments>http://dxframework.org/2008/01/11/another-successful-course/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 16:26:14 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://dxframework.org/2008/01/11/another-successful-course/</guid>
		<description><![CDATA[The Fall 2007 EECS 494 course at the University of Michigan used DXFramework again for the arcade projects with success.]]></description>
			<content:encoded><![CDATA[The <a href="http://ai.eecs.umich.edu/soar/Classes/494/" onclick="javascript:urchinTracker ('/outbound/article/ai.eecs.umich.edu');">Fall 2007 EECS 494 course at the University of Michigan</a> used DXFramework again for the arcade projects with success.]]></content:encoded>
			<wfw:commentRss>http://dxframework.org/2008/01/11/another-successful-course/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DXFramework 1.0</title>
		<link>http://dxframework.org/2007/03/06/dxframework-10/</link>
		<comments>http://dxframework.org/2007/03/06/dxframework-10/#comments</comments>
		<pubDate>Tue, 06 Mar 2007 22:03:11 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://dxframework.org/2007/03/06/dxframework-10/</guid>
		<description><![CDATA[DXFramework 1.0 is here. Very few changes from 0.9.7 which had much success in classes in Fall 2006.]]></description>
			<content:encoded><![CDATA[DXFramework 1.0 is <a href="http://sourceforge.net/project/showfiles.php?group_id=54927&#038;package_id=168306&#038;release_id=491717" onclick="javascript:urchinTracker ('/outbound/article/sourceforge.net');">here</a>. Very few changes from 0.9.7 which had much success in classes in Fall 2006.]]></content:encoded>
			<wfw:commentRss>http://dxframework.org/2007/03/06/dxframework-10/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New DXFramework Google Group</title>
		<link>http://dxframework.org/2006/11/13/new-dxframework-google-group/</link>
		<comments>http://dxframework.org/2006/11/13/new-dxframework-google-group/#comments</comments>
		<pubDate>Mon, 13 Nov 2006 20:33:46 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://dxframework.org/2006/11/13/new-dxframework-google-group/</guid>
		<description><![CDATA[The new place for DXFramework help and discussion is here.]]></description>
			<content:encoded><![CDATA[The new place for DXFramework help and discussion is <a href="http://groups-beta.google.com/group/dxframework" onclick="javascript:urchinTracker ('/outbound/article/groups-beta.google.com');">here</a>.]]></content:encoded>
			<wfw:commentRss>http://dxframework.org/2006/11/13/new-dxframework-google-group/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bug in 0.9.7 Release configuration</title>
		<link>http://dxframework.org/2006/08/22/bug-in-097-release-configuration/</link>
		<comments>http://dxframework.org/2006/08/22/bug-in-097-release-configuration/#comments</comments>
		<pubDate>Tue, 22 Aug 2006 21:48:24 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://dxframework.org/?p=19</guid>
		<description><![CDATA[There is a very simple but critical bug in the 0.9.7 release configurations. Make the following change to fix the issue:

1. open your project&#8217;s properties dialog
2. set &#8220;Configuration&#8221; to Release
3. open the dialog: configuration properties -> linker -> input
4. click the &#8230; button to view the Additional Dependencies setting
5. find and change &#8220;d3dx9d.lib&#8221; to &#8220;d3dx9.lib&#8221; [...]]]></description>
			<content:encoded><![CDATA[There is a very simple but critical bug in the 0.9.7 release configurations. Make the following change to fix the issue:<br />
<br />
1. open your project&#8217;s properties dialog<br />
2. set &#8220;Configuration&#8221; to Release<br />
3. open the dialog: configuration properties -> linker -> input<br />
4. click the &#8230; button to view the Additional Dependencies setting<br />
5. find and change &#8220;d3dx9d.lib&#8221; to &#8220;d3dx9.lib&#8221; (remove the d)<br />
6. save (apply) changes and rebuild if necessary<br />
<br />
Make this change to any projects you would like to release. It is also a good idea to make the change to the template project so any future projects will have the change.<br />
]]></content:encoded>
			<wfw:commentRss>http://dxframework.org/2006/08/22/bug-in-097-release-configuration/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Doxygen documentation for 0.9.7 generated</title>
		<link>http://dxframework.org/2006/08/18/doxygen-documentation-for-097-generated/</link>
		<comments>http://dxframework.org/2006/08/18/doxygen-documentation-for-097-generated/#comments</comments>
		<pubDate>Fri, 18 Aug 2006 16:04:17 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://dxframework.org/?p=18</guid>
		<description><![CDATA[I&#8217;ve generated the Doxygen documentation files for 0.9.7. Please let me know if you spot any problems.

http://dxframework.org/doxygen/0.9.7]]></description>
			<content:encoded><![CDATA[I&#8217;ve generated the Doxygen documentation files for 0.9.7. Please let me know if you spot any problems.<br />
<br />
<a href="http://dxframework.org/doxygen/0.9.7"title="DXF Doxygen"  >http://dxframework.org/doxygen/0.9.7</a>]]></content:encoded>
			<wfw:commentRss>http://dxframework.org/2006/08/18/doxygen-documentation-for-097-generated/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DXFramework-0.9.7 Released</title>
		<link>http://dxframework.org/2006/07/21/dxframework-097-released/</link>
		<comments>http://dxframework.org/2006/07/21/dxframework-097-released/#comments</comments>
		<pubDate>Fri, 21 Jul 2006 18:01:51 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://dxframework.org/?p=17</guid>
		<description><![CDATA[The annual summer update for DXFramework is now available. Make sure to read the release notes and the Wiki pages, there have been some significant semantic and configuration changes from previous versions.]]></description>
			<content:encoded><![CDATA[The annual summer update for DXFramework is <a href="https://sourceforge.net/project/showfiles.php?group_id=54927&#038;package_id=168306&#038;release_id=433748"title="download"  onclick="javascript:urchinTracker ('/outbound/article/sourceforge.net');">now available</a>. Make sure to read the <a href="https://sourceforge.net/project/shownotes.php?release_id=433748&#038;group_id=54927"title="view release notes"  onclick="javascript:urchinTracker ('/outbound/article/sourceforge.net');">release notes</a> and the <a href="http://dxframework.org/wiki/index.php/0.9.7"title="0.9.7 Documentation"  >Wiki pages</a>, there have been some significant semantic and configuration changes from previous versions.]]></content:encoded>
			<wfw:commentRss>http://dxframework.org/2006/07/21/dxframework-097-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SIGCSE: More Information on DXFramework</title>
		<link>http://dxframework.org/2006/03/03/sigcse-more-information-on-dxframework/</link>
		<comments>http://dxframework.org/2006/03/03/sigcse-more-information-on-dxframework/#comments</comments>
		<pubDate>Fri, 03 Mar 2006 16:47:39 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://dxframework.org/?p=15</guid>
		<description><![CDATA[Information on the computer game design course at Michigan

Please do not hesitate to contact me, Jonathan, at voigtjr@gmail.com if you have any questions related to DXFramework.

For information on Sage, a 3D game engine out of north Texas, click here.]]></description>
			<content:encoded><![CDATA[<a href="http://www.eecs.umich.edu/~soar/Classes/494/" onclick="javascript:urchinTracker ('/outbound/article/www.eecs.umich.edu');">Information on the computer game design course at Michigan</a><br />
<br />
Please do not hesitate to contact me, Jonathan, at voigtjr@gmail.com if you have any questions related to DXFramework.<br />
<br />
<a href="http://larc.csci.unt.edu/sage" onclick="javascript:urchinTracker ('/outbound/article/larc.csci.unt.edu');">For information on Sage, a 3D game engine out of north Texas, click here.</a>]]></content:encoded>
			<wfw:commentRss>http://dxframework.org/2006/03/03/sigcse-more-information-on-dxframework/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Academic Days</title>
		<link>http://dxframework.org/2006/01/24/microsoft-academic-days/</link>
		<comments>http://dxframework.org/2006/01/24/microsoft-academic-days/#comments</comments>
		<pubDate>Tue, 24 Jan 2006 17:11:29 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://dxframework.org/?p=13</guid>
		<description><![CDATA[The high-level walkthrough I presented at Microsoft Academic Days is now available on our wiki.

The final version of the Tank game code is available on the CD passed out at the conference, and will be available in the next release of DXFramework.

A note about the student demos included on the CD: if you get a [...]]]></description>
			<content:encoded><![CDATA[The high-level walkthrough I presented at Microsoft Academic Days <a href="http://dxframework.org/wiki/index.php/Creating_a_simple_tank_game" >is now available on our wiki</a>.<br />
<br />
The final version of the Tank game code is available on the CD passed out at the conference, and will be available in the next release of DXFramework.<br />
<br />
A note about the student demos included on the CD: if you get a DLL error when running these applications, try installing the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=2DA43D38-DB71-4C1B-BC6A-9B6652CD92A3&amp;displaylang=en" onclick="javascript:urchinTracker ('/outbound/article/www.microsoft.com');">DirectX update available here</a>.<br />
<br />
Do not forget to check out our <a href="http://dxframework.org/wiki/index.php/Getting_started" >getting started guide</a> and <a href="http://dxframework.org/wiki/index.php/Frequently_asked_questions" >FAQ page</a> on the <a href="http://dxframework.org/wiki/" >Wiki</a>.<br />
<br />
More updates coming soon, feel free to <a href="mailto:cruise@dxframework.org">contact me</a> in the mean time with any questions you may have.]]></content:encoded>
			<wfw:commentRss>http://dxframework.org/2006/01/24/microsoft-academic-days/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Release early and often: DXFramework 0.9.6</title>
		<link>http://dxframework.org/2006/01/08/release-early-and-often-dxframework-096/</link>
		<comments>http://dxframework.org/2006/01/08/release-early-and-often-dxframework-096/#comments</comments>
		<pubDate>Mon, 09 Jan 2006 04:40:38 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://dxframework.org/?p=11</guid>
		<description><![CDATA[Another day, another release, fixed a few serious issues with 0.9.5.  Read about it here and download 0.9.6 here.]]></description>
			<content:encoded><![CDATA[Another day, another release, fixed a few serious issues with 0.9.5.  Read about it <a href="http://sourceforge.net/project/shownotes.php?release_id=383917&#038;group_id=54927" onclick="javascript:urchinTracker ('/outbound/article/sourceforge.net');">here</a> and <a href="http://prdownloads.sourceforge.net/dxframework/dxframework-0.9.6.exe?download" onclick="javascript:urchinTracker ('/outbound/article/prdownloads.sourceforge.net');">download 0.9.6 here</a>.]]></content:encoded>
			<wfw:commentRss>http://dxframework.org/2006/01/08/release-early-and-often-dxframework-096/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Announcing DXFramework 0.9.5</title>
		<link>http://dxframework.org/2006/01/06/announcing-dxframework-095/</link>
		<comments>http://dxframework.org/2006/01/06/announcing-dxframework-095/#comments</comments>
		<pubDate>Fri, 06 Jan 2006 17:18:17 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://dxframework.org/?p=10</guid>
		<description><![CDATA[DXFramework is a simple, illustrative, general purpose 2D computer game engine for Microsoft Visual Studio using Microsoft&#8217;s DirectX technology.

Much DirectX 2D functionality is wrapped so that 2D games can be created in a simple manner not requiring knowledge of the ins and outs of the DirectX API.

Although 3D support as it exists in previous versions [...]]]></description>
			<content:encoded><![CDATA[DXFramework is a simple, illustrative, general purpose 2D computer game engine for Microsoft Visual Studio using Microsoft&#8217;s DirectX technology.<br />
<br />
Much DirectX 2D functionality is wrapped so that 2D games can be created in a simple manner not requiring knowledge of the ins and outs of the DirectX API.<br />
<br />
Although 3D support as it exists in previous versions of DXFramework has not yet been ported to the new engine, 3D games can be created with this engine by using the DirectX API.<br />
<br />
Please see the getting started guide on the DXFramework wiki along with the other documentation hosted there if you are interested in using DXFramework for a project:<br />
 * <a href="http://dxframework.org/wiki" >http://dxframework.org/wiki</a><br />
<br />
The dxframework-0.9.5.zip package contains:<br />
 * Engine library source &#038; project files for Microsoft Visual Studio .NET 2003<br />
 * Demos and media demonstrating simple use of the engine  <br />
 * Templates to simplify new DXFramework projects created with Visual Studio<br />
<br />
Please see the DXFramework home page for more news and information:<br />
 * <a href="http://dxframework.org" >http://dxframework.org</a><br />
<br />
We no longer support MSVC 6 and MSVC .NET 2002.<br />
<br />
Design Notes:<br />
 * This is a beta release.  Most features are working, but some are still on the way or are only partially complete.  Many features have been added but are not tested.  If you find bugs, please report them by visiting the following link and posting the bugs to the DXFramework product:  <a href="http://dxframework.org/bugzilla" >http://dxframework.org/bugzilla</a><br />
 * You can view existing bugs and feature requests by searching for the keyword<br />
   &#8220;dxframework&#8221; on the bugzilla.<br />
<br />
Please put all questions and concerns on the SourceForge forum:<br />
 * <a href="http://sourceforge.net/forum/?group_id=54927" onclick="javascript:urchinTracker ('/outbound/article/sourceforge.net');">http://sourceforge.net/forum/?group_id=54927</a>]]></content:encoded>
			<wfw:commentRss>http://dxframework.org/2006/01/06/announcing-dxframework-095/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
