适用于 Windows 应用程序的 Monobjc 和 Mac UI
我有一个用 C# 编写的应用程序,使用 Mono 在 Windows 和 Linux 上运行。现在我们需要一个适用于 Mac 的本机用户界面。有没有办法使用 Monobjc 来做到这一点?有人用过它吗?还有其他方法吗?
感谢您的帮助
–f
I've got an application which was written in C# and is running on Windows and Linux using Mono. Now we need a native user interface for the Mac. Is there a way of doing this using Monobjc? Did anyone ever work with it? Is there any other approach?
Thanks for your help
–f
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
MonoMac 可以帮助您实现这一目标。虽然我只是简单地玩过它,但它看起来相当稳定,但需要单独下载。这似乎是执行此操作的首选方法,并且在 Cocoa# 被淘汰时得到了积极支持
Here有关不同方法的更多详细信息的链接
请参阅此答案以获取更多信息
MonoMac can help you achieve this. While I've only played with it briefly, it seems pretty stable but is a seperate download. This seems to be the preferered way to do this and is actively supported while Cocoa# is being fazed out
Here's a link with more details about different approaches
See this answer for more information
我们使用 MonobjC 来完成完全相同的事情。
我强烈推荐它。
还有其他的(cocoa#,...),但这一个似乎是最完整的。
它得到了非常积极的维护,如果您需要的话,可以提供很多出色的支持。
查看示例,也相当简单。
另一个选择确实是 MonoMac。
这是官方支持的新版本,但据我所知,它还没有完全 100% 完成。预计这里会出现一些错误/未实现的内容+目前的用户群非常小。
目前,如果您希望一切正常,我仍然推荐 Monobjc。
we've used MonobjC for the exact same thing.
I'd highly recommend it.
There are others out there (cocoa#, ...) but this one seems to be the most complete.
It is very actively maintained, which lots of excellent support if you need it.
Check out the samples, fairly easy too.
The other option is indeed MonoMac.
It's the new, officially supported version, but, as far as I know, it's not exactly 100% finished yet. Expect some bugs/unimplemented stuff here + very small userbase currently.
For the moment, if you want everything to work, I'd still recommend Monobjc.