For "best" I intend that the code shouldn't need, or need very few, platform specific tweaks.
|
|
|||||||||||||||
|
|
|
I would think that it depends on what kind of platforms you plan on targeting. Java will have the most platforms with a VM. However, if you just want to use Windows and Linux, you can use C# (using mono on linux). |
||
|
|
|
Java is certainly nice, but I've been doing just fine with Python and Qt via PyQt4 lately. I find that I get things done faster than I did in Swing or SWT, too. So far, no platform-specific tweaks have been necessary, and Qt4 widgets look nice on different platforms. The Qt GUI builder is very nice, and using Python has enabled easy integration with some other cross-platform frameworks (notably VTK, scipy-cluster, and some SWIG-wrapped objects for interfacing with files output from a performance tool). Note that Qt is not free unless you use it on open source projects. |
|||
|
|
|
|
Based on your definition, no. Even wit the newest graphical libraries you can expect to do a bunch of testing on different platforms. Flash would probably be the best. Wide spread and better at looking the same across different platforms. |
||
|
|
|
I strongly recommend Java for cross-platform GUI development. In particular, I recommend the GUI builder that comes with the Netbeans IDE. It's very simple and very powerful. You can point and click and drag and drop to create a GUI, and easily customize the actions which various buttons and other components take. I much prefer Python as a language, but none of the free tools for GUI development come anywhere close to this, and the same thing seems to be true for the other languages I've used. (I should point out that QT has wonderful GUI developers for various languages such as C and Python, but it's only free when used on open source projects.) EDIT: QT has recently been relicensed as LGPL, so you're free to use it in commercial applications. The Python bindings for this (PyQT) have not been re-licensed. |
||||||||||
|
|
|
These days there are many languages that allow you to create cross-platform GUI applications efficiently. Java, Python, Tcl/tk, C#... I think you need to define the requirements of your application a bit more, for instance:
The list can go on forever, work out the defining points about your application, and start researching the language based on the whole. |
||
|
|
|
|
Yes: use Eclipse RCP. You can write not only cross-platform, but e.g. multilingual applications with it. SWT provides the native look-and-feel for multiple platforms and windowing systems. |
||
|
|
|
|
As long as someone defines "platform independence" correctly, Java is the best. Some people argue that C# is the best, but those people seem to misunderstand the term "platform independence" ;) Note: I refer to the fact that C# is ported to Linux/Unixes only as long as Microsoft and Novel keep up their treaty. The community itself would never be able to maintain such huge platform as .NET |
||
|
|
