parent
dde7da1aec
commit
3205f1b6f8
1 changed files with 7 additions and 2 deletions
|
|
@ -193,8 +193,8 @@ PyQT embedding
|
||||||
win.show()
|
win.show()
|
||||||
sys.exit(app.exec_())
|
sys.exit(app.exec_())
|
||||||
|
|
||||||
PyGtk embedding
|
PyGObject embedding
|
||||||
..............
|
...................
|
||||||
|
|
||||||
.. code:: python
|
.. 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
|
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.
|
<https://gist.github.com/cosven/b313de2acce1b7e15afda263779c0afc>`__ 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
|
||||||
|
<https://gist.github.com/trin94/a930f2a13cee1c9fd21cab0393bf4663>`__ through this python API.
|
||||||
|
|
||||||
Coding Conventions
|
Coding Conventions
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue