使用 WPF 的 .NET 4 应用程序 Mono 端口的 GUI
我决定将一个小型 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Gtk#。它具有良好的性能,并且 monodevelop 附带了设计工具来帮助您绘制界面。
Go with Gtk#. It has a nice performance and monodevelop comes with a design tool to help you draw your interface.