Is MonoGame just XNA?

Almost. MonoGame doesn’t use the XNA framework, it is a re-implementation of the XNA framework. The difference is that all of the code inside MonoGame has been re-written to behave identically to the XNA framework. You’re probably wondering why someone would want to re-implement something that already exists. Well, you’re correct in saying that XNA … Read more