Have you seen the things people have built with Electron? I wouldn't underestimate the capabilities of HTML/CSS/JS for desktop apps when you have projects like Slack, Atom, Visual Studio Code, GitKraken, the Brave browser, etc. all using Electron to build their desktop apps.
spriggan3|9 years ago
Yes and they are slow, memory hungry and often crash for no reason. A javascript+HTML UI just can't compete with an app written in C# and WPF in term of performances.
Razengan|9 years ago
int_19h|9 years ago
If you want an analogy, it's kinda like writing web apps in C. Sure, you can do it, but there are much better tools.
MichaelGG|9 years ago