QML.jl 0.13

,

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.

Great work!

General comment, besides the code, QmlJuliaExamples could perhaps have video snippets of the examples. That would help advertise better what the package can do.

Yes, good idea, also the video on the QML main page is quite out of date.