Dream Build Play 2017

Dream Build Play is back!

Back in 2007 Microsoft had the first Dream Build Play contest. Yes, 10 years ago. Then it went away for a while … like 7 years or so…

But it is back! And I’m excited about it.

You can check it out here, or get a little history lesson and learn about something new by watching the video below:

Microsoft Really Wants Your Feedback

I’m writing this blog post from a hotel room in Seattle. I’m attending the Microsoft MVP Summit. To attend this summit, you have to be a Microsoft Most Valuable Professional (MVP).

I was fortunate enough to receive this award from Microsoft back in 2009 and every year since then.
Originally, I received this award for DirectX/XNA. I’ve written a few books and two of them were on game programming using XNA. XNA was the game programming framework created by Microsoft that powered the vast majority of Indie games available on the Xbox 360.

Folks who have a large XNA library code should take a good look at MonoGame.
For those who don’t, should look at another game engine like Unreal or Unity.

If you want to do HoloLens development, I’d highly suggest you get going with the Unity engine.

One of the big benefits of being a Microsoft MVP is that you get to meet the product teams at Microsoft and provide feedback.

Here’s a secret…

If you are into web development at all …

If you want to know what it’s like to be a MVP, then watch the weekly stand-ups of the ASP.NET team. The work is done in public and everything is open source. Your feedback can be heard. You don’t need to be a MVP to talk to the product team.

User Voice is another great way to get in front of the product teams.

The Forums is another great way to get in front of the product teams.

If you have a suggestion for Microsoft, you can make it heard all of those ways. You don’t have to be an MVP to get your voice heard.

Microsoft is very big on feedback. They want to make products that you want. So if you see something that should be done better, let them know!

It’s a great privilege to be able to come out to Seattle every year and meet with the product teams. I’m hoping I’ll be fortunate enough to be able to attend next year.

I’ve heard over and over again so far this week from Microsoft that they want feedback. And it is true, they take the feedback and they make products and/or product changes because of the feedback.

It is a great time to be a software developer. HoloLens and augmented reality is really exciting. I’m grateful that a great community is building in the Learn HoloLens site.

If you are interested in HoloLens development, make sure to check out the Learn HoloLens site and sign up for the notification list.

If you are wondering if you should get into software development in general, then go check out code.org and try it out. You just might like it… and being able to tell the computer what to do is a pretty satisfying feeling!

I made a companion video to this blog post, which you can see below:

XNA Game Studio 3.0 Unleashed book source code updated to work with MonoGame and Windows 10

 

image_thumb[2]

 

XNA Game Studio 3.0 Unleashed Code updated to Run under Windows 10 (and HoloLens)

I’ve gone through the first pass of updating the code in the book. This took quite a bit of time. Some of the chapters are still a little wonky as I’ve ran out of time. But I wanted to get what I have done out into the public in case it was beneficial to anyone. I never really thought I’d update the code for the XNA Game Studio 3.0 Unleashed book. There were a lot of breaking changes between XNA 3.1 and XNA 4.0 and I just didn’t have the time to do it.

However, with my HoloLens being ordered, and hearing Tom Spilman on .NET Rocks last week (http://www.dotnetrocks.com/?show=1283), I decided to see what it would take to upgrade. It was surprisingly simple to get quite a few chapters converted and upgraded. Other chapters were just not attempted (like Networking stuff that isn’t directly in MonoGame [they expect you to use other libraries]). Others had to be commented out to work (like the GameServices stuff to bring up the Xbox Guide, etc.)

Still, the overall conversion project was a success. There a couple of rough edges, but now anyone can fork it and do what they’d like with it. Feel free to send a pull request, if you smooth out a rough edge. Try to keep with the original intent with the code as much as possible.

Go ahead and grab the code from GitHub:

https://github.com/kewlniss/XNAUnleashed

The Table of Contents for the book this code goes with can be found at http://xnaessentials.com/unleashed

End of an Era, Start of a new One

Microsoft Xbox 360

It was announced that Microsoft is no longer producing the Xbox 360 console. It was a great console and still has a lot of life in it. Of course, I have two different ones, but I rarely use one and the other is so I can stream Netflix. (Not a smart TV, in fact, it is a big ole CRT thing – well big as in depth, not viewing area.)

Since many of the 360 games I bought and haven’t played yet are coming to Xbox One Backwards Compatibility list, I’ll have fewer reasons to turn on the 360. Still, there are some games, like Batman Arkham Origins and Assassins Creed Rouge that I just recently played that were only available on the 360.

The 360 will always have a special place in my heart, because that was the first console I was able to deploy (and debug) a game to. This was basically unheard of before XNA came out.

Now with MonoGame, anyone who wrote code using XNA, can have that game live on in the new world on Windows 10. This includes on HoloLens. Here Microsoft is shipping it’s first holographic computer and thanks to the open source project, and in particular, Tom Spilman, XNA code will run on the HoloLens.

 

The Xbox 360 turned 10 years old in November 2015. It still has life in it and support for the console will continue for at least another 3 years.  I loved the 360, I love my Xbox One and I know I’m going to love my HoloLens. It is supposed to arrive tomorrow!

Oh, by the way, I’m hoping to send the updated XNA Game Studio 3.0 Unleashed code to GitHub tomorrow.  Will that mean two posts in a row? Only time will tell…