Hacker News new | ask | show | jobs
by kaba0 1547 days ago
Or Qt’s QML.
1 comments

You can make a hello-world app with JS and GTK by creating a file hello.js, typing some code in, and then running it. AFAIK, although Qt has some support for JS integration, the story is not the same. You still need to develop a traditional Qt app and then start peppering in JS where it suits you. Am I wrong?