QmlWeb/QmlWeb Modules

From KDE Community Wiki

Vision

The QmlWeb Vision is about web application development. Though, a mere implementation of QML cannot render any GUIs. QmlWeb Modules should provide functionality for GUI creation. Most basically this is an implementation of QtQuick in JavaScript using web browser technologies like HTML5 and CSS. Additional modules can specialize on integration with common libraries in web development. QmlWeb Modules are bound to web browser environments and contain only QML modules.

Modules

QmlWeb Quick

An implementation of QtQuick using web browser's DOM API to render GUIs. It will implement a subset of QtQuick to cover the features that are available in browser context. It additionally may contain slight adaptions to the web environment.