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条回答
Ridiculous、
2楼-- · 2019-03-22 17:33

Flex/AIR is a platform with a lot of potential. It's also a lot prettier than anything Java or .NET.

查看更多
相关推荐>>
3楼-- · 2019-03-22 17:37

Ignore Flex it's not programming IMO. If you can code Java I'm pretty certain that FLex will be a disappointment. Flex has a place, I don't really consider it a proper programming environment.

If you've mastered Java/Swing why not use it again? I would.

.NET can be portable - but IME it's not quite as easy to move stuff about as it is with Java (although it is better than it used to be).

Also, does it have to be desktop - I would seriously consider (a properly architected) rowser based desktop application.

查看更多
孤傲高冷的网名
4楼-- · 2019-03-22 17:38

A combination of Python, wxPython, py2exe and py2app is what I typically fall back on. I've recently had a run with AIR, and it isn't that bad.. so Flex might work for you.

查看更多
Luminary・发光体
5楼-- · 2019-03-22 17:38

C# with Framework .Net can be good not only for Windows but for Linux with Mono.

Microsoft have a CLI that work on MAC OSX10.2.

查看更多
【Aperson】
6楼-- · 2019-03-22 17:41

I personally use Tcl/Tk because it is remarkably powerful and because deployment is a non-issue (with starkits and starpacks you can wrap all program resources -- images, sounds, dll/.so files, etc -- into a single executable file).

Tcl's not for everyone though -- some people find its simplicity a little hard to grok.

查看更多
登录 后发表回答