From 46ce99605402b9c0497d127882aacfa0878da2e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D7=A0=D7=99=D7=A8?= <88795475+nrbnlulu@users.noreply.github.com> Date: Wed, 31 May 2023 16:10:59 +0000 Subject: [PATCH 1/2] add qtgql --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cde37dc..aef5dd5 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Pull requests of new projects/apps/libraries are welcome :) - [Visualization](#visualization) - [Web Frameworks](#web-frameworks) - [X11/Wayland](#x11wayland) + - [GraphQL Clients](#graphql-clients) - [Software](#software) ## Android @@ -301,6 +302,9 @@ Pull requests of new projects/apps/libraries are welcome :) * [shell](https://github.com/lirios/shell) - QtQuick and Wayland shell for convergence. * [qmlcompmgr](https://github.com/amezin/qmlcompmgr) - It's a simple compositing manager for X11, written using Qt Quick and QML. Not ready for production. +## GraphQL Clients +* [qtgql](https://github.com/qtgql/qtgql) - GraphQL client for Qt and QML that is inspired by [react-relay](https://relay.dev/). + # Learning * [The QML Book](http://qmlbook.github.io/) - The QML Book. ([source](https://github.com/qmlbook/qmlbook)) * [GCompris](http://www.gcompris.net/index-en.html) - For Kids. From aeffec3f09daae20dedd58467d47d7b930aedab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D7=A0=D7=99=D7=A8?= <88795475+nrbnlulu@users.noreply.github.com> Date: Wed, 31 May 2023 16:13:05 +0000 Subject: [PATCH 2/2] order by abc --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aef5dd5..4160bb6 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Pull requests of new projects/apps/libraries are welcome :) - [Editor Integration](#editor-integration) - [Game Engine](#game-engine) - [Graphics](#graphics) + - [GraphQL Clients](#graphql-clients) - [Hardware](#hardware) - [Images](#images) - [JavaScript](#javascript) @@ -33,7 +34,7 @@ Pull requests of new projects/apps/libraries are welcome :) - [Visualization](#visualization) - [Web Frameworks](#web-frameworks) - [X11/Wayland](#x11wayland) - - [GraphQL Clients](#graphql-clients) + - [Software](#software) ## Android @@ -116,6 +117,10 @@ Pull requests of new projects/apps/libraries are welcome :) * [qml-ogdf](https://github.com/schulzch/qml-ogdf) - This plug-in provides a binding of Open Graph Drawing Framework to QtQML (Version 5.0+). * [qml_framerate](https://github.com/vannell/qml_framerate) - Display QML Window frame rate (FPS). +## GraphQL Clients +* [qtgql](https://github.com/qtgql/qtgql) - GraphQL client for Qt and QML that is inspired by [react-relay](https://relay.dev/). + + ## Hardware * [qml-cvcamera](https://github.com/chili-epfl/qml-cvcamera) - CVCamera is a QML wrapper for fast camera access using OpenCV. It works on desktop and Android. * [pot](https://github.com/carlonluca/pot) - Raspberry Pi accelerated video/image rendering with Qt: custom QML components and QtMultimedia backend. @@ -302,9 +307,6 @@ Pull requests of new projects/apps/libraries are welcome :) * [shell](https://github.com/lirios/shell) - QtQuick and Wayland shell for convergence. * [qmlcompmgr](https://github.com/amezin/qmlcompmgr) - It's a simple compositing manager for X11, written using Qt Quick and QML. Not ready for production. -## GraphQL Clients -* [qtgql](https://github.com/qtgql/qtgql) - GraphQL client for Qt and QML that is inspired by [react-relay](https://relay.dev/). - # Learning * [The QML Book](http://qmlbook.github.io/) - The QML Book. ([source](https://github.com/qmlbook/qmlbook)) * [GCompris](http://www.gcompris.net/index-en.html) - For Kids.