D
D
Dmitry2015-07-27 13:25:34
Java
Dmitry, 2015-07-27 13:25:34

What PL to use for cross-platform development in 2015?

It is necessary to write a cross-platform application for Linux (Ubuntu) and Windows 7 +
From the knowledge there is JS, PHP - actually a web developer. There is also experience in writing applications for Android in Java.
From what I tried:
NW.js is not bad, but the output of 100mb EXE for HelloWorld is depressing.
WinJS - only under Windows and only Metro. I wrote under WinPhone, I didn’t really like it, it worked much worse than in C # (in terms of speed)
Java - it’s not clear what to use here: there is Swing and SWT, but I don’t think it works fast + you need to drag JRE, but how much is there output will be unknown.
Most importantly:
easy customization of controls, if there would be html markup, it would be great.
So far I have settled on NW.js, but if there is something better, write.
I would also stop at Java, especially since I really like Java, but in terms of GUI, everything seems to be bad.
In advance, many thanks to everyone.

Answer the question

In order to leave comments, you need to log in

7 answer(s)
S
sim3x, 2015-07-27
@sim3x

No
cross-platform out of the box - a myth

D
Dmitry Kovalsky, 2015-07-27
@dmitryKovalskiy

Pure cross-platform is a web application. The client does not care what your application is written on, the main thing is that it opened in the browser. For desktops, there is no perfect solution.

N
nagibator8000, 2015-07-27
@nagibator8000

if you like java, then you can try javafx. There is a customization of controls in a css-like language. Here is a small tutorial on the feel of code.makery.ch/library/javafx-8-tutorial/en

A
Alexander N++, 2015-07-27
@sanchezzzhak

If we are talking about mobile heresy, then JavaScript + ionic

I
Ilya Bobkov, 2015-07-27
@heksen

c++, freepascal

A
Antony, 2015-07-27
@RiseOfDeath

If the application does not use system-specific functions and is not tied to some specific things, such as special equipment, feel free to take any cross-platform GUI framework that you like the most.
Well, out of habit, they will advise Qt + C ++, because I myself practice.

A
Alexey Pomogaev, 2015-08-24
@Foror

> you need to drag the JRE
Now it is divided into 3 profiles, the first occupies 15 Mb. In version 9, it will be possible to create your own jre distribution by putting only the necessary classes into it. Thus, you can meet less than 15 MB.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question