From cf0812b7871bec4ffd50e599d718d6d97a8eb161 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 22 Apr 2012 12:51:04 +1000 Subject: [PATCH 1/2] added post from @laumania --- _posts/2012-04-22-show-and-tell-laumania.md | 24 +++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _posts/2012-04-22-show-and-tell-laumania.md diff --git a/_posts/2012-04-22-show-and-tell-laumania.md b/_posts/2012-04-22-show-and-tell-laumania.md new file mode 100644 index 0000000..f92d335 --- /dev/null +++ b/_posts/2012-04-22-show-and-tell-laumania.md @@ -0,0 +1,24 @@ +--- +layout: post +permalink: /show-and-tell/4/porting-a-silverlight-game-to-xna-on-wp7.html +date: 2012-04-22 23:00 +title: "Show and Tell #5 - Porting a Silverlight game to XNA" +author: "@shiftkey" +comments: true +--- + +## Introduction + +Mads sent through a blog post yesterday about how his experiment on porting a game from Silverlight to XNA. + +His starting point: a game called "We are Bugs" from [Jeff Weber](http://www.farseergames.com/). + +You can go and play it [here](http://www.farseergames.com/wearebugs). I'll wait. + +Back? Great. So Jeff made the source code [available](http://www.farseergames.com/blog/2009/4/30/we-are-bugs-refactored-and-source-released.html) a while ago, and Mads has experimented with porting the code to Silverlight in WP7 and then in XNA. + +[His results are up on GitHub](https://github.com/Laumania/WeAreBugs-XNA) for those who want to compare and contrast the differences. + +## About the Author + +Mads Laumann is a developer from Denmark who works with C# and ASP.NET by day and experiments with a other Microsoft technologies in his spare time. He blogs at [laumania.net](http://laumania.net/) and is [@laumania](http://twitter.com/laumania) on Twitter. From 88efcde5bca29e21c7e2301eec3f1764c0f669ef Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 22 Apr 2012 12:53:06 +1000 Subject: [PATCH 2/2] fixed url --- _posts/2012-04-22-show-and-tell-laumania.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2012-04-22-show-and-tell-laumania.md b/_posts/2012-04-22-show-and-tell-laumania.md index f92d335..06720e1 100644 --- a/_posts/2012-04-22-show-and-tell-laumania.md +++ b/_posts/2012-04-22-show-and-tell-laumania.md @@ -1,6 +1,6 @@ --- layout: post -permalink: /show-and-tell/4/porting-a-silverlight-game-to-xna-on-wp7.html +permalink: /show-and-tell/5/porting-a-silverlight-game-to-xna-on-wp7.html date: 2012-04-22 23:00 title: "Show and Tell #5 - Porting a Silverlight game to XNA" author: "@shiftkey"