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

后端 未结 5 845
孤城傲影
孤城傲影 2021-01-06 16:10

(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

5条回答
  •  [愿得一人]
    2021-01-06 16:48

    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.

提交回复
热议问题