- python3:any
- libc6 (>= 2.34)
- libgcc-s1 (>= 3.0)
- libpython3.11t64 (>= 3.11.5)
- libqt6core6t64 (>= 6.4.0)
- libqt6gui6t64 (>= 6.1.2)
- libqt6opengl6t64 (>= 6.1.2)
- libqt6qml6 (>= 6.2.0)
- libqt6quick6 (>= 6.2.0)
- libqt6svg6 (>= 6.2.0)
- libstdc++6 (>= 5)
A Qt 6 QML Plugin that provides access to a Python 3 interpreter from QML.
.
PyOtherSide is a Qt QML Plugin that provides access to a Python 3
interpreter from QML. It was designed with mobile devices in mind, where
high-framerate touch interfaces are common, and where the user usually
interfaces only with one application at a time via a touchscreen. As such, it
is important to never block the UI thread, so that the user can always
continue to use the interface, even when the backend is processing,
downloading or calculating something in the background.
.
At its core, PyOtherSide is basically a simple layer that converts Qt (QML)
objects to Python objects and vice versa, with focus on asynchronous events
and continuation-passing style function calls.
.
This package provides the QML 6 plugin.
Installed Size: 368.6 kB
Architectures: arm64 amd64