Using rainyday.js in QtQuick app
-
Rainyday.js is JavaScript library that makes use of the HTML5 canvas to render an animation of raindrops falling on a glass surface
can i use it as QML type or something like that?"Link":https://github.com/maroslaw/rainyday.js
"Link":http://maroslaw.github.io/rainyday.js/ -
Hi,
I don't think so it could be used. The first major obstruction here would be use of window object which is used in that js.
Check "this":http://qt-project.org/doc/qt-5/qtqml-javascript-hostenvironment.html for more details.