Hi, I just downloaded XNA 4.0, hoping how to learn how to draw 3d shapes or make simple games. However I don't know where to find the XNA templates to use to create programs. How do I install them? Thanks!
Printable View
Hi, I just downloaded XNA 4.0, hoping how to learn how to draw 3d shapes or make simple games. However I don't know where to find the XNA templates to use to create programs. How do I install them? Thanks!
There are no templates for VB, as far as I know. All the templates are C#. You can create a C# template, then convert all the code over to VB and use that, because a template is nothing more than the outline of the code and a few relevant references.
You might look in the CodeBank or Tutorial areas, as I believe DDay wrote some XNA stuff over there. I have a thread in the CodeBank, but it deals only with drawing controls using XNA.