From 7117de4005cc470a45efd9cf2e9657bdf63a9079 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 8 Feb 2019 14:39:27 +0900 Subject: README: Add cosven's QT/OpenGL example --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 3c1f5bd..86b4205 100644 --- a/README.rst +++ b/README.rst @@ -208,6 +208,12 @@ PyGtk embedding application = MainClass() Gtk.main() +Using OpenGL from PyQT +...................... + +Github user cosven_ has managed to `make mpv render into a Qt widget using OpenGL +`__ through this python API. + Coding Conventions ------------------ @@ -217,3 +223,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 -- cgit