From e993e0113d247b75a275d60b293f022de4739db4 Mon Sep 17 00:00:00 2001 From: Serhii Olendarenko Date: Tue, 31 May 2022 23:43:27 +0200 Subject: [PATCH 1/3] Added qml-colors I haven't found a good fit in terms of available categories. I'd create a "Language" category instead. But whatever. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 247260c..46d1ece 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,7 @@ Pull requests of new projects/apps/libraries are welcome :) * [qmlc](https://github.com/qmlc/qmlc) - The Qml Compiler can be used to convert Qml source code files into precompiled Qml files. The precompiled Qml files are faster to load and do not expose the source code. Normally, the Qt either compiles the Qml files in the startup or interprets the Qml files runtime. * [viewstack.pri](https://github.com/benlau/viewstack.pri) - ViewStack is a wrapper of StackView (QQC2) that provides a stateless interface. * [quickcross](https://github.com/benlau/quickcross) - QML Cross Platform Utility Library. +* [qml-colors](https://gooroo.github.io/qml-colors/) - A library that extends the set of operations with `color` values in QML. ## SDKs * [Felgo](https://felgo.com/) - Felgo (previously V-Play Engine) allows easy cross-platform mobile games and apps development for all major platforms including iOS, Android, BlackBerry. From 08f8e14b707a18364c79a8291e96b13c16b6632a Mon Sep 17 00:00:00 2001 From: Serhii Olendarenko Date: Tue, 31 May 2022 23:49:13 +0200 Subject: [PATCH 2/3] Added qml-lodash --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46d1ece..6f21283 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ Pull requests of new projects/apps/libraries are welcome :) * [react-qml](https://github.com/grassator/react-qml) - A bridge library that allows to use React.js with QML. * [qml-browserify](https://github.com/bhdouglass/qml-browserify) - Browserify for QML (archived, moved to [GitLab](https://gitlab.com/bhdouglass/qml-browserify)). * [Qondrite](https://github.com/achipa/Qondrite) - QML wrapper for Asteroid, a Javascript Meteor client library. +* [qml-lodash](https://github.com/GooRoo/qml-lodash) - Simple [Lodash](https://lodash.com) wrapper to ease its usage in QML. ## JSON * [qsyncable](https://github.com/benlau/qsyncable) - A solution of nested Json List Model. From 005e17447b28a545a5b74b7981774946f1f5fd3c Mon Sep 17 00:00:00 2001 From: Serhii Olendarenko Date: Tue, 31 May 2022 23:50:36 +0200 Subject: [PATCH 3/3] Fixed JavaScript name Previously the words were capitalized incorrectly. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f21283..a7a4bfa 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Pull requests of new projects/apps/libraries are welcome :) - [Graphics](#graphics) - [Hardware](#hardware) - [Images](#images) - - [Javascript](#javascript) + - [JavaScript](#javascript) - [JSON](#json) - [Logging](#logging) - [Math](#math) @@ -131,7 +131,7 @@ Pull requests of new projects/apps/libraries are welcome :) * [SCodes](https://github.com/scytheStudio/SCodes) - Qt & QML wrapper for [ZXing-C++ Library](https://github.com/nu-book/zxing-cpp) with ready-made QML items for decoding and generating 1D and 2D barcodes (aka. QR codes). -## Javascript +## JavaScript * [Node.qml](https://github.com/trollixx/node.qml) - Node.qml is an effort to provide a Node.js compatibility layer to QML applications. * [Quickly](https://github.com/quickly/quickly) - ES6 and Node.js-like environment for QML. * [quicknative](https://github.com/paulondc/quicknative) - Native components for QML.