vote up 2 vote down star
1

(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?

flag

61% accept rate

5 Answers

vote up 1 vote down check

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

link|flag
I sent them an email today asking if they use GTK# and in what capacity. It is cross-platform, that´s for sure. – yar Sep 25 '08 at 16:24
1  
They don't use GTK# at all. But they do run on all three and use mono-project.com/WinForms – yar Sep 25 '08 at 16:46
vote up 0 vote down

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.

link|flag
Tomboy -- gnome.org/projects/tomboy -- is a Gnome subproject. Do I have Gnome on PC or Mac? – yar Sep 22 '08 at 18:36
vote up 0 vote down

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.

link|flag
What does that mean for GTK#? – yar Sep 22 '08 at 18:33
GTK# is an implementation of User Interface widgets for .Net. It uses GTK to realize those widgets. – Joel Coehoorn Sep 22 '08 at 19:55
vote up 2 vote down

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

link|flag
looks good, but will it work on Mac? – yar Sep 22 '08 at 19:09
vote up 1 vote down

There are no GTK# apps that actually do anything that run on Windows, Linux and OSX. Not one. If you decide that I'm not right, just provide one single example, please.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.