Win/Mac and X360 differences (3) : XNA Content Pipeline

In this post, I’ll talk about the XNA Content Pipeline. When I first tried to load a resource in the XNA game, I was trying to do as usual : opening a file and reading it using standard file reading functions. However, on XNA you have to use the Content Pipeline provided and to be… Continue reading Win/Mac and X360 differences (3) : XNA Content Pipeline

Win/Mac and X360 differences (1) : C++ and C#

I will write a series of posts about the differences in developing for Windows (or Mac) and working for X360 with XNA Game Studio. The first post of these series is about the most obvious difference : the programming language. All my PC and Mac games were developed in C++ because that’s the language I’m… Continue reading Win/Mac and X360 differences (1) : C++ and C#