pureqml / qmlcore

QML to Javascript/HTML5 translator. Ready for Mobile, Desktop and SmartTV platforms.
MIT License
331 stars 41 forks source link

html5 to qml? #234

Closed jetrotal closed 2 years ago

jetrotal commented 2 years ago

hi, I would like to ask if this tool can do a reverse compile task, by taking a collection of html, css and js files and compile them as a qml-friendly set of files

whoozle commented 2 years ago

nope, qml is concise declarative language and I highly doubt that it's even possible unless it's some trivial case.

I'm pretty sure it's easier to reimplement an app in qml, rather than reverse-engineer it.