Good language & framework for cross platform (wind

2019-03-22 17:11发布

The last cross platform desktop development I did was Java/Swing. What about flex?

11条回答
叼着烟拽天下
2楼-- · 2019-03-22 17:23

I'd choose an open alternative and I'd try to avoid vendor lock-in. As Richard said, "if you've mastered Java/Swing why not use it again?"

查看更多
叛逆
3楼-- · 2019-03-22 17:23

I'm a big fan of wxWidgets. My only experience with it is with C++.

查看更多
Viruses.
4楼-- · 2019-03-22 17:24

I've used RealBasic from RealSoftware for a few things just to play with it. It can get expensive if you need the pro version. It will allow you to build a stand alone binary for Linux, MacOS X, or Windows. I'm more of a server side guy but it was pretty straight forward to create the few tools I wanted to try making with it.

查看更多
倾城 Initia
5楼-- · 2019-03-22 17:27

Eclipse RCP works. The result is decent on Windows and acceptable on Mac. It tends to be sluggish on Mac because of the high memory requirements though.

查看更多
地球回转人心会变
6楼-- · 2019-03-22 17:29
虎瘦雄心在
7楼-- · 2019-03-22 17:30

Don't do it. If you need to go cross-platform, write the main guts of your application in a business logic layer that doesn't depend on any GUI framework and then use the native platform API to finish each app.

Your users will thank you.

查看更多
登录 后发表回答