It has been a while since a new version of QML.jl was announced here, so here are some highlights of the latest release, some of which were already present in previous unannounced versions:
- Support for the newest Makie.jl through the QMLMakie.jl package
- Support for foreign threads, which means that now it should never be necessary anymore to force
QSG_RENDER_LOOP=basic - Support for QQuickImageProvider. See the Mandelbrot example for an illustration on how to use this to generate images asynchronously.
- Support for QtGraphs and QtQuick3D
All examples at QmlJuliaExamples have also been updated.