Hi all, I just wanted to report on some progress for QML.jl at https://github.com/barche/QML.jl : - Communication mechanisms with Julia for basic types (signals, function calls and context properties) - Display for PNG mime type (see plot.jl example using Plots.jl and the image test) - Integration into Julia event loop for combining with the REPL (e.g. to display a plot in a part of the QML interface)
There are experimental Windows binaries, but I haven't been able to test them on anything except my development machine. Next thing I want to work on is GLVisualize integration, since it is possible to provide an OpenGL context from QML using a QQuickFramebufferObject. Cheers, Bart
