mirror of
https://github.com/mikalv/awesome-qt-qml.git
synced 2025-12-18 21:04:39 +03:00
Initial commit
This commit is contained in:
167
README.md
Normal file
167
README.md
Normal file
@@ -0,0 +1,167 @@
|
||||
# Awesome Qt
|
||||
A curated list of awesome Qt libraries, resources, and shiny things. Inspired by [awesome-cpp](https://github.com/fffaraz/awesome-cpp) and other awesome lists.
|
||||
|
||||
- [Awesome Qt/QML](#awesome-qt-qml)
|
||||
- [Android](#android)
|
||||
- [Apple iOS](#apple-ios)
|
||||
- [Async](#async)
|
||||
- [Binding](#binding)
|
||||
- [Build Systems](#build-systems)
|
||||
- [Compression](#compression)
|
||||
- [Cryptography](#cryptography)
|
||||
- [Database](#database)
|
||||
- [Development](#development)
|
||||
- [Editor Integration](#editor-integration)
|
||||
- [Game Engine](#game-engine)
|
||||
- [Graphics](#graphics)
|
||||
- [Hardware](#hardware)
|
||||
- [Images](#images)
|
||||
- [JSON](#json)
|
||||
- [Logging](#logging)
|
||||
- [Math](#math)
|
||||
- [Misc](#misc)
|
||||
- [Multimedia](#multimedia)
|
||||
- [Networking](#networking)
|
||||
- [Package Manager](#package-manager)
|
||||
- [QML Spesific](#qml-spesific)
|
||||
- [SDKs](#SDKs)
|
||||
- [Styling](#styling)
|
||||
- [Testing](#testing)
|
||||
- [Web Frameworks](#web-frameworks)
|
||||
- [Web tech in QML](#web-tech-in-qml)
|
||||
- [X11](#x11)
|
||||
- [Software](#software)
|
||||
|
||||
## Android
|
||||
* [androidnative.pri](https://github.com/benlau/androidnative.pri) - Calling Android functions from Qt without using JNI.
|
||||
* [quickandroid](https://github.com/benlau/quickandroid) - QML Theme and Component Library for Android.
|
||||
* [QuteLauncher](https://github.com/Iktwo/QuteLauncher) - QML Android Launcher.
|
||||
|
||||
## Apple iOS
|
||||
* [quickios](https://github.com/benlau/quickios) - QML Theme and Component Library for iOS.
|
||||
|
||||
## Async
|
||||
* [asyncfuture](https://github.com/benlau/asyncfuture) - AsyncFuture - Use QFuture like a Promise object.
|
||||
* [quickpromise](https://github.com/benlau/quickpromise) - Quick Promise - QML Promise Library.
|
||||
* [quickfuture](https://github.com/benlau/quickfuture) - Using QFuture in QML.
|
||||
|
||||
## Binding
|
||||
* [PyQt](http://www.riverbankcomputing.com/software/pyqt/) - PyQt is a set of Python v2 and v3 bindings for Qt and runs on all platforms supported by Qt including Windows, MacOS/X and Linux. PyQt5 supports Qt v5.
|
||||
* [PySide](http://qt-project.org/wiki/PySide) - The PySide project provides LGPL-licensed Python bindings for the Qt. It also includes complete toolchain for rapidly generating bindings for any Qt-based C++ class hierarchies.
|
||||
* [go-qml](https://github.com/go-qml/qml) - QML support for the Go language.
|
||||
* [go-qt](https://github.com/therecipe/qt) - Qt binding for Go (Golang) with support for Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi / AsteroidOS.
|
||||
* [qmlrs](https://github.com/cyndis/qmlrs) - qmlrs allows the use of QML/QtQuick code from Rust.
|
||||
* [ruby-qml](https://github.com/seanchas116/ruby-qml) - ruby-qml is a QML / Qt Quick wrapper for Ruby. It provides bindings between QML and Ruby and enables you to use Qt Quick-based GUI from Ruby.
|
||||
|
||||
## Build Systems
|
||||
* [qtci](https://github.com/benlau/qtci) - Collection of scripts to build Qt application in command line environment.
|
||||
* [qpm-qt-creator-project-template](https://github.com/benlau/qpm-qt-creator-project-template) - Qt Creator Project Templates with qpm.
|
||||
* [quickflux-project-template](https://github.com/benlau/quickflux-project-template) - Project template using QuickFlux with unit tests.
|
||||
|
||||
## 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.
|
||||
|
||||
## Cryptography
|
||||
* [Qt Cryptographic Architecture (QCA)](http://delta.affinix.com/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.
|
||||
|
||||
## Database
|
||||
* [QxOrm](http://www.qxorm.com) - QxOrm library is an Object Relational Mapping (ORM) library for C++/Qt developers.
|
||||
|
||||
## Development
|
||||
* [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)).
|
||||
|
||||
## Editor Integration
|
||||
* [vim-qml](https://github.com/peterhoeg/vim-qml) - QML syntax highlighting for vim.
|
||||
* [qml-mode](https://github.com/cataska/qml-mode) - Qt Declarative UI (QML) mode for Emacs.
|
||||
|
||||
## Game Engine
|
||||
* [Bacon2D](https://github.com/Bacon2D/Bacon2D) - Bacon2D is a framework to ease 2D game development, providing ready-to-use QML elements representing basic game entities needed by most of games.
|
||||
* [V-Play](http://v-play.net/) - V-Play Game Engine allows easy cross-platform mobile game development for all major platforms including iOS, Android, BlackBerry.
|
||||
|
||||
## Graphics
|
||||
* [qml-box2d](https://github.com/qml-box2d/qml-box2d) - Box2D QML plugin.
|
||||
* [Chart.qml](https://github.com/qyvlik/Chart.qml) - Chart.qml like Chart.js.
|
||||
* [qml-ogdf](https://github.com/schulzch/qml-ogdf) - This plug-in provides a binding of Open Graph Drawing Framework to QtQML (Version 5.0+).
|
||||
|
||||
## 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.
|
||||
|
||||
## Images
|
||||
|
||||
## JSON
|
||||
* [qsyncable](https://github.com/benlau/qsyncable) - A solution of nested Json List Model.
|
||||
|
||||
## Logging
|
||||
* [qmllogging](https://github.com/muflihun/qmllogging) - Single-header only, Easylogging++ wrapper for advanced logging support for QML applications (unmaintained).
|
||||
|
||||
## Math
|
||||
* [biginteger](https://github.com/benlau/biginteger) - QML BigInteger library.
|
||||
|
||||
## Misc
|
||||
* [qmlweb](https://github.com/qmlweb/qmlweb) - A QML engine in a web browser.
|
||||
* [qmlwebdriver](https://github.com/cisco-open-source/qtwebdriver) - QtWebDriver is a WebDriver implementation for Qt.
|
||||
* [qml-virtualkey](https://github.com/MidoriYakumo/qml-virtualkey) - Pure QML in-app virtual key/keyboard/pad.
|
||||
* [textsecure-qml](https://github.com/janimo/textsecure-qml) - TextSecure UI in Go and QML.
|
||||
* [poor-maps](https://github.com/otsaloma/poor-maps) - Maps and navigation.
|
||||
* [qml-presentation-system](https://github.com/qt-labs/qml-presentation-system) - This is a slide presentation system written in QML.
|
||||
* [qtshell](https://github.com/benlau/qtshell) - Manipulate files by a shell command style API.
|
||||
* [sparkqml](https://github.com/benlau/sparkqml) - SparkQML - A QML Document Viewer for State and Transition Preview.
|
||||
|
||||
## Multimedia
|
||||
* [QtAv](https://github.com/wang-bin/QtAV) - A multimedia playback framework based on Qt and FFmpeg to write a player easily.
|
||||
* [qmlvideo](https://github.com/longwei/qmlvideo) - QML video element backend by libVLC, rendered on gl texture.
|
||||
|
||||
## Networking
|
||||
* [libmaia](https://github.com/wiedi/libmaia) - libmaia is a easy-to-use XML-RPC library for Qt.
|
||||
* [libcommuni](http://communi.github.io/) - A cross-platform IRC framework written with Qt ([source](https://github.com/communi/libcommuni)).
|
||||
* [qxmpp](https://github.com/qxmpp-project/qxmpp) - Cross-platform C++ XMPP client and server library.
|
||||
* [qml-sockets](https://github.com/jemc/qml-sockets) - Exposing Qt's C++ socket objects to QML for declarative use.
|
||||
|
||||
## Package Manager
|
||||
* [qpm](http://www.qpm.io/) - A package manager for Qt ([source](https://github.com/Cutehacks/qpm)).
|
||||
|
||||
## QML Spesific
|
||||
* [frida-qml](https://github.com/frida/frida-qml) - Frida Qml plugin.
|
||||
* [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.
|
||||
|
||||
## SDKs
|
||||
* [arcgis-runtime-toolkit-qt](https://github.com/Esri/arcgis-runtime-toolkit-qt) - This project contains QML source code for controls and utilities you can use with the ArcGIS Runtime SDK for Qt.
|
||||
|
||||
## Styling
|
||||
* [fluid](https://github.com/lirios/fluid) - Fluid is a collection of cross-platform QtQuick components for building fluid and dynamic applications.
|
||||
* [fontawesome.pri](https://github.com/benlau/fontawesome.pri) - Using FontAwesome in QML.
|
||||
* [qml-material](https://github.com/papyros/qml-material) - Material Design implemented in QtQuick.
|
||||
* [qml-bootstrap](https://github.com/brexis/qml-bootstrap) - Sweet Qml components inspired from Ionic framework style for mobile and desktop Qt/Qml projects.
|
||||
* [StratifyQML](https://github.com/StratifyLabs/StratifyQML) - Stratify Labs UI QML framework inspired by Twitter Bootstrap.
|
||||
|
||||
## Testing
|
||||
* [qmlunit](https://github.com/fgrehm/qmlunit) - An easy-to-use Unit Testing framework for Qt Declarative UI - QML [unmaintained].
|
||||
* [testable](https://github.com/benlau/testable) - QT/QML Test Runner and Utilities.
|
||||
* [testrunner](https://github.com/benlau/testrunner) - Qt Test Runner - A tiny tool to execute multiple QTestLib application and combine the testing result into a summary report.
|
||||
|
||||
## Web Frameworks
|
||||
* [QDjango](http://qdjango.org/) - QDjango is a web framework written in C++ and built on top of the Qt library. Where possible it tries to follow django's API, hence its name.
|
||||
|
||||
## Web tech in QML
|
||||
* [quickflux](https://github.com/benlau/quickflux) - QuickFlux is an implementation of Flux Application Architecture Framework from Facebook.
|
||||
* [qredux](https://github.com/benlau/qredux) - Redux for QML.
|
||||
* [react-qml](https://github.com/grassator/react-qml) - A bridge library that allows to use React.js with QML.
|
||||
|
||||
## X11
|
||||
* [sddm](https://github.com/sddm/sddm) - QML based X11 and Wayland display manager.
|
||||
|
||||
# Learning
|
||||
* [The QML Book](http://qmlbook.github.io/) - The QML Book. ([source](https://github.com/qmlbook/qmlbook))
|
||||
|
||||
# Software
|
||||
* [cool-retro-term](https://github.com/Swordfish90/cool-retro-term) - Is a terminal emulator which mimics the look and feel of the old cathode tube screens. It has been designed to be eye-candy, customizable, and reasonably lightweight.
|
||||
* [Tiled](http://www.mapedito.org/) - Tiled is a general purpose tile map editor. It is meant to be used for editing maps of any tile-based game, be it an RPG, a platformer or a Breakout clone.
|
||||
* [yubioath-desktop](https://github.com/Yubico/yubioath-desktop) - Yubico Authenticator for Desktop (Windows, macOS and Linux).
|
||||
* [tdesktop](https://github.com/telegramdesktop/tdesktop) - Telegram Desktop messaging app.
|
||||
* [panopticon](https://github.com/das-labor/panopticon) - A libre cross-platform disassembler.
|
||||
* [TelegramQML](https://github.com/Aseman-Land/TelegramQML) - Telegram API tools for QtQml and Qml. It's based on Cutegram-Core and libqtelegram.
|
||||
* [qmlvncviewer](https://github.com/heroyin/qmlvncviewer) - VNC viewer component by qt quick.
|
||||
Reference in New Issue
Block a user