Qt 6.11 is out! See what's new in the release
blog
A small Qt6 showcase
-
Hi!
I've been working on BASIC256, an educational BASIC IDE and ported it from Qt5 to Qt6. This allowed me to port it to Qt for WebAssembly so the whole editor + interpreter run in-browser (with a coi-serviceworker shim for GitHub Pages COOP/COEP). Also native on Windows/Linux/RPi/macOS from one CMake + Actions pipeline. Demo: https://uglymike17.github.io/basic256/
Let me know what you think! -
Very nice, will use the Spinner example at https://uglymike17.github.io/Basic256-Docs/docs/samples/gamesspinner today in our weekly cookie lottery :)