Added qml-colors

I haven't found a good fit in terms of available categories. I'd create a "Language" category instead.
But whatever.
This commit is contained in:
Serhii Olendarenko
2022-05-31 23:43:27 +02:00
committed by GitHub
parent 73e97007e7
commit e993e0113d

View File

@@ -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. * [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. * [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. * [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 ## 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. * [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.