在 Windows 中 运行 MonoGame 游戏有什么要求?

What are the requirements to run a MonoGame game in Windows?

如果我在 MonoGame 中开发游戏,运行 它在 Windows 上有什么要求?

是否需要 .NET Framework?如果可以,应该安装什么版本?

是否需要任何其他框架?

运行 Windows 中 MonoGame 3.4 游戏的要求:

  • .NET 框架4.X

对于 MonoGame Windows OpenGL:

  • OpenGL 3.0 驱动程序
  • OpenAL 1.1

对于 MonoGame Windows DirectX:

  • DirectX 11 运行时

官方论坛上有一个 post 可能会有所帮助:MonoGame minimum requirements