D
D
Denis Suprunenko2015-03-09 12:43:32
Java
Denis Suprunenko, 2015-03-09 12:43:32

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

5 answer(s)
V
Vyacheslav Zolotov, 2015-03-09
@SZolotov

Qt + C++ - 100% development capability for all platforms.
C# + Xamarin (Mono) - not sure

V
Vasily, 2015-03-09
@Applez

As an option to do in Java + Swing, or correctly suggested above, C ++ + Qt.

I
Ilya Bobkov, 2015-03-09
@heksen

C++ and GTK (still possible)

S
sanchas, 2015-03-13
@sanchas

Qt. Moreover, there is already a cross-platform class for working with a COM port - QSerialPort.

M
Man-Soul, 2015-03-20
@Man-Soul

Cross-platform wxWidgets library (included, for example, in IDE Code::Blocks).
Denis Suprunenko , if not a secret, what library did you use for the COM port in your program? What IDE did you work with?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question