Networked Map Viewer

Map Viewer

This application was made using XNA embedded in a Winforms project. The original tutorial for embedding XNA in Windows Forms can be found here. I needed to make some modifications to the ContentBuilder.cs included with the demo project to allow it to compile shaders and load fonts. I retrieved the map textures from the Google maps API. The height values …

Continue reading