Michael B. McLaughlin
23 posts.
- Remote Graphics Diagnostics with Windows RT 8.1 and Visual Studio 2013This blog post is a brief follow up to my What’s New in Graphics and Game Development in Visual Studio 2013 post on the MVP Award blog. While writing that…
- TFS Build Custom Activity : TODO CounterArticle Source: https://geekswithblogs.net/charliemott Tracking the count of TODO.aspx)’s in your solution can be used for the following:
- Windows Store DirectX C++ Sample BaseI’ve been working on this on and off for over a year now (having essentially restarted entirely in the latter half of 2012). At last it is finished. I…
- C# to C++–A Somewhat Short Guide (Update 1)Last updated: 2012-02-14 This is a big post – over ~12200~ 16600 words – and so I’ve decided to make it available as a PDF download, which you can get…
- C# to C++ – A Somewhat Short GuideLast updated: 2012-02-14 This is a big post – over ~12200~ 16600 words – and so I’ve decided to make it available as a PDF download, which you can get…
- Getting started with Metro style DirectXA little more than three months ago, Microsoft hosted the //build/ conference at which they unveiled the upcoming version of Windows (commonly called…
- Leveraging MSBuild for Ruthless Productivity(Warning: This is semi-advanced stuff. It’s not hard, per se, but it involves editing important project files manually, which, if done wrong, can render…
- Interpolation Sample for XNAOne thing I’ve always enjoyed in Silverlight/WPF are the easing functions ( http://msdn.microsoft.com/en-us/library/ee308751.aspx ). The easing functions…
- Dxt Conversion Content Pipeline Extension SampleI’ve been slowly creating a new WP7 game over these past few months. In the process, I began experimenting with Dxt compression. It’s a very nice feature,…
- XNA and VB: The Preparations ContinueI about how, with XNA and VB becoming a supported scenario, I was starting down the road to learning VB. Just a brief update on that. If you ever need to…
- Preparing Myself For XNA and VBFor anybody who might have missed the news, XNA is coming to Visual Basic. I’ll admit that my first reaction was to groan and grumble and mumble. But this…
- Sprite Padding Using Guides in GimpLately I’ve been doing a lot of drawing. A lot of it has been creating sprite animations for XNA projects. From many years of using it, I work primarily…
- AccelerometerInput XNA GameComponentBad accelerometer controls kill otherwise good games. I decided to try to do something about it. So I create an XNA GameComponent called…
- Tips for XNA WP7 DevelopersThere are several things any XNA developer should know/consider when coming to the Windows Phone 7 platform. This post assumes you are familiar with the…
- ANTS Memory Profiler 7.0 Review(This is my first review as a part of the GeeksWithBlogs.net Influencers program. It’s a program in which I (and the others who have been selected for it)…
- XNA RenderTarget2D SampleI remember being scared of render targets when I first started with XNA. They seemed like weird magic and I didn’t understand them at all. There’s nothing…
- List of Commonly Used Value Types in XNA GamesMost XNA programmers are concerned about generating garbage. More specifically about allocating GC-managed memory (GC stands for “garbage collector” and…
- XNA on the TechNet WikiMany months ago I came across an interesting Microsoft website, the TechNet Wiki, when I was looking for information about something that I can’t even…
- Xbox360 and Guitar Controller FeedbackAnyone developing for XBLIG knows (or should know) that guitar controllers feedback data on certain analog GamePad inputs. This is why the cautions…
- My Thoughts On “ChevronWP7”Today (well, yesterday now) was Thanksgiving here in the U.S. In addition to doing my traditional family things (making and eating a large,…
- Miscellany Tips for Working With a WP7 Device for the First TimeI just got my first WP7 (an LG Quantum) about ten hours ago. Since then I’ve explored it, played games on it, registered it as a dev phone, deployed my…
- WCF and XNA on WP7 – Hack FreeUpdate 1 (Sept. 17, 2010): While the part below about using SLSvcUtil.exe to generate the service reference undoubtedly still works, it is no longer…
- XNA and WP7 Load TimesThis is going to be more of a high-level post. But it’s important, especially for my fellow XBLIG developers who are now targeting WP7, since it…
