<?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>Real-Time Rendering &#187; XNA</title>
	<atom:link href="http://www.realtimerendering.com/blog/tag/xna/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.realtimerendering.com/blog</link>
	<description>Tracking the latest developments in interactive rendering techniques</description>
	<lastBuildDate>Sun, 12 May 2013 00:21:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>C++, Baby</title>
		<link>http://www.realtimerendering.com/blog/c-baby/</link>
		<comments>http://www.realtimerendering.com/blog/c-baby/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 00:38:42 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Reports]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[DirectX]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Scheme]]></category>
		<category><![CDATA[XNA]]></category>

		<guid isPermaLink="false">http://www.realtimerendering.com/blog/?p=900</guid>
		<description><![CDATA[I was catching up on the Communications of the ACM, and noticed this article, Computer Science in the Conceptual Age. The &#8220;catch your eye&#8221; text on one page was: &#8220;Programming interns/job seekers from our program Spring 2009 (35 interviewed in the game industry) found no companies administering programming tests in Java.&#8221; There are other chewy [...]]]></description>
			<content:encoded><![CDATA[<p>I was catching up on the <em>Communications of the ACM</em>, and noticed this article, <a href="http://portal.acm.org/citation.cfm?id=1610252.1610272">Computer Science in the Conceptual Age</a>. The &#8220;catch your eye&#8221; text on one page was: &#8220;Programming interns/job seekers from our program Spring 2009 (35 interviewed in the game industry) found no companies administering programming tests in Java.&#8221;</p>
<p>There are other chewy bits, such as: &#8220;The USC experience is that 100% of its students interviewed for programming positions are given three-to-four-hour-long programming tests, with almost all companies administering the tests in C++.&#8221;</p>
<p>Also, this: &#8220;The game industry will also tell you that it wants the first four programming classes in C++, not Java, according to M.M. McGill and my own private communications with directors of human resources in major game-development companies.&#8221;</p>
<p>One final morsel: &#8220;Many game companies say they will not interview or hire someone whose first programming language is Java.&#8221;</p>
<p>Wow, that last one&#8217;s harsh, especially since my experience with two teenage sons (one in high school, the other a freshman computer science major) is that Java is the norm for the first &#8220;real&#8221; language taught (I don&#8217;t count <a href="http://en.wikipedia.org/wiki/Scheme_(programming_language)">Scheme</a> as a real, &#8220;you&#8217;ll get paid programming in it&#8221; type of language). I don&#8217;t think I&#8217;d rule someone out for knowing Java first, though having gone from C++ to Java and then back, the transition from Java to C++ is like being thrown out of the promised land: you suddenly again spend half your time messing with memory in one form or another. C# and Java are darn productive in that way. And, no, for me at least, those <a href="http://en.wikipedia.org/wiki/Auto_ptr">auto-pointer classes in C++</a> never quite seem to work&#8212;they need a different sort of discipline I don&#8217;t appear to have. I also love that <a href="http://tog.acm.org/resources/applets/vrml/pellucid.html">my first Java program</a>, from 1997, still works on the web; some of my C++ programs from back then won&#8217;t run on Vista or Windows 7 because the <a href="http://en.wikipedia.org/wiki/WinG">WinG</a> DLLs are not a part of those operating systems (thanks, Microsoft).</p>
<p>Nonetheless, the article&#8217;s right: at Autodesk we&#8217;ve dabbled with Java and C#, I&#8217;ve seen Python used for UI control around the fringes of a program, but the heart of client-side graphical programs is almost always C++ (or isn&#8217;t, with regrets and cancellation often soon following&#8212;<a href="http://www.stanfordmarsh.co.uk/news13.html">been there myself</a>, though Java was <a href="http://www.aecbytes.com/newsletter/2004/issue_13.html">only a little bit to blame</a>, to be fair). Also, XNA, which uses C#, <a href="http://blogs.msdn.com/shawnhar/archive/2008/02/25/xna-framework-on-64-bit-windows.aspx">does not have a 64 bit version</a>. In addition, Microsoft&#8217;s managed code support usually lags behind the &#8220;real&#8221; DirectX, i.e., the one for C++.</p>
<p>Looking around, I did find an open-source project, <a href="http://slimdx.org/">SlimDX</a>, that does support 64-bit assemblies for interfacing with DirectX. Interestingly, they claim one AAA game title shipped using SlimDX, but no mention of which. So <a href="http://www.gamedev.net/community/forums/topic.asp?topic_id=561235">I asked</a>. They&#8217;re keeping the information confidential, which is fine, but the other comment sounds about right: &#8220;The large majority of professional commercial PC/console games are still developed in C++ because of the sheer amount of legacy code the studios developing those games have that is already in C++ (and because of the generally poor support from major console vendors for languages other than C or C++, which contributes to lock-in).&#8221;</p>
<p>Long and short: it&#8217;s C++, baby.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.realtimerendering.com/blog/c-baby/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Tools for Teaching</title>
		<link>http://www.realtimerendering.com/blog/tools-for-teaching/</link>
		<comments>http://www.realtimerendering.com/blog/tools-for-teaching/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 20:43:21 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Blitz Basic]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flixel]]></category>
		<category><![CDATA[game creation]]></category>
		<category><![CDATA[Game Maker]]></category>
		<category><![CDATA[Games Factory]]></category>
		<category><![CDATA[Multimedia Fusion]]></category>
		<category><![CDATA[NodeBox 2]]></category>
		<category><![CDATA[Ogre]]></category>
		<category><![CDATA[Processing]]></category>
		<category><![CDATA[pygame]]></category>
		<category><![CDATA[Torque]]></category>
		<category><![CDATA[Unity]]></category>
		<category><![CDATA[Unreal]]></category>
		<category><![CDATA[XNA]]></category>

		<guid isPermaLink="false">http://www.realtimerendering.com/blog/?p=818</guid>
		<description><![CDATA[Today&#8217;s question: what tools are there for teaching about computer graphics and/or computer games? I don&#8217;t have a definitive answer, but I have a little experience with a few resources and know of others. That said, I haven&#8217;t sat down with more than two of them for any serious amount of time. Comments are most [...]]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s question: what tools are there for teaching about computer graphics and/or computer games? I don&#8217;t have a definitive answer, but I have a little experience with a few resources and know of others. That said, I haven&#8217;t sat down with more than two of them for any serious amount of time. Comments are most welcome, especially for pointers to better overviews than this!</p>
<p>I&#8217;ll list these roughly from the more basic to those for budding programmers and indies. That said, I think some languages, e.g. Processing, are easier to get into than the UI-driven systems, but some understanding of programming is needed. I&#8217;ve also ignored some famous examples like <a href="http://en.wikipedia.org/wiki/Logo_(programming_language)">Logo</a>, as it feels a bit crusty and limited to me. But, that&#8217;s me&#8212;let me know if you have a great counterexample.</p>
<p><strong><a href="http://www.yoyogames.com/make">Game Maker:</a><span style="font-weight: normal;"> My experience with this one is trying it with my younger son, and later Cornell using it in a 20 hour digital game design workshop for high-school students. It&#8217;s much more about games than graphics, graphical elements are 2D sprites and backdrops. Most of the focus is on events and constraints, as you might guess. Very UI oriented, no programming language involved per se &#8211; the UI controls are essentially a programming language of a sort. I have <a href="http://www.amazon.com/Game-Makers-Apprentice-Development-Technology/dp/1590596153?tag=realtimerenderin">The Game Maker&#8217;s Apprentice</a>, which is good in that it gets the person involved quickly, but bad in that little understanding gets transmitted early on (&#8220;now set this UI control to do this, now load that file there, now hit &#8216;run&#8217;; if it doesn&#8217;t run, walk through all the instructions carefully again&#8221;). From Amazon reviews, the book <a href="http://www.amazon.com/Getting-Started-Game-Maker-Jerry/dp/1598638823?tag=realtimerenderin">Getting Started in Game Maker</a> might be better. There&#8217;s lots of <a href="http://www.yoyogames.com/">example games and web support</a>. Cost: free <a href="http://www.yoyogames.com/gamemaker/try">Lite version</a> and <a href="http://www.yoyogames.com/gamemaker/buy">trial Pro version</a>, cost for Pro version (which you want) is $20.</span></strong></p>
<p><strong><a href="http://www.clickteam.com/eng/mmf2.php">Multimedia Fusion 2:</a></strong> this is an expanded and rebranded version of the company&#8217;s &#8220;<a href="http://www.clickteam.com/website/usa/product_comparisons.html">Games Factory 2</a>&#8221; product that includes all its functionality. It looks similar to Game Maker, but targeted for a somewhat more professional audience (and at a higher cost) overall. That said, there is a book for it, <a href="http://www.amazon.com/Game-Creation-Teens-Jason-Darby/dp/159863500X?tag=realtimerenderin">Game Creation for Teens</a>. Cost: free trial <a href="http://download.cnet.com/Multimedia-Fusion-2/3000-2383_4-10047083.html">download</a> from 2008, lowest street price I saw for Multimedia Fusion 2 was $83.</p>
<p><strong><a href="http://www.adobe.com/ap/products/flash/">Flash:</a></strong> Adobe&#8217;s popular animation &amp; game programming system, famously unsupported by the iPad. Back some years ago the local science center used Macromedia Flash to teach grade-school kids about basic Flash animation. Now <a href="http://www.adobe.com/ap/products/flash/">Adobe Flash Professional CS4</a> is used to create Flash. From <a href="http://reviews.cnet.com/web-graphics/adobe-flash-cs4-professional/4505-3637_7-33255268.html#cnetReview">what little I&#8217;ve read</a>, the interface is daunting, but it&#8217;s actually pretty easy for beginners to get going. Animation is something that can be done purely with graphical tools, <a href="http://www.adobe.com/devnet/actionscript/articles/actionscript3_overview.html">Actionscript 3</a> is a language for serious interactive applications. There&#8217;s of course a huge number of <a href="http://www.amazon.com/Real-World-Flash-Game-Development-Practices/dp/024081178X?tag=realtimerenderin">books</a>, forums, and other online support. Cost: <a href="http://www4.shopping.com/xPF-Adobe-Adobe-Flash-Pro-CS4-Upgrade-Mac-65018692#tabAnchor">as low as $200</a>.</p>
<p style="padding-left: 30px;"><strong><a href="http://flixel.org/">Flixel:</a></strong> I&#8217;ve heard this mentioned twice as a worthwhile development resource for Flash. It provides some useful base classes in Actionscript 3 for making games, along with tutorials, a forum, etc. Cost: free.</p>
<p><strong><a href="http://www.pygame.org">Pygame:</a></strong> This is the first of a few language-oriented resources. Pygame is a bunch of modules to help in writing games in Python. One friend said he got a simple game running in less than two hours from download (but that&#8217;s him&#8230;), another acquaintance wasn&#8217;t so wild about it as he hit its limitations. 2D oriented, though there&#8217;s a few <a href="http://www.pygame.org/tags/3d">3D experiments</a>. This sounds like a pretty good, and super-cheap (free!), way to introduce kids to programming. I recall an article in <em>CACM </em>or <em>IEEE Computer</em> a year or so ago about Python, and it made an excellent point: Python is one of those great languages that is made for people who have never programmed before. Like Perl, it provides the ability to program and get something done quick without a lot of clutter, and so is a better candidate for the first programming language taught, not Java. Let the programmer have fun getting things done, then teach them about more elaborate computer science concepts and why these are useful. Python is pretty easy to learn: Andrew Glassner has a <a href="http://www.glassner.com/andrew/writing/files/AndrewsPythonPage.htm">great introductory page</a> &#8211; in a few hours you&#8217;ll know the basics. But I digress&#8230; Anyway, Pygame has lots of users, many of the projects are open source, there&#8217;s even a second edition of a <a href="http://inventwithpython.com/">free professionally-produced book</a> about Pygame. Cost: free.</p>
<p><strong><a href="http://processing.org/">Processing:</a><span style="font-weight: normal;"> OK, if you&#8217;re sick of hearing about game programming resources, here you go. This is a little language suited for making cool 2D images. Key basic graphics concepts&#8212;transforms, curves, image manipulation&#8212;are encapsulated. Basic interaction is also a snap. It has a 3D component, but that part is fairly weak. <a href="http://www.realtimerendering.com/blog/7-things-for-july-18th/">I&#8217;ve played with it</a>, it&#8217;s fun. Not meant for games; nonetheless, <a href="http://www.offworld.com/2009/05/wayfarer-ben-hemmendingers-dan.html">it&#8217;s possible</a>. Much <a href="http://processing.org/">online support</a>, and there are two popular books, <a href="http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&amp;tid=11251">here</a> and <a href="http://www.learningprocessing.com/">here</a> (the second has lots of additional material online). Cost: free.</span></strong></p>
<p><strong><a href="http://processing.org/"></a><a href="http://www.blitzbasic.com/">Blitz Basic:</a></strong> I&#8217;ve heard of this one from a few people but have no direct experience. Definitely about programming, it uses BASIC, but enhanced with functions and types. It looks pretty full-featured, e.g. there&#8217;s joystick and networking support. BlitzPlus is the Windows 2D version, BlitzMax also runs on Macs and Linux, <a href="http://www.devmaster.net/engines/engine_details.php?id=41">Blitz3D adds 3D support</a>: camera, lighting, texturing (including bumps), CLOD terrain, etc. There&#8217;s <a href="http://www.blitzbasic.com/Products/blitz3dsdk.php">an SDK</a> for interfacing the 3D engine with C++, C#, etc.  <a href="http://www.blitzbasic.com/Manuals/_index_.php">Manuals are online</a>, and there looks to be a healthy <a href="http://www.blitzbasic.com/Community/_index_.php">user community</a>. There&#8217;s a <a href="http://www.blitzbasic.de/">German version</a> of the website. Cost: <a href="http://www.blitzbasic.com/Products/_index_.php">free trials of all</a>, prices range from $60 to $100 per product, with more for add-ons.</p>
<p><strong><a href="http://creators.xna.com/en-US/">XNA:</a><span style="font-weight: normal;"> This is something of the 800-pound gorilla for programming-related graphics education. As an example, some teen programmer</span></strong>s in the Cornell workshop were using XNA as the next step beyond Game Maker. A Microsoft initiative, it&#8217;s partially aimed at students and hobbyists. The base language is C# (Java on steroids, if you haven&#8217;t used it). There are <a href="http://msdn.microsoft.com/en-us/aa937791.aspx">lots of element and audiences</a> for XNA, <a href="http://en.wikipedia.org/wiki/Microsoft_XNA">Wikipedia also covers the area</a> well. There are many XNA resource sites and books out there (though I was sad to see <a href="http://forums.xna.com/forums/t/40420.aspx">Ziggyware is no more</a>). Cost: free for the most part, depending on what you&#8217;re doing.</p>
<p><strong><a href="http://www.ogre3d.org/">Ogre:</a><span style="font-weight: normal;"> Begun about a decade ago, this is from all reports a pretty nice graphics engine. It supports a huge number of effects and areas (I know developers who have consulted the codebase for ideas). There are lots of <a href="http://www.ogre3d.org/download/we-recommend">add-on libraries</a>. It&#8217;s great for deep-down serious graphics education; Ogre is entirely <a href="http://www.ogre3d.org/licensing/licensing-faq">open source</a> (MIT license), so everything can be examined. Cost: free, and free licensing.</span></strong></p>
<p><strong><a href="http://unity3d.com/">Unity:</a><span style="font-weight: normal;"> You&#8217;ve now definitely entered the Indie game developer zone. A 3D games development system I&#8217;ve heard mentioned by others as a way of learning. Multiplatform, now including the iPhone. Cost: free base version and trial of Pro version, which costs $1499; other pricing for iPhone version. There&#8217;s <a href="http://www.amazon.com/Unity-Game-Development-Essentials-Goldstone/dp/184719818X?tag=realtimerenderin">a book</a>. Licensing for Indies <a href="http://www.gamasutra.com/view/news/25840/InDepth_Unity_Launches_Free_Option_Announces_Xbox_360_Support.php">has become free</a>.</span></strong></p>
<p><a href="http://www.udk.com/"><strong>UDK:</strong></a> The Unreal Development Kit is the <a href="http://www.gamasutra.com/blogs/MarkDeLoura/20090302/581/The_Engine_Survey_General_results.php">most popular game engine</a> used for game development. Cost: <a href="http://www.udk.com/download.html">free to download</a> full version, 530 Mb of fun. Licensing cost: <a href="http://www.udk.com/licensing.html">if you have to ask, you can&#8217;t afford it</a>.</p>
<p><strong><a href="http://www.torquepowered.com/">Torque:</a> </strong>Torque is <a href="http://www.gamasutra.com/blogs/MarkDeLoura/20090302/581/The_Engine_Survey_General_results.php">the second most popular development platform</a> for game creators. For Torque, two versions exist, 2D and 3D. <a href="http://www.torquepowered.com/products/education">Three books</a> are available on this engine. Cost: $250 for 2D, $1000 for 3D version, but <a href="http://www.torquepowered.com/products/education">educational pricing</a> can be arranged.</p>
<p>Whew! OK, what did I forget? (<em>Make sure to read the comments&#8212;some excellent additions there.</em>)</p>
<p><em>Update 2/6/2010:</em> <a href="http://www.examiner.com/examiner/x-28759-Atlanta-Video-Game-News-Examiner~y2010m1d13-Microsoft-Kodu-Game-Creation-Tool-Now-Available-for-PC"><strong>Kodu</strong></a>, from Microsoft. For grade schoolers, it uses a visual language. Surprisingly, it&#8217;s in 3D, with a funky chiclet terrain system. Another interesting graphics programming tool is <a href="http://beta.nodebox.net/"><strong>NodeBox 2</strong></a>, now in beta. It uses a node graph-based approached, see some examples <a href="http://www.geeks3d.com/20091202/nodebox2-interactive-and-hackable-graphic-design-application/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.realtimerendering.com/blog/tools-for-teaching/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>This, That, and the Other</title>
		<link>http://www.realtimerendering.com/blog/this-that-and-the-other/</link>
		<comments>http://www.realtimerendering.com/blog/this-that-and-the-other/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 04:05:57 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[facial animation]]></category>
		<category><![CDATA[Mona Lisa]]></category>
		<category><![CDATA[XNA]]></category>

		<guid isPermaLink="false">http://www.realtimerendering.com/blog/?p=72</guid>
		<description><![CDATA[Time to clear the collection of links and tidbits. First, two new graphics books have come to my attention: Essentials of Interactive Computer Graphics and Computer Facial Animation, Second Edition. The first is an introductory textbook for teaching, well, just that. Real-Time Rendering was never meant as an introduction to the field of interactive graphics, we&#8217;ve always seen [...]]]></description>
			<content:encoded><![CDATA[<p>Time to clear the collection of links and tidbits.</p>
<p>First, two new graphics books have come to my attention: <a href="http://www.amazon.com/Essentials-Interactive-Computer-Graphics-Kelvin/dp/1568812574?tag=realtimerenderin"><em>Essentials of Interactive Computer Graphics</em></a> and <a href="http://www.amazon.com/Computer-Facial-Animation-Frederic-Parke/dp/1568814488?tag=realtimerenderin"><em>Computer Facial Animation, Second Edition</em></a>. The first is an introductory textbook for teaching, well, just that. <em>Real-Time Rendering</em> was never meant as an introduction to the field of interactive graphics, we&#8217;ve always seen it as the book to hit after you know the basics. The <em>Essentials </em>book is squarely focused on these basics, and is more event-oriented and application-driven: GUIs and MFC, instancing and scene graphs, the transformation pipeline. It&#8217;s truly aimed at computer graphics in general, not 3D lit scenes. Shading is barely mentioned, for example. The book comes with a CD of software libraries developed in the latter half of the book. See the <a href="http://depts.washington.edu/cmmr/biga/">book&#8217;s website</a> for much more information and supplemental materials (e.g. Powerpoint slidesets for teaching from the book!).</p>
<p><em>Computer Facial Animation</em> is an area I know little about. Which makes this book intriguing to page through -how much there is to know! The first few chapters are dedicated to anatomy and early ways of recording facial expressions. The rest covers all sorts of areas: speech synchronization, hair modeling, face tracking, muscle simulation, skin textures, even photographic lighting techniques. This is one I&#8217;ll leave on my desk and hope to pick up at lunch now and again (along with those other books on my desk that beg to be read, like <a href="http://www.amazon.com/Color-Imaging-Fundamentals-Erik-Reinhard/dp/1568813449?tag=realtimerenderin">Color Imaging</a> - I need more lunches).</p>
<p>Which reminds me of this nice talk by Kevin Bjorke: <a href="http://developer.nvidia.com/object/nvision08-bwotf.html">Beautiful Women of the Future</a>. The first half is more aesthetic with some interesting fact nuggets, the last half is a worthwhile overview of interactive skin and hair rendering techniques.</p>
<p>It&#8217;s worth noting that there are many computer graphics books excerpted on <a href="http://books.google.com/">Google Books</a>. Our <a href="http://www.realtimerendering.com/portal.html">portal page</a>, item #6, lists a few good ones.</p>
<p><em>Game Developer Magazine&#8217;s</em> <a href="http://www.gamedev.net/community/forums/topic.asp?topic_id=519871">Front-Line Award Winners</a> have been announced. Our book was nominated, but to be honest I&#8217;m not terribly upset it didn&#8217;t win (our second edition won it before); instead, a new book on (video)game design got the honors in the book category, <a href="http://www.amazon.com/Art-Game-Design-book-lenses/dp/0123694965?tag=realtimerenderin">The Art of Game Design</a>. The rest of the award winners are (almost) no doubt deserving, but the winner list provides little new information. It&#8217;s the usual suspects: Photoshop CS3, Havok, Torque, Visual Studio 2008 (really? I&#8217;d go with <a href="http://www.wholetomato.com/">Visual Assist X</a>, which adds a bunch of useful bits to VS 2008 to make it more usable). I haven&#8217;t seen the Game Developer article itself, which should be more interesting to see the list of runner-ups.</p>
<p><em>Update</em>: it&#8217;s a day later, and the Front Line awards article is <a href="http://www.gamasutra.com/view/feature/3898/game_developers_front_line_awards_.php?page=1">available online</a>. Good deal!</p>
<p>I just noticed that Jeremy Birn has been having <a href="http://3drender.com/challenges/index.htm">lighting contests for synthetic scenes</a>. Meant more for the mental ray users of the world, I like it just because there are some nice models to load up in my test applications.</p>
<p>We mentioned SIGGRAPH Asia before; see the papers collection <a href="http://kesen.huang.googlepages.com/siga2008Papers.htm">here</a> and some GPU-specific presentations <a href="http://www.geeks3d.com/?p=2577">here</a>.</p>
<p>A fair bit going on in the blogosphere:</p>
<ul>
<li>Christer Ericson has an article on <a href="http://realtimecollisiondetection.net/blog/?p=91">optimizing particle system display</a>. I hadn&#8217;t considered some of these techniques before.</li>
<li>Bill Mill has a worthwhile rant <a href="http://billmill.org/why_no_code">on publishing code along with research results</a>. This often isn&#8217;t done, because there&#8217;s little benefit to the author. Some researchers will do it anyway, for various reasons (altruism, fame, etc.), but I wish the research system was structured to require such code. It&#8217;s certainly encouraged for the <a href="http://jgt.akpeters.com/">journal of graphics tools</a>, for example, but even then the frequency is not that high.</li>
<li>Wolfgang Engel has lots of posts about programming for the iPhone &amp; Touch; I was more interested in his comments about <a href="http://diaryofagraphicsprogrammer.blogspot.com/2008/12/cached-shadow-maps.html">caching shadow maps</a>.</li>
</ul>
<p>Everyone should know about the <a href="http://store.steampowered.com/hwsurvey/">Steam Hardware Survey</a>. The cool thing is that they recently started adding a history for some stats and, dare I dream it?, pie charts to the site. Much easier to grok at a glance.</p>
<p>Tutorials galore:</p>
<ul>
<li><a href="http://www.spheregames.com/index.php?p=templates/pages/tutorials">SphereGames</a> has some basic tutorials on LUA, texture management, skydomes and heightmap rendering.</li>
<li>Ziggyware has XNA tutorials on <a href="http://www.ziggyware.com/readarticle.php?article_id=223">point sprites</a>, <a href="http://www.ziggyware.com/readarticle.php?article_id=220">clipmaps</a>, <a href="http://www.ziggyware.com/readarticle.php?article_id=226">HDR</a>, <a href="http://www.ziggyware.com/readarticle.php?article_id=228">Photoshop blend modes in HLSL</a>, and <a href="http://www.ziggyware.com/readarticle.php?article_id=221">multithreading</a>, to name a few.</li>
<li>Gamedev.net has tutorials on <a href="http://www.gamedev.net/reference/programming/features/dynamic3Dsg/">dynamic scene graphs</a> and on <a href="http://www.gamedev.net/reference/programming/features/xnaVertexElement/">XNA vertex element systems</a>.</li>
<li>Microsoft describes <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=32906B12-2021-4502-9D7E-AAD82C00D1AD&amp;displaylang=en">Shader Model 5.0</a>. I&#8217;ve heard rumblings that the extra baggage for materials vs. lights may not be all that relevant for game developers. As a CAD developer, I look forward to it (in a decade or so, when all our applications users have moved to SM 5.0).</li>
</ul>
<p>Need a huge (or medium, or small), free texture of the whole earth? <a href="http://www.unearthedoutdoors.net/global_data/true_marble/download">Go here</a>.</p>
<p>Google&#8217;s knol project collects short articles on various topics. Here&#8217;s a reasonable sample: <a href="http://knol.google.com/k/awais-zia/history-of-vision-science/34ovve4otnay1/4#">a short history of theories of vision</a>. To be honest, though, the site overall seems a bit of <a href="http://knol.google.com/k/quick-mirada/the-history-of-the-general-lee-dodge/262x5l9dzrxcp/2#">a</a> <a href="http://knol.google.com/k/sally-brompton/astrology/i8mu3fa6ki56/6#">dumping</a> <a href="http://knol.google.com/k/anonymous/vedanta/2c1lnngvk9wqt/2#">ground</a>. This sort of lameness is proof why editorial supervision (either a single person or a wiki community) is a good thing.</p>
<p>DirectX 10 corrects a long-standing &#8220;feature&#8221; of previous versions of DirectX: the half-pixel offset. OpenGL&#8217;s always had it right (and there really is a right answer, as far as I&#8217;m concerned). I was happy to find this <a href="http://msdn.microsoft.com/en-us/library/bb219690(VS.85).aspx">full explanation of the DirectX 9 problem</a> on Microsoft&#8217;s website.</p>
<p>Our book had a little review in the February 2009 issue of <a href="http://www.gamesradar.com/pc">PC-Gamer</a>, by Logan Decker, executive editor, on page 80. I liked the first sentence: &#8220;I don&#8217;t know why I didn&#8217;t immediately set fire to this reference for graphics professionals the moment I saw all the equations. But I actually read it, and if you skip the math bits as I did, you&#8217;ll get brilliantly lucid explanations of concepts like vertex morphing and variance shadow mapping&#8212;as well as a new respect for the incredible craftsmanship that goes into today&#8217;s PC games.&#8221;</p>
<p>This one&#8217;s made the rounds, but just in case: the<a href="http://rogeralsing.com/2008/12/07/genetic-programming-evolution-of-mona-lisa/"> Mona Lisa with 50 semi-transparent polygons</a>, evolved (sort-of). Here&#8217;s a little <a href="http://blog.makezine.com/archive/2008/12/structure_synth_generated.html?CMP=OTC-0D6B48984890">eye</a> <a href="http://flickr.com/groups/structuresynth/">candy</a> (two links). Plus, <a href="http://www.360cities.net/">panoramas galore</a>.</p>
<p>Finally, <a href="http://news.yahoo.com/s/afp/20081211/sc_afp/sciencejapanbrainoffbeat_081211052641">guard your dreams</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.realtimerendering.com/blog/this-that-and-the-other/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Direct3D 11 Details Part I: Intro</title>
		<link>http://www.realtimerendering.com/blog/direct3d-11-details-part-i-intro/</link>
		<comments>http://www.realtimerendering.com/blog/direct3d-11-details-part-i-intro/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 21:48:21 +0000</pubDate>
		<dc:creator>Naty</dc:creator>
				<category><![CDATA[Reports]]></category>
		<category><![CDATA[Direct3D]]></category>
		<category><![CDATA[Direct3D 11]]></category>
		<category><![CDATA[DirectX]]></category>
		<category><![CDATA[Gamefest]]></category>
		<category><![CDATA[XNA]]></category>

		<guid isPermaLink="false">http://www.realtimerendering.com/blog/?p=15</guid>
		<description><![CDATA[I attended Gamefest 2008 last week. Gamefest (formerly called Meltdown) is a Microsoft-run Windows and Xbox 360 game development conference. This year there were two notable announcements: XNA Community games (discussed in a previous blog post) and the first public disclosure of Direct3D 11. Direct3D is, of course, the API used by most Windows games, [...]]]></description>
			<content:encoded><![CDATA[<p>I attended <a href="http://www.xnagamefest.com/conference_details08.htm">Gamefest 2008</a> last week. Gamefest (formerly called Meltdown) is a Microsoft-run Windows and Xbox 360 game development conference. This year there were two notable announcements: XNA Community games (discussed in <a href="http://www.realtimerendering.com/blog/community-built-games-on-xbox-360/">a previous blog post</a>) and the first public disclosure of Direct3D 11.</p>
<p>Direct3D is, of course, the API used by most Windows games, but its importance extends beyond Windows. Direct3D features guide the development of graphics hardware in general, so these features are bound to show up in future consoles, as well as in OpenGL.</p>
<p>The announcement that Direct3D 11 would not be tied to the next version of Windows (as many had feared), and would be available on Windows Vista was very significant to Windows developers, many of whom <a href="http://www.bit-tech.net/news/2007/08/28/gabe_newell_says_dx10_for_vista_was_a_mistake/1">complained about the tying of Direct3D 10 to Windows Vista</a>. Direct3D 11 will also be available on Direct3D 9, 10, and 10.1 level graphics hardware (although the new features will not be available there, with the exception of some multithreading enhancements).</p>
<p>The fact that the Direct3D 11 API is a strict superset of the 10/10.1 API is also cause for relief among game developers. From Direct3D 9 to 10, the API went through extensive changes. These changes were mostly long-overdue cleanups and improvements, but they left developers supporting two very different APIs if they wanted to support the many customers using Windows XP and also expose the new Direct3D 10 hardware features.</p>
<p>This is the first part of a multi-part post which will summarize the essential facts about Direct3D 11, as known from the Gamefest slides. Eventually, the slides should show up on the <a href="http://msdn.microsoft.com/en-us/xna/aa937787.aspx">XNA Presentations page</a>.</p>
<p>Full disclosure of Direct3D 11 should occur later this year &#8211; the November 2008 DirectX SDK release will feature a preview version of the API, including full documentation and code samples.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.realtimerendering.com/blog/direct3d-11-details-part-i-intro/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Community-built games on Xbox 360</title>
		<link>http://www.realtimerendering.com/blog/community-built-games-on-xbox-360/</link>
		<comments>http://www.realtimerendering.com/blog/community-built-games-on-xbox-360/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 21:36:57 +0000</pubDate>
		<dc:creator>Naty</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Gamefest]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Xbox 360]]></category>
		<category><![CDATA[XNA]]></category>

		<guid isPermaLink="false">http://www.realtimerendering.com/blog/?p=16</guid>
		<description><![CDATA[Many of our readers are not professional game developers, but do graphics or game programming as a hobby or as part of their academic research. Microsoft&#8217;s XNA Game Studio is interesting since it allows free development of Xbox 360 games. To be precise, although the software is free, Xbox 360 development does require a $99/year [...]]]></description>
			<content:encoded><![CDATA[<p>Many of our readers are not professional game developers, but do graphics or game programming as a hobby or as part of their academic research. Microsoft&#8217;s <a href="http://msdn.microsoft.com/en-us/library/bb200104.aspx">XNA Game Studio</a> is interesting since it allows free development of Xbox 360 games. To be precise, although the software is free, Xbox 360 development does require a $99/year premium membership &#8211; still a bargain compared to the many thousands of dollars required for a professional console development kit. However, the resulting games could only be played by other people with premium memberships &#8211; not exactly a mass market.</p>
<p>This week, at <a href="http://www.xnagamefest.com/">Gamefest</a>, Microsoft <a href="http://creators.xna.com/en-us/XboxLIVECommunityGames">announced</a> that these &#8220;homebrew&#8221; games could now be sold to Xbox 360 owners in general. Interestingly, the games will not be selected by Microsoft themselves (although I am sure they will do some gatekeeping) but by the community (similarly to the selection of posts at <a href="http://digg.com/">Digg</a> or <a href="http://slashdot.org/">Slashdot</a>).</p>
<p>If you are a game or graphics hobbyist who is intrigued by the idea of creating games to sell to <a href="http://www.videobusiness.com/article/CA6463012.html">almost 12 million Xbox 360 owners</a>, then check out Microsoft&#8217;s <a href="http://creators.xna.com/">XNA Creators Club website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.realtimerendering.com/blog/community-built-games-on-xbox-360/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>