From fa1d9da6ab0cde297a661208d9901b46c59cb783 Mon Sep 17 00:00:00 2001 From: Robozman Date: Thu, 1 Oct 2020 22:49:57 -0600 Subject: README: Add Robozman's PyQt5/QML/OpenGL render context example --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 19e1269..f6f1796 100644 --- a/README.rst +++ b/README.rst @@ -342,6 +342,12 @@ Using OpenGL via legacy opengl_cb backend from PyGObject Just like it is possible to render into a Qt widget, it `also is possible to render into a GTK widget `__ through this python API. +Using OpenGL from PyQt5/QML via new render context API +...................................................... + +Robozman_ has mangaed to `make mpv render into a PyQt5/QML widget using OpenGL +`__ through this python API. + Coding Conventions ------------------ @@ -352,3 +358,4 @@ No tabs. Probably don't bother making pure-formatting PRs except if you think it .. _`PEP 8`: https://www.python.org/dev/peps/pep-0008/ .. _`mpv.py`: https://raw.githubusercontent.com/jaseg/python-mpv/master/mpv.py .. _cosven: https://github.com/cosven +.. _Robozman: https://gitlab.com/robozman -- cgit