适用于 Windows 应用程序的 Monobjc 和 Mac UI

发布于 2024-09-14 12:05:00 字数 138 浏览 4 评论 0原文

我有一个用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

汐鸠 2024-09-21 12:05:00

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

ι不睡觉的鱼゛ 2024-09-21 12:05:00

我们使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文