Add DFL, DesQ, Paper, RDE, ArchiveQt, QDocumentView to the list.

This commit is contained in:
Marcus Britanicus
2023-09-19 11:44:57 +05:30
parent 19346b03a8
commit c7a3c9564b

View File

@@ -73,6 +73,7 @@ Pull requests of new projects/apps/libraries are welcome :)
## Compression
* [KArchive](https://projects.kde.org/projects/frameworks/karchive) - A library for creating, reading, writing and manipulating file archives like zip and tar. It also provides transparent compression and decompression of data, using formats like gzip, via a subclass of QIODevice.
* [ArchiveQt](https://gitlab.com/marcusbritanicus/libarchive-qt) - A simple Qt based archiving solution with libarchive backend
## Cryptography
* [Qt Cryptographic Architecture (QCA)](https://github.com/KDE/qca/) - Taking a hint from the similarly-named Java Cryptography Architecture, QCA aims to provide a straightforward and cross-platform crypto API, using Qt datatypes and conventions.
@@ -263,6 +264,8 @@ Pull requests of new projects/apps/libraries are welcome :)
* [GATutorial-QML](https://github.com/lasconic/GATutorial-QML) - A simple integration of Google Analytics with Qt Quick for iOS and Android.
* [QtAdMob](https://github.com/yevgeniy-logachev/QtAdMob) - QtAdMob is a C++ lib for Qt with QML support, which allows to show ads from AdMob on Android and iOS platforms.
* [Kirigami](https://techbase.kde.org/Kirigami) - lightweight user interface framework for mobile and convergent applications.
* [DFL](https://gitlab.com/desktop-frameworks) - A collection of pure Qt libraries useful in building a Desktop Environment.
* [QDocumentView](https://gitlab.com/extraqt/qdocumentview) - QDocumentView is a widget to render multi-page documents. Also provided is the abstract QDocument class, which can be used to build backends for various single/multi-page document formats, like PDF, DjVu, etc.
## Styling
* [fluid](https://github.com/lirios/fluid) - Fluid is a collection of cross-platform QtQuick components for building fluid and dynamic applications.
@@ -298,8 +301,12 @@ Pull requests of new projects/apps/libraries are welcome :)
## X11/Wayland
* [sddm](https://github.com/sddm/sddm) - QML based X11 and Wayland display manager.
* [QtGreet](https://gitlab.com/marcusbritanicus/QtGreet) - Qt based Wayland display manager for use with [greetd](https://sr.ht/~kennylevinsen/greetd/).
* [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.
* [DesQ](https://gitlab.com/DesQ) - DesQ is a simple and elegant Desktop Environment built on top of Qt/Wayland and [Wayfire](https://wayfire.org/). It is intended to be a very light and yet, visually appealing desktop environment.
* [PaperDE](https://gitlab.com/cubocore/paper/paperde) - An awesome Desktop Environment built on top of Qt/Wayland and [wayfire](https://wayfire.org/).
* [RDE](https://gitlab.com/eocene/rde) - RDE is a feature-rich modular desktop environment for use with the [Wayfire](https://wayfire.org/) compositor.
# Learning
* [The QML Book](http://qmlbook.github.io/) - The QML Book. ([source](https://github.com/qmlbook/qmlbook))