Winforms for Mono on Mac, Linux and PC (Redux)

不羁的心 提交于 2020-01-29 09:36:47

问题


(I asked this question in another way, and got some interesting responses but I'm not too convinced.)

Is Mono's GtkSharp truly cross-platform? It seems to be Gnome based... how can that work with PC and Mac?

Can someone give me examples of a working Mac/PC/Linux app that is written with a single codebase in Microsoft .Net?


回答1:


Plastic SCM is supported on Windows, Linux, Solaris, and Mac OS X. The link includes screenshots on Windows and Linux.




回答2:


Realize this is now an old question, but Banshee fits the bill for being a cross-platform application that uses GTK#. It runs on Max, Linux and Windows. http://banshee.fm/download/




回答3:


The best example of a Gtk# app that runs on both Windows and Linux may be Medsphere's OpenVista. Granted, its not an app that many people need to run, but it is a very professional, polished, open-source Gtk# application. It shows how a professional Gtk# app can be written.

http://medsphere.org/community/project/openvista-cis




回答4:


Gtk# is cross platform. However the only platform where it looks nice is Linux/BSD running GNOME. If possible somehow, separate frontend and backend and develop separate user interfaces for Linux, Windows and OS X. Even wx, which does a really good job in looking okay on all three platforms, has its limits.

Working Mac/PC/Linux app in Gtk#? Tomboy runs on all three I think.




回答5:


It would be more correct to say that GNOME is GTK-based than it is to say that GTK is GNOME based. GTK is a toolkit that GNOME sits on top of, and you can get GTK for several platforms, including Windows. That's how GIMP works on Windows: you install GTK first.



来源:https://stackoverflow.com/questions/116468/winforms-for-mono-on-mac-linux-and-pc-redux

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!