Hacker News new | ask | show | jobs
by array_key_first 206 days ago
Just use Qt. QML is not exactly like HTML, but in a lot of ways it's better. HTML is primarily a document format, QML gets closer to the semantics of an application, but in a declarative format. It's also much, much faster and simpler to deploy.
1 comments

Or Flutter for that matter, which is actually also incredibly nice to work with.