From 677b62cd810210c147c6c2439f477b0063cb3192 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 23 Apr 2022 23:52:18 +0200 Subject: Remove outdated OpenGL examples from README --- README.rst | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'README.rst') 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 `__ 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 -`__ 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 -`__ 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 `__ through this python API. -- cgit