Answer the question
In order to leave comments, you need to log in
What language should be used for an OpenSource GUI application?
There is currently a console program that receives information from an external device and displays it on the screen (writing to a file). The program is written in C++ and exchanges data with the device via a virtual COM port.
There is a desire to breathe new life into the program by adding a GUI interface. I would like to make the source codes of this program OpenSource so that everyone can help the development of the project.
Although the main users of such an application are Windows users, there is a desire to immediately swing at 3 whales: Windows, MacOSX, Linux.
The question is, what would you advise to use as a programming language for solving such a problem? How is it easier and more logical to do this for OpenSource?
Answer the question
In order to leave comments, you need to log in
Qt + C++ - 100% development capability for all platforms.
C# + Xamarin (Mono) - not sure
As an option to do in Java + Swing, or correctly suggested above, C ++ + Qt.
Qt. Moreover, there is already a cross-platform class for working with a COM port - QSerialPort.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question