From 9018d2434ff0559b343ecc6d8f974d8dd60f7ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Wed, 18 Dec 2019 09:23:05 -0300 Subject: [PATCH] Add QHot and qml-online applications --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e455bf1..c2d55cd 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,8 @@ Pull requests of new projects/apps/libraries are welcome :) * [sqlite-editor-qtqml](https://github.com/ndesai/sqlite-editor-qtqml) - A SQLite Editor written in Qt+QML. ## Development +* [QHot](https://github.com/patrickelectric/qhot) - Hot reload of nested QML projects. +* [qml-online](https://patrickelectric.work/qmlonline/) - WebAssembly QML viewer. * [qml-livereload](https://github.com/penk/qml-livereload) - Simple QtQuick app live viewer. * [hotloader.pri](https://github.com/benlau/hotloader.pri) - Hot Reload QML Files. * [terrariumapp](http://www.terrariumapp.com/) - UI Prototyping Tool for Coders ([source](https://github.com/penk/terrarium-app)).