logoalt Hacker News

dccoolgaitoday at 3:44 PM1 replyview on HN

"a really good UI framework that is cross platform."

Just curious re: the obvious example of "The Web" - do you consider it "not good" or "not really a cross-platform UI framework" as such?


Replies

jjicetoday at 3:59 PM

The web is excellent! It loses lots of native abilities though, even as we move forward with file system and USB web APIs.

It's also generally resource intensive, compared to a solid native UI.

I would say that, if you don't need more native control, the web is the best cross platform interface we have, by far. But not having those system API really starts to limit it for certain tasks IMO.

When I just want a graphical utility, I build a single HTML file that includes all of the assets required, and all of the JavaScript so I can run it offline (but generally host them on my site so I can get to them from anywhere). These tools are generally text in and text out that I want a GUI representation for and don't need in the terminal.