+ 3
What are the tools or ide to use to develop an application that can run on Windows as well as Linux?
5 Antworten
+ 11
python, i can use directly in my debian terminal and also easy to use in windows.
code block , ruby and java are also working in both.
+ 9
Yes, Qt5 is good to do.
+ 3
You can use any tools and IDEs that run on both platforms. I like to use Atom on Linux and Windows.
+ 2
@Jens90, my intention is to develop a cross platform application which can generate exe for Windows as well as package for Linux.
+ 2
@Agus, do you think Qt5 is a good option to do it?