On 06/03/2015 07:02 PM, J Luis wrote: > An idea. Could Polyglot (Jolyglot would be even nicer) be made to talk with > QML? We would than have a bridge with Qt, no?
QML AFAIK has no way to do I/O besides console.log(). Everything else seems to be already in there, but you would need a small c++ helper to perform I/O. If anybody is interested, I could provide some help implementing it. For my projects I'm still using qt4 (when I tried qt5 the performance hit was too big).
