MSDN documentation of XNA seems to be incomplete and/or bad. Is there another resource available? And by documentation I mean of the library/framework itself, similar to what UNITY, SFML, or SDL all have available.
|
|
You probably won't find documentation available that's as good or better than MSDN, any specific questions / problems, search here and elsewhere online and if you're still not sure post a question. That said, take a look at the Education Catalog at the App Hub. Also, take a look at Shawn Hargreves' blog, there are many interesting posts relating to XNA. |
|||||||
|
|
Just to add to George's great answer: The DirectX documentation (on MSDN) contains many additional details that the XNA documentation does not provide. XNA is a wrapper over DirectX, after all. Often you can easily guess (or check using PIX or perhaps ILSpy) the underlying DirectX methods that XNA is using, and then look up the documentation for those to find out what you need. |
|||
|