I just realised I never posted about this. ScriptTD is a project I have been working on for the past year now, although we officially launched a couple of months ago, I’m still working on v2.0. The goal was to create a Tower Defense game engine for Windows Phone 7, allowing people with no coding … Read more
Adding Direct3D 10.1 support to a D3D10 application
April 26th, 2009 | Posted by in DirectX - (0 Comments)Since my graphics card (ATI Radeon 4870×2) supports Direct3D 10.1, I thought I might quickly add support for Direct3D 10.1 to my in progress D3D10 engine. Using MSDN docs and a slide from the 2008 GDC, I found it was really easy to add D3D10.1 support, since the device simply inherits from the D3D10 device, … Read more
