Outils pour utilisateurs

Outils du site


qt

QT

Qt Web Assembly

source: https://wiki.qt.io/Qt_for_WebAssembly

http://blog.qt.io/blog/2018/05/22/qt-for-webassembly/

https://developer.mozilla.org/fr/docs/WebAssembly/Concepts

http://kripken.github.io/emscripten-site/

tps:developer.mozilla.org/fr/docs/WebAssembly/C_to_wasm WebAssembly is efficient and fast: Wasm bytecode is designed to be encoded in a size- and load-time-efficient binary format. WebAssembly aims to execute at native speed by taking advantage of common hardware capabilities available on a wide range of platforms.
WebAssembly is safe: WebAssembly describes a memory-safe, sandboxed execution environment that may even be implemented inside existing JavaScript virtual machines. When embedded in the web, WebAssembly will enforce the same-origin and permissions security policies of the browser.
WebAssembly is open and debuggable: WebAssembly is designed to be pretty-printed in a textual format for debugging, testing, experimenting, optimizing, learning, teaching, and writing programs by hand. The textual format will be used when viewing the source of wasm modules on the web.
WebAssembly is part of the open web platform: WebAssembly is designed to maintain the versionless, feature-tested, and backwards-compatible nature of the web. WebAssembly modules will be able to call into and out of the JavaScript context and access browser functionality through the same Web APIs accessible from JavaScript. WebAssembly also supports non-web embeddings. ===== QT Mobile Development ===== source: https://wiki.qt.io/Portal:Mobile ===== Qt Studio ===== source: https://www.qt.io/ui-framework ===== Qt 3D ===== source: http://doc.qt.io/qt-5/qt3d-index.html ===== Qt licence ===== Licence commercial :
Pricing starts at $459/mo
Qt design studio (commercial) Licence LGPL :
(L)GPL v3 license Séparation de QT (opensource) du reste du code propriétaire pour éviter de payer le prix.
Voir exemple : NUKE V-PLay
https://v-play.net FOTA Strategies BackOffice
Local avec QT : Sur serveur avec Webassembly :
Comment communiquer données ?

qt.txt · Dernière modification: 2019/01/02 00:41 par colin