|
|
|
|
|
by The_rationalist
2463 days ago
|
|
Well electron already allow you to use arbitrary language and acesss almost any native OS api.
So electron is the salvation for hybrid_native desktop development.
Your question would better be:
Is there a salvation for native and cross platform GUI frameworks other than chromium ?
The answer is probably no as chromium beat everything both feature wise, library wise and (yes) performance wise. Really why native development isn't totally dead yet is because of inertia to learn new technologies and because of shared misconceptions about chromium performance and GUIs framework performance. This growing gap could have been deduced so many years ago because of a simple fact:
The number of full time employees working at improving chromium vs the number of full time employees working at improving QT, or GTK, etc.
They are order of magnitudes more. And it has deeply increased since microsoft has joined chromium (they have moved a number of employee to chromium probably comparable as if all Gtk + QT devs moved to working on chromium.
Btw, as they both know they can't keep up, they progressively webify (QTwebengine, both use CSS for styling, etc) |
|
I can't see how this is good.