QmlWeb/Qml.js

From KDE Community Wiki
Revision as of 17:39, 7 February 2015 by Jangmarker (talk | contribs) (Created page with "==Vision== Qml.js allows execute QML in JavaScript environments. The most current implementation of QML in Qt is the reference and should be imitated completely. Required tech...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Vision

Qml.js allows execute QML in JavaScript environments. The most current implementation of QML in Qt is the reference and should be imitated completely. Required technologies are a QML-to-JavaScript compiler and a runtime library. The compiler should integrate with the current model of building Qt applications and should produce debuggable output.