summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 7 insertions, 0 deletions
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
+<https://gist.github.com/cosven/b313de2acce1b7e15afda263779c0afc>`__ 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