From 3205f1b6f8869f2714817d9d93ddadb48c839e83 Mon Sep 17 00:00:00 2001 From: Elias Date: Thu, 2 Jan 2020 16:51:23 +0100 Subject: Add GTK/OpenGL example (#100) * Add GTK/OpenGL example --- README.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5f6ac01..1d857b6 100644 --- a/README.rst +++ b/README.rst @@ -193,8 +193,8 @@ PyQT embedding win.show() sys.exit(app.exec_()) -PyGtk embedding -.............. +PyGObject embedding +................... .. code:: python @@ -237,6 +237,11 @@ Using OpenGL from PyQT Github user cosven_ has managed to `make mpv render into a Qt widget using OpenGL `__ through this python API. +Using OpenGL 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. + Coding Conventions ------------------ -- cgit