Interesting take on comparability vs performance. I gotta imaging capturing user data and sending to a cloud collector is also a big culprit.
Interesting take on comparability vs performance. I gotta imaging capturing user data and sending to a cloud collector is also a big culprit.
@Goronmon @jestyr Yes, Electron is not a programming language, my mistake.
But there are few frameworks to make multiplatform software: Qt and Wxwidgets (C++), Swt and JavaFX (Java), PySide (Python), Electron (JavaScript), any other one?
@Goronmon @jestyr Only with the first two you can create optimised software (because C++), but only Qt is user (or developer) friendly.
With a good GUI library, Rust or Go (or another similar language) could be added as an alternative to make multiplataform software.