Category Archives: XNA

Scala XNA

One of the things that I thought would be a really cool demonstration of Scala.Net was to have an XNA application that was coded completely in Scala. I have mixed news on the subject. I did successfully get an XNA … Continue reading

Posted in .Net, Scala, XNA | Comments Off on Scala XNA

Bitmap from Texture2D

I’m writing a map editor for a 2D XNA game and wanted to use a lot of the same code for displaying the map in the editor and in the actual game.  However, I wanted the ease of use and … Continue reading

Posted in WinForms, XNA | 2 Comments