Cross platform desktop application

2019-05-15 05:25发布

I would like to develop a cross platform application, i'm not sure which is best to use for a desktop application

  • Microsoft Silverlight

  • Adobe Air

  • Java? (don't want to do this)

  • Firefox Add-On?

9条回答
迷人小祖宗
2楼-- · 2019-05-15 05:39

We're doing x-compiled Silverlight / WPF. Working well so far...

查看更多
家丑人穷心不美
3楼-- · 2019-05-15 05:44

I think Adobe Air is good option.

查看更多
ら.Afraid
4楼-- · 2019-05-15 05:45

Obviously you need to consider which platforms to support, if your target is Windows and Mac, you should consider Silverlight as an alternative. I'm working on a rich app to manage books, videos, games and more. My app is built on Silverlight 4 and will be optimized for running both inside the browser and out-of-browser. With Silverlight 4, you have the ability to make custom chrome-windows, without the standard border.

Silverlight and Flash are probably your best two alternatives, but remember that they are resource intensive. Some of the more popular Adobe Air apps hogs memory from the computer.

You need to consider your own personal skillset, which programming languages are you familiar with? If you already know a language, it will take less time to learn the UI-framework with your platform of choice. If you need to learn both the programming/scripting language and the UI-framework, you will likely be less productive, at least in the beginning.

查看更多
Viruses.
5楼-- · 2019-05-15 05:50

There are quite a few options available for you, but your choice may depend on how complex your desktop application is:

  • Medium to high level complixity:
    • Here you may want to go with desktop application frameworks like SWT Eclipse RCP) or Netbeans Platform. Ofcourse you also have low level toolkits like Gtk, Swing, SWT, etc.
  • RIA (Rich Internet Applications).There are various available in this space:
    • Titanium Desktop (Its really good, I've used it myself)
    • Adobe AIR (not as powerful as titanium)
    • Silverlight (don't know much about it, and don't know if its really cross-platform)
查看更多
6楼-- · 2019-05-15 05:55

Don't discount QT, wxWidget, Tcl/Tk, and a slew of other cross-platform GUI toolkits out there.

查看更多
做个烂人
7楼-- · 2019-05-15 05:56

Since you mention c#, you can create desktop GUI application in Mono c# Gtk that can target both windows and linux.

For more info checkout this

查看更多
登录 后发表回答