QmlWeb/QmlWeb Modules: Difference between revisions

From KDE Community Wiki
(Created page with "==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...")
 
 
Line 4: Line 4:


==Modules==
==Modules==
===QmlWeb Quick==
===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.
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.

Latest revision as of 18:17, 7 February 2015

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.