Hacker News new | ask | show | jobs
by jeroenhd 584 days ago
Qt has a very powerful GUI editor that also works quite well. Using QML and Python it's not hard to create a cross platform app. Distributing may be a pain though.

Then there's Gambas on Linux (though tbat requires WSL2 or Cygwin to work on Windows). Gambas does almost everything VB6 does using an obviously copued GUI and language.

1 comments

That’s not available on Web. Also relying on anything C++ is huge PITA (I’m aware of JS and QML).