Julia for GUI app

@barche : Is it possible to obtain the QWidget and the QPainter reference for the plotting area used by your QML package? With this information GR could draw directly into the corresponding object without creating an intermediate image. That would be much faster.

Might sound crazy - but we’ve used this method for years …