使用 WPF 的 .NET 4 应用程序 Mono 端口的 GUI

发布于 2025-01-08 09:38:06 字数 358 浏览 2 评论 0原文

我决定将一个小型 C# .NET 应用程序移植到 Linux 上。 它使用 .NET 4,作者(不是我)决定使用 WPF,因为他遇到了 Winforms 的性能问题。

http://www.mono-project.com/Gui_Toolkits 显示了很多可能的选项我使用,但我对 C# 比较陌生,对 Mono 更陌生。我需要它速度快,而且最好相当轻。

您会推荐什么以及为什么?

鉴于我是 Mono 的新手,并且原始 .NET 应用程序使用 WPF,我想知道应该使用哪种 GUI 工具包来提高性能并易于移植。

I've decided to port a little C# .NET application over to linux.
It uses .NET 4, and the author (not me) decided to use WPF because he had performance issues with Winforms.

http://www.mono-project.com/Gui_Toolkits shows quite a lot of possible options for me to use, but I'm relatively new to C# and even more so to Mono. I need it to be fast, and preferably fairly lightweight.

What would you recommend and why?

I want to know which GUI kit to go with for performance and easy of porting, given that I'm new to Mono and the original .NET app uses WPF.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

萌辣 2025-01-15 09:38:06

使用 Gtk#。它具有良好的性能,并且 monodevelop 附带了设计工具来帮助您绘制界面。

Go with Gtk#. It has a nice performance and monodevelop comes with a design tool to help you draw your interface.

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