QmlWeb/Qml.js: Difference between revisions

From KDE Community Wiki
(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...")
 
No edit summary
Line 1: Line 1:
==Vision==
==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.
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.
==Development==
===Git Commit Policy===
Prefix according to component the commit is about:
* [Runtime] for qmljs-runtime
* [Compiler] for qmljsc
* [QtQuick] for the QtQuick implementation

Revision as of 08:32, 14 March 2015

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.

Development

Git Commit Policy

Prefix according to component the commit is about:

  • [Runtime] for qmljs-runtime
  • [Compiler] for qmljsc
  • [QtQuick] for the QtQuick implementation