In the previous post: [Qt] The Qt features of WebAssembly and Qt quick WebGLStreaming, I mentioned about Qt for WebAssembly but didn't try it yet. Here, this post is to introduce how to install Qt for WebAssembly and give an example to try by the following steps:
Showing posts with label Qt5. Show all posts
Showing posts with label Qt5. Show all posts
Monday, August 5, 2019
Monday, July 15, 2019
[Qt] The Qt features of WebAssembly and Qt quick WebGLStreaming
I recently noticed that there are 2 major Qt features: Qt WebAssembly and Qt quick WebGL which are very powerful and useful. For the Qt WebAccembly, any your C++ Qt applications could be executed on a browser. For Qt quick WebGL, it is optimized for Qt Quick and allows you to run remote Qt Quick applications in a browser.
Qt WebAssembly Examples
https://github.com/msorvig/qt-webassembly-examples
Qt For WebAssembly Examples
(source code: https://github.com/msorvig/qt-webassembly-examples)
SensorTagDemo
colordebugger
gui_lifecycle
gui_localfiles
gui_opengl
gui_raster
mqtt_simpleclient
quick_clocks
quick_controls2_gallery
quick_controls2_testbench
quick_hellosquare
slate
widget_wiggly
widgets_wiggly
https://www.jianshu.com/p/bed6c2963435
Qt WebAssembly
Qt for WebAssembly
Get started with Qt for WebAssembly
https://blog.qt.io/blog/2018/11/19/getting-started-qt-webassembly/
Qt WebAssembly 內容介紹
https://qtdream.com/topic/1081/qt-webassembly-%E5%86%85%E5%AE%B9%E4%BB%8B%E7%BB%8D/2
Qt WebAssembly 內容介紹
https://qtdream.com/topic/1081/qt-webassembly-%E5%86%85%E5%AE%B9%E4%BB%8B%E7%BB%8D/2
Here is a presentation about Qt for WebAccembly.
QtWS18 – Qt for WebAssembly by Morten Sørvig, The Qt CompanyQt WebAssembly Examples
https://github.com/msorvig/qt-webassembly-examples
Qt For WebAssembly Examples
(source code: https://github.com/msorvig/qt-webassembly-examples)
SensorTagDemo
colordebugger
gui_lifecycle
gui_localfiles
gui_opengl
gui_raster
mqtt_simpleclient
quick_clocks
quick_controls2_gallery
quick_controls2_testbench
quick_hellosquare
slate
widget_wiggly
widgets_wiggly
https://www.jianshu.com/p/bed6c2963435
Qt quick WebGL
Here is a quick introduction to Qt quick WebGL
The introduction of Qt Quick WebGL Streaming
WebGL streaming in a Raspberry PI Zero W
Related Demo:
Saturday, July 14, 2018
[Qt5] How to develop Qt5 GUI with TensorFlow C++ library?
Here I give a simple and complete example of how to develop Qt5 GUI with TensorFlow C++ library on Linux platform. Please check out my GitHub's repository as follow:
https://github.com/teyenliu/tf_inference_gui
https://github.com/teyenliu/tf_inference_gui
Subscribe to:
Posts (Atom)