2

I want to open a new project in MonoGame, using Visual Studio Express 2012. I currently want to make it for Windows desktop.

The problem is there is no such setup in the "New project" menu. I don't want it to be for the Windows Store, there appears to be an option for that. Should I open an OpenGL project?

And how could I later take the same project and set it up for Linux?

4

1 回答 1

2

我假设您可以看到以下选项?您想要的是 MonoGame Windows OpenGL 项目。我相信这将在 XP、Windows 7 和 Windows 8 桌面模式的普通 Windows 桌面上运行。

MonoGame 新项目窗口

至于你问题的第二部分。我不确定移植到 Linux 的细节,但一般规则是创建一个新的 Linux 项目并从主项目链接每个文件,然后重新编译。您可能需要更改一些代码来处理特定于平台的内容。

于 2013-10-01T23:01:33.993 回答