summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst20
1 files changed, 4 insertions, 16 deletions
diff --git a/README.rst b/README.rst
index 60c673f..5009cf8 100644
--- a/README.rst
+++ b/README.rst
@@ -359,26 +359,14 @@ PyGObject embedding
application = MainClass()
Gtk.main()
-Using OpenGL from PyGObject via new render context API
-......................................................
+Using OpenGL from PyGObject
+...........................
Just like it is possible to render into a GTK widget through X11 windows, it `also is possible to render into a GTK
widget using OpenGL <https://gist.github.com/jaseg/657e8ecca3267c0d82ec85d40f423caa>`__ through this python API.
-Using OpenGL via legacy opengl_cb backend 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.
-
-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
-<https://gist.github.com/trin94/a930f2a13cee1c9fd21cab0393bf4663>`__ through this python API.
-
-Using OpenGL from PyQt5/QML via new render context API
-......................................................
+Using OpenGL from PyQt5/QML
+...........................
Robozman_ has mangaed to `make mpv render into a PyQt5/QML widget using OpenGL
<https://gitlab.com/robozman/python-mpv-qml-example>`__ through this python API.