Merge pull request #1 from tim-sueberkrueb/patch-1

Add PyOtherSide
This commit is contained in:
Mikal
2017-06-25 18:36:39 +02:00
committed by GitHub

View File

@@ -54,6 +54,7 @@ A curated list of awesome Qt and QML libraries, resources, projects, and shiny t
## 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.
* [PyOtherSide](http://thp.io/2011/pyotherside/) - A Qt 5 QML Plugin that provides access to a Python 3 interpreter from QML.
* [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.